can anyone give an example how to block all incoming connections and not block any outgoing traffic.
I have MT as bridge
can anyone give an example how to block all incoming connections and not block any outgoing traffic.
I have MT as bridge
I think I got it
using http://www.sjdjweis.com/linux/bridging/ as reference
I added these entries (well I am a GUI guy)
drop forward connection state invalid
accept forward connstate=established
accept forward connstate=related
accept forward in=wlan1 out=ether1
accept forward in=ether1 dstaddr=123.123.123.101 dstprt=3389 protocol= tcp
drop forward in=ether1 out=wlan1
Again these are not commands just reading from winbox
.
Use Input chain, In- Interface=WAN and action = drop