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

How to isolate webserver from local network

Create a DMZ. Create a network segment either off the router or preferably the firewall. Restrict the access in to that network segment to (if all you have is a webserver) http(s). If your firewall keeps state properly, you can block all outgoing connections from the DMZ to the outside world.
 
my router (netgear fr114p) has a dmz option. is this the same one you're talking about? even if i set my webserver on the dmz, my local computers can still talk to the webserver and vice versa. so if the webserver does become compromised, wouldn't the rest of my network be as well? do you get what i'm saying?
 
thanks jack. i'm going to try that after i purchase a second router. would the next step up to secure the network is to buy a dedicated firewall? eg. cisco pix
 
Originally posted by: itr
my router (netgear fr114p) has a dmz option. is this the same one you're talking about? even if i set my webserver on the dmz, my local computers can still talk to the webserver and vice versa. so if the webserver does become compromised, wouldn't the rest of my network be as well? do you get what i'm saying?

Probably not. The term "DMZ" means "all ports are forwarded to this machine" in SOHO router terminology. It's a damned shame too.

thanks jack. i'm going to try that after i purchase a second router. would the next step up to secure the network is to buy a dedicated firewall? eg. cisco pix

Yes. Maybe not a Pix, but something.
 
the dmz does foward all ports to the specified server ip. which would better better, security wise, the two router setup or dmz?
 
Originally posted by: itr
the dmz does foward all ports to the specified server ip. which would better better, security wise, the two router setup or dmz?

A real DMZ is the best option. It will keep that server segmented away from your other systems.
 
i guess my router doesn't provide a 'real' dmz since my server can still talk with the rest of the lan. what are some good routers that provide a real dmz?
 
Hmm. That is the way Segregation works, the server computer can talk to the rest of the LAN since the LAN is like the Internet to it. However, the LAN's computers should not be able to talk to the Server computer since it is going against the Second Router's NAT-Firewall.

If port 80 on the server's Router is opened, the LAN?s computers would be able to access the Server Web Server pages with the browser the way any Internet server work.

:sun:
 
Back
Top