config t
ip address outside 111.235.128.98 255.255.255.0
no route outside 0.0.0.0 0.0.0.0 61.88.74.126 1
route outside 0.0.0.0 0.0.0.0 111.235.128.254
no dhcpd dns 61.88.74.65 61.88.88.88
dhcpd dns 111.235.130.1 111.235.130.2
You have a few static nats set but I do not see the matching access-lists to allow this traffic in. To change them you would do:
no static (inside,outside) tcp 61.88.74.119 smtp 192.168.0.1 smtp netmask 255.255.255.255 0 0
no static (inside,outside) tcp 61.88.74.119 3389 192.168.0.1 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp 111.235.128.98 smtp 192.168.0.1 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp 111.235.128.98 3389 192.168.0.1 3389 netmask 255.255.255.255 0 0
you also have a site 2 site VPN so the peer settings will need to be changed on the other firewall.
and of course:
write mem
This should not be done remotely (throught ssh, telnet asdm etc)
Good Luck
Main Topics
Browse All Topics





by: ricks_vPosted on 2009-09-28 at 19:31:00ID: 25445544
Make sure you create a backup config, then drop the following command to change ip and gateway:
no ip address outside 61.88.74.119 255.255.255.224
no ip address outside 111.235.128.254 255.255.255.0
route outside 0.0.0.0 0.0.0.0 61.88.74.126 1
route outside 0.0.0.0 0.0.0.0 111.235.128.254
hope this helps