Which of the following commands changes the source IP address to 192.0.2.11 for all IPv4 packets which go through the network interface eth0?

Which of the following commands changes the source IP address to 192.0.2.11 for all IPv4 packets which go through the network interface eth0?
A. iptables ~t nat ~A POSTROUTING ~o eth0 ~j SNAT –to~source 192.0.2.11
B. iptables ~t nat ~A PREROUTING ~i eth0 ~j SNAT –to~source 192.0.2.11
C. iptables ~t nat ~A POSTROUTING ~i eth0 ~j DNAT –to~source 192.0.2.11
D. iptables ~t mangle ~A POSTROUTING ~i eth0 ~j SNAT -to~source 192.0.2.11
E. iptables ~t mangle ~A POSTROUTING ~0 eth0 ~j SNAT -to~source 192.0.2.11

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.