Article
Problem
A Forum reader recently asked:
"I want to place a webserver (Novell Linux Enterprise Server) into my DMZ. I assigned the IP address, with one public IP address of BorderManager NATed to the IP address of my webserver. Is this correct so far?"
And here's the response from Caterina Luppi ...
Solution
To be able to access the web site from your LAN, you will simply need to:
1. Have name resolution in your LAN that gives out the private IP of the web server.
2. Create a packet filter exception for port 80 between the LAN and the web site. You can use something like this:
Packet type: TCP source port 1024-65535 dest port 80 STATEFUL
Source interface: private
Dest interface: DMZ
Source IP: your private LAN
Dest IP: the IP address of the web server
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3432 reads


0