Il Fri, 27 Aug 2004 12:23:04 +0000, Antoine EMERIT ha scritto:
> What do you means exactly ? your client calls an url like
> http://www.web.com:9999 or you want someone from internet connect to the
> port 9999 on your client ?
Both if it's possible
> - iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
> - iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
SNAT all -- anywhere anywhere to:IPC1
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
thanks