iptables NAT configuration
- by Sarp Kaya
Hello I am experiencing some issues with my iptables.
Here's what I want to do:
A(eth0)--------(eth0)B(eth2)---------------(eth2)C
Brackets are interface names A,B and C are hosts.
Now I would like to forward port number 80 of host C so that It would be accessed via host A.
host A is 192.168.1.254
host C is 192.168.3.2
I intentionally…