I want to know if we can do NAT in the same network. e.g. I want to map port 80 of 192.168.1.1 to 192.168.1.4 Can I use: iptables -t nat -A PREROUTING -p tcp --dport 80 -d 192.168.1.1 -j DNAT --to 192.168.1.4
Regards, byte [EMAIL PROTECTED]
I want to know if we can do NAT in the same network. e.g. I want to map port 80 of 192.168.1.1 to 192.168.1.4 Can I use: iptables -t nat -A PREROUTING -p tcp --dport 80 -d 192.168.1.1 -j DNAT --to 192.168.1.4
Regards, byte [EMAIL PROTECTED]