We have a Pix 520UR with 6 interfaces. Right now, I've got it confiugred as outside, inside, dmz1, dmz2 and dmz3. (I have dmz4 named, and configured with 10.99.99.99 netmask 255.255.255.255 because I don't use it.)
ip address outside aaa.bbb.ccc.2 255.255.255.128
ip address inside 10.1.3.1 255.255.255.0
ip address dmz1 10.1.2.1 255.255.255.224
ip address dmz2 10.1.2.65 255.255.255.224
ip address dmz3 10.1.4.1 255.255.252.0
ip address dmz4 10.99.99.99 255.255.255.255
Whenever I connect to something in dmz3, I show up as 10.1.4.3 (the global for that dmz). I'd love to have connections coming from the inside interface (where our workstations are) to dmz3 done without any NAT. However, in playing with this on dmz4, I couldn't get it to work unless I set up both NAT and global for dmz4. Is what I'm trying to do possible? This becomes important if I place a large number of web sites in dmz3. I want those machines to be able to individually identify users coming from the inside interface, not lump them together.
In case it helps:
global (outside) 1 aaa.bbb.ccc.3
global (outside) 1 aaa.bbb.ccc.127
global (dmz1) 1 10.1.2.4
global (dmz2) 1 10.1.2.70
global (dmz3) 1 10.1.4.3
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz2) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz3) 1 0.0.0.0 0.0.0.0 0 0
Thanks!
ip address outside aaa.bbb.ccc.2 255.255.255.128
ip address inside 10.1.3.1 255.255.255.0
ip address dmz1 10.1.2.1 255.255.255.224
ip address dmz2 10.1.2.65 255.255.255.224
ip address dmz3 10.1.4.1 255.255.252.0
ip address dmz4 10.99.99.99 255.255.255.255
Whenever I connect to something in dmz3, I show up as 10.1.4.3 (the global for that dmz). I'd love to have connections coming from the inside interface (where our workstations are) to dmz3 done without any NAT. However, in playing with this on dmz4, I couldn't get it to work unless I set up both NAT and global for dmz4. Is what I'm trying to do possible? This becomes important if I place a large number of web sites in dmz3. I want those machines to be able to individually identify users coming from the inside interface, not lump them together.
In case it helps:
global (outside) 1 aaa.bbb.ccc.3
global (outside) 1 aaa.bbb.ccc.127
global (dmz1) 1 10.1.2.4
global (dmz2) 1 10.1.2.70
global (dmz3) 1 10.1.4.3
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz2) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz3) 1 0.0.0.0 0.0.0.0 0 0
Thanks!