fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:iptables

This is an old revision of the document!


iptables

List

sudo iptables -L                                        # list
sudo iptables -t nat -L                                 # list nat table

Delete

sudo iptables -t nat -v -L -n --line-number        # list nat table rules numbered
sudo iptables -t nat -D POSTROUTING 6              # delete rule from nat table in chain POSTROUTING number 6
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
linux/iptables.1680301225.txt.gz · Last modified: 2024/02/17 19:03 (external edit)