[ale] NAT And traffic redirection

Christopher Fowler cfowler at outpostsentinel.com
Thu Dec 7 12:36:34 EST 2006


Another problem I have is that the Window server is running https on 443
as well as my Linux device.  So I can't nat 443 to that server because
then I can't get to the device.  I also can't change the port to 444
because this darn web interface on windows does redirects with an
absolute URL thus removing :444 from what I typed in my browser and
sending me back to my device.

This is why this virtual address things keeps coming back into my head.

On Thu, 2006-12-07 at 12:21 -0500, Christopher Fowler wrote:
> On Thu, 2006-12-07 at 11:57 -0500, Robert L. Harris wrote:
> > $IPTABLES -A Allow -p tcp --source aaa.bbb.ccc.0/24 --dport 9000 -j
> > ACCEPT
> > $IPTABLES -A PREROUTING -t nat -p tcp -i $IFACE --dport 9000 -j DNAT
> > --to 192.168.7.8:9000
> 





More information about the Ale mailing list