I am in the process of adding a DMZ to our firewall. We own a classC, and have split it in half for untrusted (x.y.z.1-128) and dmz(x.y.z.129-255). My router (cisco 4500) is at x.y.z.1.
I was told by the Firewall guy (outside vendor) that I need to change the subnet mask on the router to 255.255.255.128 (to match the firewall), and to add a new route for the DMZ (x.y.z.128 255.255.255.128 x.y.z.3) (the .3 is the untrusted address of the firewall).
Ho do I do this? I'm accessing the router vie terminal connection. I have figured out this much:
Router> enable
Router# save running-config startup-config
Router# configure
Router(config)#
I assume I change the subnet mask with:
Router(config)# ip address x.y.z.1 255.255.255.128
But how do I add a new route and specify the default gateway?
Any help would be most appreciated.
Paul
I was told by the Firewall guy (outside vendor) that I need to change the subnet mask on the router to 255.255.255.128 (to match the firewall), and to add a new route for the DMZ (x.y.z.128 255.255.255.128 x.y.z.3) (the .3 is the untrusted address of the firewall).
Ho do I do this? I'm accessing the router vie terminal connection. I have figured out this much:
Router> enable
Router# save running-config startup-config
Router# configure
Router(config)#
I assume I change the subnet mask with:
Router(config)# ip address x.y.z.1 255.255.255.128
But how do I add a new route and specify the default gateway?
Any help would be most appreciated.
Paul