tshinder
Posts: 47490
Joined: 10.Jan.2001
From: Texas
Status: offline
|
You don't have to use any special address on the external interface, although I would use the first IP address in your block. You could use the public IP addresses on the internal network, as long as they are on the LAT. However, for security reasons, you're better off using the private IP addresses. Although packet filtering will protect you, you get even more security by using non-routable addresses on your internal network. A host ID of 1 just refers to using the first IP address in your block. For example, if you use the private network ID 192.168.0.0, host ID 1 would have the IP address 192.168.0.1. You can still create a DMZ network and place your publicly available mail and web servers on the DMZ segment. In that way, your internal network is protected from Internet access, and the public network can still access your mail and web servers. You can use the public address block you have now, but you'll have to subnet the block, because the DMZ can't have the same network ID as the interface connected to the internet for routing reasons. HTH, Tom ------------------ Tom Shinder http://www.isaserver.org/shinder/
|