Datenverkehr auf UDPport blocken
Posted: 2006-10-26 18:43
Ich möchte den ausgehenden Port auf diese IP blocken leider meckert iptables das dport an.
iptables -A OUTPUT -o eth0 -d 200.40.8.34 -p udp --dport 12345 -j DROP
Gruß
bobo
iptables -A OUTPUT -o eth0 -d 200.40.8.34 -p udp --dport 12345 -j DROP
Gruß
bobo