neutec
Technical User
- Apr 26, 2003
- 343
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
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