Hello,
I have a Cisco ASA 5505. I have to change the external ip address. I can telnet into the device but I need to know the exact commands to change the ip. I am unfamiliar with the operating system so if you could let me know exactly what to type, it would be very helpful.
Thanks!
However when I look through the config I still see the old ip on some lines:
access-list acl_out extended tcp any host xxx.xxx.xxx.xxx eq www
access-list acl_out extended tcp any host xxx.xxx.xxx.xxx range 4520 4524
and
static (inside,outside) xxx.xxx.xxx.xxx 192.168.1.200 netmask 255.255.255.255
access-group acl_out in interface outside
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx
Do I need to change these as well?