12-02-2023 03:51 PM
Moved cisco firewall to new location and now cannot connect to the VPN, Does anyone know how to fix this issue? In down state now. I still have to clean configs, but wanted to get this in place. So I moved the firewall from Atlanta Georgia to Jacksonville Florida into a Colo. I switched IP addresses and still cannot connect to VPN. I am new to this and not sure what I am doing.
Solved! Go to Solution.
12-03-2023 08:52 AM
@coreillycisco are you sure it's .226? Can you ping it from the ASA itself? I cannot ping that IP address but I can ping .227
Have you tried accessing the internet from the ASA? Ping something (i.e. 8.8.8.8), does it work? If not AnyConnect will not work, nor will anything else.
If AnyConnect was pre-configured to use a DNS hostname and that resolved to the old IP address (the one you changed) you will also need to update the DNS entry in the public DNS or use the IP address of the ASA (72.15.233.225) instead - you will get a certificate error though.
12-03-2023 09:07 AM
Yeah i changed that in our DNS. I can ping .226, but .227 is: Reply from 72.15.233.227: Destination net unreachable.
>ping 72.15.233.227
Pinging 72.15.233.227 with 32 bytes of data:
Reply from 72.15.233.227: Destination net unreachable.
Reply from 72.15.233.227: Destination net unreachable.
Reply from 72.15.233.227: Destination net unreachable.
Reply from 72.15.233.227: Destination net unreachable.
Ping statistics for 72.15.233.227:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
>ping 72.15.233.226
Pinging 72.15.233.226 with 32 bytes of data:
Reply from 72.15.233.226: bytes=32 time=317ms TTL=240
Reply from 72.15.233.226: bytes=32 time=22ms TTL=240
Reply from 72.15.233.226: bytes=32 time=22ms TTL=240
Reply from 72.15.233.226: bytes=32 time=21ms TTL=240
Ping statistics for 72.15.233.226:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 317ms, Average = 95ms
12-03-2023 09:10 AM
Oh sorry. Ping from ASA is timing out.
12-03-2023 09:17 AM
@coreillycisco I assume you pinged an IP address such as 8.8.8.8 and not a DNS name? If you cannot ping from the ASA to an IP address on the internet then routing is still not working. Run a ping and traceroute from the ASA to 8.8.8.8 and provide the output.
Confirm with your ISP what their router IP address is.
12-03-2023 09:38 AM
12-03-2023 09:46 AM
12-03-2023 09:51 AM
@coreillycisco well there is another device with the same IP address as the ASA, probably the ISP router?
Like I previously suggested contact the ISP to determine the ISP router IP address and confirm it isn't .225.
Change the ASA IP address of the Flexential interface.
12-03-2023 09:53 AM
Here is there reply:
Network:
Network: 72.15.233.224/29
Gateway: 72.15.233.225
Mask: 255.255.255.248
Usable: 72.15.233.228-230
Network Ports:
E10:1
E10:2
12-03-2023 09:56 AM
@coreillycisco reconfigure your interface Gi0/4 and set the new default route.
interface GigabitEthernet0/4
nameif Flexential
security-level 0
ip address 72.15.233.228 255.255.255.248
route Flexential 0 0 72.15.233.225
Remove you other default route via the incorrect next hop.
12-03-2023 10:12 AM
Ok. That works. I can now reach the Internet. You are awesome. I can also reach Anyconnect, but DUO auth is not sending me a notification for that.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide