alexus wrote:
I'm trying to do some simple tcp port forwarding
<snip>
[root@wcmisdlin02 ~]# iptables --table nat --append PREROUTING --proto tcp --dport 80 --jump DNAT --to 10.52.208.223:80
<snip> ^^^
[root@wcmisdlin02 ~]# curl --verbose http://10.52.208.221:80
^^^
- About to connect() to 10.52.208.221 port 80
- Trying 10.52.208.221... Connection refused
- couldn't connect to host
Could this be a problem?
mark