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
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
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
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