port forward with the ipmasq package and Iptables

2003-04-28 Thread Tom Goulet (UID0)
Hello, How do I forward port a port on the external IP to the same port on an internal IP? I am using the ipmasq package and Iptables. I'm willing to abandon the ipmasq package. -- Tom Goulet mail: [EMAIL PROTECTED] UID0 Unix Consultingweb:

Re: port forward with the ipmasq package and Iptables

2003-04-28 Thread erisch
hi! just use this without any portnumbers: iptables -t nat -A POSTROUTING -s $EXT_IP -j DNAT --to-destination $INT_IP Tom Goulet (UID0) schrieb: Hello, How do I forward port a port on the external IP to the same port on an internal IP? I am using the ipmasq package and Iptables. I'm willing to

Re: port forward with the ipmasq package and Iptables

2003-04-28 Thread Tarragon Allen
On Tuesday 29 April 2003 09:40, Tom Goulet (UID0) wrote: Hello, How do I forward port a port on the external IP to the same port on an internal IP? I am using the ipmasq package and Iptables. I'm willing to abandon the ipmasq package. You shouldn't need the ipmasq package, NAT has been