Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to configure a Pix 515 with 3 interfaces, Inside, Outside and dmz. I am using version 6.1.
Internal uses 10.0.0.0 addresses all on the same subnet.
DMZ uses public addresses in the 203.63.x.x range.
External uses public addresses in a similar range to the DMZ but on a different subnet.
I can telnet from inside to the external router so traffic from inside to outside seems OK.
The web and mail servers on the dmz can access the internet and vice-versa.
People inside cannot reach the dmz and vice versa.
I think it's probably a translation problem but can't seem to find the answer. All the examples in the Cisco manuals use private addressing in the dmz, which get translated.
My dmz addresses don't need to be translated but how do I get access to the dmz from inside?
I would be grateful for any assistance.
Here is a partial configuration. fred and jane are web and mail servers in the dmz.
global (outside) 203.63.x.43-203.63.x.44 netmask 255.255.255.255 0.0
global (outside) 1 interface
nat (inside) 1 10.1.50.0 255.255.255.0 0 0
static (dmz,outside) fred fred netmask 255.255.255.255 0 0
static (dmz,outside) jane jane netmask 255.255.255.255 0 0
static (inside,outside) 203.63.x.41 10.1.50.240 netmask 255.255.255.255 0 0
static (inside,outside) 203.63.x.42 10.1.50.253 netmask 255.255.255.255 0 0
static (inside,dmz) 10.1.50.0 10.1.50.0 netmask 255.255.255.0 0 0
tia Rob
Internal uses 10.0.0.0 addresses all on the same subnet.
DMZ uses public addresses in the 203.63.x.x range.
External uses public addresses in a similar range to the DMZ but on a different subnet.
I can telnet from inside to the external router so traffic from inside to outside seems OK.
The web and mail servers on the dmz can access the internet and vice-versa.
People inside cannot reach the dmz and vice versa.
I think it's probably a translation problem but can't seem to find the answer. All the examples in the Cisco manuals use private addressing in the dmz, which get translated.
My dmz addresses don't need to be translated but how do I get access to the dmz from inside?
I would be grateful for any assistance.
Here is a partial configuration. fred and jane are web and mail servers in the dmz.
global (outside) 203.63.x.43-203.63.x.44 netmask 255.255.255.255 0.0
global (outside) 1 interface
nat (inside) 1 10.1.50.0 255.255.255.0 0 0
static (dmz,outside) fred fred netmask 255.255.255.255 0 0
static (dmz,outside) jane jane netmask 255.255.255.255 0 0
static (inside,outside) 203.63.x.41 10.1.50.240 netmask 255.255.255.255 0 0
static (inside,outside) 203.63.x.42 10.1.50.253 netmask 255.255.255.255 0 0
static (inside,dmz) 10.1.50.0 10.1.50.0 netmask 255.255.255.0 0 0
tia Rob