Re: Iptables Help Needed

2003-08-18 Thread Andre Speelmans
On Mon, 18 Aug 2003, Simran Hansrai wrote: > Hi Guys, > > I am trying to forward port 8080 on my redhat 8.0 box to port 80 on my > solaris box and I have done the following so far: > > and issued the following command: > > iptables -A PREROUTING -t nat -p tcp -d 192.168.0.7 --dport 8080 -j > D

Re: Iptables Help Needed

2003-08-18 Thread Jason Dixon
On Mon, 2003-08-18 at 09:45, Simran Hansrai wrote: > Hi Guys, > > I am trying to forward port 8080 on my redhat 8.0 box to port 80 on my > solaris box and I have done the following so far: > > Made sure that I have a "1" in my /proc/sys/net/ipv4/ip_forward file > > and issued the following comma

Re: Iptables Help Needed

2003-08-18 Thread Sean Estabrooks
On Mon, 18 Aug 2003 06:45:03 -0700 "Simran Hansrai" <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I am trying to forward port 8080 on my redhat 8.0 box to port 80 on my > solaris box and I have done the following so far: > > Made sure that I have a "1" in my /proc/sys/net/ipv4/ip_forward file > > a

Re: Iptables Help Needed

2003-08-18 Thread Nick Lindsell
On Mon, 2003-08-18 at 14:45, Simran Hansrai wrote: > Hi Guys, > > I am trying to forward port 8080 on my redhat 8.0 box to port 80 on my > solaris box and I have done the following so far: > > Made sure that I have a "1" in my /proc/sys/net/ipv4/ip_forward file > > and issued the following comma

Iptables Help Needed

2003-08-18 Thread Simran Hansrai
Hi Guys, I am trying to forward port 8080 on my redhat 8.0 box to port 80 on my solaris box and I have done the following so far: Made sure that I have a "1" in my /proc/sys/net/ipv4/ip_forward file and issued the following command: iptables -A PREROUTING -t nat -p tcp -d 192.168.0.7 --dport 80