Hi all
How I can block (Example:(http://www.facebook.com)) to (ip: 192.168.0.45)
Thanx
Only way this will drop internet is if the ip is your gateway ip or maybe DNS./ip firewall filter
add action=drop chain=drop dst-address=192.168.0.45 comment="Established connections" \
connection-state=established disabled=no