To view the nat table in iptables what flags must be provided? Use the form iptables -nvL _____ _____ for your answer. |
Hey here is answer to your question.
In case of any doubt comment below. Please UPVOTE if you Liked the answer.
iptables -nvL -t nat
-t, --table table
This option specifies the packet matching table which the command should operate on. If the kernel is configured with automatic module loading, an attempt will be made to load the appropriate module for that table if it is not already there.
nat:
This table is consulted when a packet that creates a new connection is encountered. It consists of three built-ins: PREROUTING (for altering packets as soon as they come in), OUTPUT (for altering locally-generated packets before routing), and POSTROUTING (for altering packets as they are about to go out).
Get Answers For Free
Most questions answered within 1 hours.