Dear Charles,
> I had trouble with that, too, but I have used ipportfw to do this
> kind of redirection, like
> ipportfw -A -t outside-ip/80 -R inside-ip/80
first the syntax should be :
ipportfw -A -toutside-ip/80 -R inside-ip/80
assuming outside-ip is the Ip of your external Nic
on the linux box.
But if you want this to work you have to allow input traffic to
the www port:
ipfwadm -I -a accept -P tcp -S 0.0.0.0/0 -D outside-ip/32 www
And at least you have to allow the output traffic from
your Web server to honoured the external request:
ipfwadm -O -a accept -P tcp -S outside-ip/32 www -D 0.0.0.0/0
Have fun !!!
Marc Cassuto.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]