• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTTP Server behing and ip masquerading server

ROcHE

Senior member
Hi,

I have a linux ip masquerading setup which has worked well for the past 3 months. I've added a Windows NT 4.0 server to the network which will act as a web server. I can reach the web page on it using it's local area network IP (192.168.0.7) but I can't reach it from outside of the LAN (ie using the internet IP of the linux server). Anyone have a clue of which ipmasqadm option I can use for that?

Thanks
 
you have to enable port forwarding, so that any traffic requested on port 80 from your linux server gets directed (by the linux server) to port 80 on the NT box (192.168.0.7)
 
Back
Top