Hi. Please suggest rules for firewall
Network map:
PC1 connected to microtik > Microtic to ISP.
on PC1 have an OpenVPN client which connects to remote VPN server. So I need that all traffic go through tunnel.
On microtik I need to disable everything except connection to VPN.
Please help with rules, I read documentation, setup following rules, but it blocks everything (include connection to VPN)
add chain=forward action=accept protocol=tcp dst-port=53 comment="Allow DNS tcp"
add chain=forward action=accept protocol=udp dst-port=53 comment="Allow DNS udp"
add chain=forward action=accept protocol=tcp dst-port=443 comment="Allow 443"
add chain=forward action=accept protocol=tcp dst-port=943 comment="Allow 943 OpenVPN"
add chain=forward action=accept protocol=udp dst-port=1194 comment="Allow 1194 OpenVPN"
add chain=forward action=accept protocol=tcp dst-port=1194 comment="Allow 1194 OpenVPN"
add chain=forward action=accept protocol=udp dst-port=1143 comment="Allow 1143"
add chain=forward action=accept protocol=tcp dst-port=1143 comment="Allow 1143"
add chain=forward action=drop comment="drop everything else"