Block all incoming traffic
Posted: Sun Dec 22, 2013 10:06 am
I want to block all incoming traffic to my network and allow all outgoing traffic from my network.
I tried this rule in miktotik's firewall filter
Where xx.xx.xx.xx/28 is our network addresses contains 16 Static IPs
This rule stops both incoming and outgoing connections. I want only incoming connections to be blocked not outgoing connections. e.g we have server running in xx.xx.xx.123:80 IP. Try to connect xx.xx.xx.123:80 from outside should not be connected.
Router: Mikrotik RB750 GL
I tried this rule in miktotik's firewall filter
Code: Select all
chain=forward dst-address=xx.xx.xx.xx/28 connection-state=new action=drop
This rule stops both incoming and outgoing connections. I want only incoming connections to be blocked not outgoing connections. e.g we have server running in xx.xx.xx.123:80 IP. Try to connect xx.xx.xx.123:80 from outside should not be connected.
Router: Mikrotik RB750 GL