Hi to all.
I see this one entry in the log:
ovpn,info TCP connection established from 5.39.218.16
It is about a router, pppoe connected, i’m trying to configure it as a vpn server. It lives in my work place.
These are the firewall filters:
/ip firewall filter
add action=accept chain=input comment=vpn disabled=yes dst-port=1194 protocol=tcp
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=winbox dst-port=8291 protocol=tcp
add action=accept chain=input comment="defconf: accept established,related" connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=pppoe-out1
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in
pppoe-out1
RouterOS 6.42.1, firm as well.
Should I worry?