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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No NAT Question

Status
Not open for further replies.

ronnetp

Programmer
Apr 8, 2002
71
I have a Cisco Pix Firewall 525
I am doing nat for 12 of all the public IPs I have,
But because of a software problem I need one server to use the same Public IP.
The server has two NICs I am thinking on One Network Card using the public IP, and on the other place the Internal network with our range 10.0.0.1 network IP.

If this posible not to use NAT, only for one of the public IPs?
 
Yes you can do it... you need either of the two commands below:

nat (inside) 0 <nic-ip> 255.255.255.255

static (inside, outside) <nic-ip> <nic-ip> netmask 255.255.255.255
 
Thanks,

I did the changes and the static IP was assigned to Translation rules with the same IP for the outside and inside, but I dont get internet access.

I am putting that same IP on the Server NIC, but it is not able to get to the internet.

Any advice will be appreciated.
 
A static translation takes precedence over dynamic NAT rules so if you configure a static translation to itself then you get locked out of the Internet unless you assign a public IP address. What you need is a nat (inside) 0 ... statement with an access list or you may also configured policy NAT but you need to run 6.3(3) on your PIX for policy NAT. Take a look at the links below:


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top