COMPUTER NETWORKING

NETWORK SECURITY

FIREWALLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the string sets below is preconfigured in the NAT table of the Linux iptables command?
A
INPUT, FORWARD e OUTPUT
B
INPUT, NAT e OUTPUT
C
INPUT, ROUTING e OUTPUT
D
PREROUTING, FORWARD e POSTROUTING
E
PREROUTING, OUTPUT e POSTROUTING
Explanation: 

Detailed explanation-1: -NAT is the built-in table in iptables. Usually, we use the nat table for address translation. The chains in the nat table are PREROUTING, INPUT, OUTPUT, and POSTROUTING. Iptables use nat rules for address translation tasks like forwarding.

Detailed explanation-2: -Yes, you can easily list all iptables rules using the following commands on Linux: (1) iptables command – IPv4 netfilter admin tool to display iptables firewall rules. (2) ip6tables command – IPv6 netfilter admin tool to show rules.

There is 1 question to complete.