Home » Questions » Computers [ Ask a new question ]

Would you setup a DMZ at home?

Would you setup a DMZ at home?

From a security point of view, what are the benefits of going the whole hog of setting up a DMZ at home if you plan on running a low traffic (unpopular) website from there?

Asked by: Guest | Views: 278
Total answers/comments: 2
Guest [Entry]

"Yes. Any incoming traffic from the internet that isn't a response to a request from a one of your computers should be suspect. There are many scenarios where your website could be compromised and that could lead to someone having access to the internal network.

Now, the unfortunate reality is that most commercial home routers don't have the capacity to setup a proper DMZ. They may allow you to set a DMZ IP that all external traffic is routed to. This doesn't allow for the separation that a DMZ should provide. To have a functional DMZ, The computers in the DMZ need to be on a different IP range or subnet than the main network and be on a different port on the router that only supports the DMZ IP Range. The end result of a properly configured DMZ is that systems in the DMZ can't access the IPs on the main network directly.

Also make sure that your router doesn't treat the DMZ as internal for the purposes of administration. So it shouldn't trust traffic from the DMZ any more than it trusts traffic from the internet, and you shouldn't be able to get to the administration interface for the router from any systems on the DMZ. This is often the problem with ""two router"" solutions proposed by others. The outside router still treats the systems in the DMZ as internal and trusted. This outside router could be compromised and all the internal traffic still needs to pass through it to get to the internet."
Guest [Entry]

I still would because it's relatively easy to do so. If you have two broadband routers, you can set them up in-line with different private IP address spaces (such as 192.168.100.1-254 and 192.168.200.1-254). Hang the web server off the first one, which is connected directly to the Internet. Use port forwarding to direct to your web server. Put all of your systems that will be in your private network behind the second broadband router. That way, if the web server is compromised for some reason, they will have to get through that second broadband router to get into your other systems.