which of the following commands is correct?

To be able to access the server with the IP address 10.12.34.56 using HTTPS, a rule for
iptables has to be written. Given that the client host’s IP address is 192.168.43.12, which of
the following commands is correct?

To be able to access the server with the IP address 10.12.34.56 using HTTPS, a rule for
iptables has to be written. Given that the client host’s IP address is 192.168.43.12, which of
the following commands is correct?

A.
iptables – A INPUT -p tcp -s 192.168.43.12 – d 10.12.34.56:80 -j ACCEPT.

B.
iptables – A FORWARD -p tcp -s 192.168.43.12 -d 10.12.34.56 –dport 443 -j ACCEPT.

C.
iptables – A FORWARD -p tcp -s 192.168.43.12 d 10.12.34.56:443 -j ACCEPT.

D.
iptables – A FORWARD -p tcp -s 0/0 -d 10.12.34.56 –dport 80 -j ACCEPT

E.
iptables – A FORWARD -p tcp -s 0/0 -d 10.12.34.56 –dport 443 -j ACCEPT.

Explanation:



Leave a Reply 0

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