[root@oem-gsx ~]# iptables -t nat -A PREROUTING -p tcp -d 172.16.199.1 --dport 3128 -j DNAT --to-destination 172.16.199.130:3128
[root@oem-gsx ~]# iptables -A FORWARD -i eth2 -d 172.16.199.1 -p tcp --dport 3128 -j ACCEPT
[root@oem-gsx ~]# telnet 172.16.199.1 3128 Trying 172.16.199.1... telnet: connect to address 172.16.199.1: Connection refused telnet: Unable to connect to remote host: Connection refused [root@oem-gsx ~]#
У меня маразм? Forward включен. на .130 все висит нормально.