As far as I understand, by using DMZ you expose all of the host computer's ports to the Internet. What's that good for?
|
feedback
|
|
The DMZ is good if you want to run a home server that can be accessed from outside of your home network (ie web server, ssh, vnc or other remote access protocol). Typically you would want to run a firewall on the server machine to make sure only the ports that are specifically wanted are allowed access from public computers. An alternative to using the DMZ is to setup port forwarding. With port forwarding you can allow only specific ports through your router and you can also specify some ports to go to different machines if you have multiple servers running behind your router. | |||
|
feedback
|
|
A DMZ or "de-militarized zone" is where you can set up servers or other devices that need to be accessed from outside your network. What belongs there? Web servers, proxy servers, mail servers etc.
| |||
|
feedback
|
|
Please be careful. DMZ in a corporate/professional environment (with high-end firewalls) is not the same as for a home wireless router (or other NAT routers for home use). You may have to use a second NAT router to get the expected security (see the article below). In episode 3 of the Security Now podcast by Leo Laporte and security guru Steve Gibson this subject was talked about. In the transcript see near "really interesting issue because that's the so-called "DMZ," the Demilitarized Zone, as it's called on routers.". From Steve Gibson, http://www.grc.com/nat/nat.htm:
In the article there is also a solution to this problem that involves using a second NAT router. There are some really good diagrams to illustrate the problem and the solution. | |||||||||
feedback
|