dmz?

Soldato
Joined
18 Oct 2002
Posts
5,826
Location
Liverpool :-)
Just a quick question, i've heard people mentioning about putting servers in dmz etc etc.

I'm a bit confused on exactly were the dmz is? Is it between your modem/router and firewall or am i barking up the wrong tree?
 
On ADSL lines, with a single IP address, then NAT with portmapping is the best way to provide 'servers'.

On an SDSL or a proper E1, T3, OC3 ... etc etc etc network, with multiple 'real' IP's a DMZ can be handy. But that still leaves the servers open to public attack. Generally a better idea to hide them behind a firewall with carefull control of which ports are actually open..

One thing that is often in a DMZ is an ISP's dialup/broadband pools. Afterall they never know what ports their customers might want. So you dont want them to try and firewall your internet connection.

some 'cheap' broadband providers do actually firewall to prevent their customers from running common services.
 
thanks Corasik, thats cleared a couple of things up for me. I was just thinking about an old work network and why we didnt have a dmz, we did have servers behind a pix firewall with certain port mappings
 
Just about every router will allow you to setup a DMZ, isn't too safe to use but i have in the past if I wanted to host a server without having to mess around.
 
dovey said:
Just about every router will allow you to setup a DMZ, isn't too safe to use but i have in the past if I wanted to host a server without having to mess around.

Actually the DMZ option on a regular home router is quite different to the real firewall definition of a DMZ.

On a home router, whatever you specify as the DMZ will simply have all traffic sent to it regardless.

On a decent firewall, a DMZ is a seperate zone for servers and other kit that need to get, say, access to the Internet without ever having to touch your internal network for security reasons.
 
Back
Top Bottom