Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inside and DMZ to use differant IP addresses?

Status
Not open for further replies.

DocHolden

MIS
Jun 25, 2002
48
US
I have a PIX set up and both the inside and the dmz use the same pool for NAT. I want the inside to use the interface pool and servers in the dmz to use another IP address. For example. Inside users use a nat pool with the ip address of xxx.xxx.xxx.100 and dmz servers use an outside nat pool with an ip address of xxx.xxx.xxx.101. Is this possible? and if so how?

Thanks in advance.
 
Try this. Change the 192.168.0.0 subnet to your LAN subnet and 172.16.0.0 subnet to your DMZ subnet.


global (outside) 1 xxx.xxx.xxx.100
global (outside) 2 xxx.xxx.xxx.101
nat (inside) 1 192.168.0.0 255.255.255.0
nat (dmz) 2 172.16.0.0 255.255.255.0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top