Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Restore iptables after reboot ====== iptables-save > /etc/iptables.conf Add to eth0 in /etc/network/interfaces pre-up iptables-restore < /etc/iptables.conf ====== Drop example ====== iptables -A INPUT -p tcp -m tcp --dport 111 -j DROP iptables -A INPUT -p udp -m udp --dport 111 -j DROP os/linux/debian/iptables.txt Last modified: 2017/05/11 18:57by phreazer