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

Adding another Public IP to ASA5505

Status
Not open for further replies.

neutec

Technical User
Apr 26, 2003
343
0
0
Hello Guys,
Its been awhile since I played around with a Cisco CLI and I cant remember the proper syntax to add another Public IP to my Cisco ASA5505. I was given a block of public IP's. 108.32.83.96 - 102. Im using .97 for the outside interface and would like to use .98 for a web server behind the firewall.

SO I've been trying the following but it has not worked

1) created Network Object "WebServer"
2) Added Host 192.168.1.9
3) Added Nat (inside,Outside) static 108.32.83.98 service tcp 80 80
4) access-list OutsideWebServer permit tcp any host 192.168.1.9 eq www
5) access-group OutsideWebserver in interface outside

The above will only work when I change the address 108.32.83.98 to "interface" which then will use the outside interface. Any help will be appreciated.

Thanks
Jay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top