cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
505
Views
0
Helpful
1
Replies

public ip to globle IP

     hello ,

     I have asa 5540 and i have one public ip which i use for internet provide to inside zone of only one system.

     now i want to use one public ip and thats use to give internet in my inside zone for more then one system.

     how i do thats?

     means one public ip work as a global ip

    or i use my divert inside ip to global one range thats traffic travel to one public ip does it possible.

     thanks

     mitang

1 Reply 1

Farrukh Haroon
VIP Alumni
VIP Alumni

You can just configure interface based PAT to let the inside users access internet e.g.

nat (inside) 1 192.168.100.0 255.255.255.0

global (outside) 1 interface

Have a look at this link:

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008046f31a.shtml#t5

If you want to use a different global IP than in therface, then change the global command to:

global (outside) 1

Please rate if helpful

Regards

Farrukh