Differences
This shows you the differences between two versions of the page.
os:linux:debian:iptables [2017/05/11 18:56] – angelegt phreazer | os:linux:debian:iptables [2017/05/11 18:57] (current) – phreazer | ||
---|---|---|---|
Line 6: | Line 6: | ||
pre-up iptables-restore < / | pre-up iptables-restore < / | ||
+ | |||
+ | ====== Drop example ====== | ||
+ | iptables -A INPUT -p tcp -m tcp --dport 111 -j DROP | ||
+ | iptables -A INPUT -p udp -m udp --dport 111 -j DROP |