Hello, I have been working on our company's fire wall for about a week now because we lost some people. Everything works fine. My goal is to set up a web server on the DMZ1 and be able to get to it from the Internet. We have a router Cisco 2621 (I will give you fake IP's for this question - 65.85.4.251 - inside Ethernet Interface) on the outside with a T1 coming in from ISP - from there it goes to a PIX 520 (inside) interface (65.85.4.249). The global IP is (65.85.4.250). Inside Interface (10.123.123.2) We have 6 total interfaces = inside, outside, dmz1,dmz2,dmz3,dmz4. I just recieved a new scope of real world IP's and configured the inside Ethernet Int on the router to rout for this new network (.80 network). I assigned it (Ethernet Int on router) the default gateway for the new scope (62.80.3.81). I can ping it from our webserver which I telneted into (it is located in a different state in the U.S.) I assigned the DMZ1 interface one of the available IP's from the new scope (62.80.3.82)and then consoled into the router but can't ping it from the router. I CAN ping the IP of the outside interface of the PIX (65.85.4.249) which belongs to a different IP scope.
I'm running nat so everyone on the 10.123.123.0 network are able to surf the interent. The one computer I have set up on the DMZ1 (62.80.3.83) can also surf the Internet because the 65.85.4.250 (global) on the outside interface is doing its thing.
global (outside) 1 65.85.4.250 netmask (subnetmask)
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
Can I assume that all traffic from the DMZ1 has to go out the (outside) interface.
Oh, I set up a
global (dmz1) 1 62.80.3.90 netmask (subnetmask)
nat (dmz1) 1 0.0.0.0 0.0.0.0 0 0
for the DMZ1.
I can ping the computer on the DMZ1 from the 10.123.213.0 internal network but cant ping 10.123.123.0 network from the computer on the DMZ1. (I am ok with that). I just want the 10.123.123.0 network to be able to access this computer from the inside - which it can - and I want people on the internet to be able to access this computer (it will be a webserver).
Why can't I ping the DMZ1 interface or the computer on the DMZ1 from the router? - I set the router up to route for this new scope of IP's.
So I telneted into our webserver (in other state) from the computer on the DMZ1 and then checked the login status and it said that the Ip logged in was the global Ip for the (outside) interface. Because of this I am assuming that the DMZ1 traffic headed outbound goes through the (outside) interface to get out. Is this correct? if so, how do I set up a static route to the computer on the DMZ1 from the (outside) interface and am I wasting my time putting real world IP's on the DMZ1 interface and on the computer on the DMZ1?
I'm running nat so everyone on the 10.123.123.0 network are able to surf the interent. The one computer I have set up on the DMZ1 (62.80.3.83) can also surf the Internet because the 65.85.4.250 (global) on the outside interface is doing its thing.
global (outside) 1 65.85.4.250 netmask (subnetmask)
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
Can I assume that all traffic from the DMZ1 has to go out the (outside) interface.
Oh, I set up a
global (dmz1) 1 62.80.3.90 netmask (subnetmask)
nat (dmz1) 1 0.0.0.0 0.0.0.0 0 0
for the DMZ1.
I can ping the computer on the DMZ1 from the 10.123.213.0 internal network but cant ping 10.123.123.0 network from the computer on the DMZ1. (I am ok with that). I just want the 10.123.123.0 network to be able to access this computer from the inside - which it can - and I want people on the internet to be able to access this computer (it will be a webserver).
Why can't I ping the DMZ1 interface or the computer on the DMZ1 from the router? - I set the router up to route for this new scope of IP's.
So I telneted into our webserver (in other state) from the computer on the DMZ1 and then checked the login status and it said that the Ip logged in was the global Ip for the (outside) interface. Because of this I am assuming that the DMZ1 traffic headed outbound goes through the (outside) interface to get out. Is this correct? if so, how do I set up a static route to the computer on the DMZ1 from the (outside) interface and am I wasting my time putting real world IP's on the DMZ1 interface and on the computer on the DMZ1?