rubbaninja
MIS
We had a contractor in for a few months to help us out with all our HIPAA work. With 5 more DMZ's and 4 additional 2950's... I'm a bit confused about some things.
My biggest issue is with his NAT 0 statements.;
global (outside) 1 x.x.x.x netmask 255.255.255.128
nat (inside) 0 priv.ip.11 255.255.255.255 0 0
nat (inside) 0 priv.ip.12 255.255.255.255 0 0
nat (inside) 0 priv.ip.0.0 255.255.0.0 0 0
nat (inside) 0 priv.ip.0.0 255.255.0.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 200
nat (RemoteAccessDMZ) 0 0.0.0.0 0.0.0.0 0 0
nat (DoDDMZ) 0 0.0.0.0 0.0.0.0 0 0
As you can see this isn't very good for me. I can no longer PAT it seems unless I am confused as all heck.
This was working for me before. Here was the nat and global statements before our contractor came in. At this time we only had e0, e1 and e2
global (outside) 1 x.x.x.x netmask 255.255.255.128 (proxy server)
global (outside) 3 x.x.x.x netmask 255.255.255.128 (DNS)
global (outside) 2 x.x.x.x netmask 255.255.255.128 (Misc)
global (dmz) 1 priv.ip.25-priv.ip.175 netmask 255.255.255.0
nat (dmz) 1 0.0.0.0 0.0.0.0 150 200
nat (inside) 1 priv.ip.5 255.255.255.255 0 0
nat (inside) 2 priv.ip.14 255.255.255.255 0 0
nat (inside) 3 priv.ip.57 255.255.255.255 0 200
The dmz hosts a web, the statements were to allow access from e1 to the dmz, this was per recommendation, not sure if that was the best way.
There are also static’s set up all over the place such as;
static (inside,doddmz) priv.ip.12 priv.ip.12 255.255.255.255 ((Look up to the first set of nat 0 statements, to me this seems to be an overlap).
What I need to be able to do is PAT inside subnets out to the internet without giving everyone and their brother a static and acl. I would love to not set up statics for everyone that needs external access through my pix.
I may be way off base though, maybe there is an easier way, and maybe the current config is workable and right, I don’t know. I’m kind of new to the PIX but have basic understanding and have configured the initial config and maintained it for over a year, but this new 12 page configuration has totally put me back in the newbie chair.
The only interface that needs nat 0 is the doddmz, not all 6 interfaces....
Thanks for the help in advance.
Please tell me if you need more information
My biggest issue is with his NAT 0 statements.;
global (outside) 1 x.x.x.x netmask 255.255.255.128
nat (inside) 0 priv.ip.11 255.255.255.255 0 0
nat (inside) 0 priv.ip.12 255.255.255.255 0 0
nat (inside) 0 priv.ip.0.0 255.255.0.0 0 0
nat (inside) 0 priv.ip.0.0 255.255.0.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 200
nat (RemoteAccessDMZ) 0 0.0.0.0 0.0.0.0 0 0
nat (DoDDMZ) 0 0.0.0.0 0.0.0.0 0 0
As you can see this isn't very good for me. I can no longer PAT it seems unless I am confused as all heck.
This was working for me before. Here was the nat and global statements before our contractor came in. At this time we only had e0, e1 and e2
global (outside) 1 x.x.x.x netmask 255.255.255.128 (proxy server)
global (outside) 3 x.x.x.x netmask 255.255.255.128 (DNS)
global (outside) 2 x.x.x.x netmask 255.255.255.128 (Misc)
global (dmz) 1 priv.ip.25-priv.ip.175 netmask 255.255.255.0
nat (dmz) 1 0.0.0.0 0.0.0.0 150 200
nat (inside) 1 priv.ip.5 255.255.255.255 0 0
nat (inside) 2 priv.ip.14 255.255.255.255 0 0
nat (inside) 3 priv.ip.57 255.255.255.255 0 200
The dmz hosts a web, the statements were to allow access from e1 to the dmz, this was per recommendation, not sure if that was the best way.
There are also static’s set up all over the place such as;
static (inside,doddmz) priv.ip.12 priv.ip.12 255.255.255.255 ((Look up to the first set of nat 0 statements, to me this seems to be an overlap).
What I need to be able to do is PAT inside subnets out to the internet without giving everyone and their brother a static and acl. I would love to not set up statics for everyone that needs external access through my pix.
I may be way off base though, maybe there is an easier way, and maybe the current config is workable and right, I don’t know. I’m kind of new to the PIX but have basic understanding and have configured the initial config and maintained it for over a year, but this new 12 page configuration has totally put me back in the newbie chair.
The only interface that needs nat 0 is the doddmz, not all 6 interfaces....
Thanks for the help in advance.
Please tell me if you need more information