Saturday, 26 July 2014

NFS BOOT, Delete single iptables rules



NFS BOOT
 
netboot=nfs nfsroot=192.168.0.10:/mnt/u01/tftpboot/ubuntu-desktop
Instructions are here:

Delete single iptables rules
February 9, 2007 By Major Hayden 15 Comments
You can delete them based on what they’re doing:
iptables -D INPUT -s 127.0.0.1 -p tcp --dport 111 -j ACCEPT
Or you can delete them based on their number and chain name:
iptables -D INPUT 4

No comments:

Post a Comment