01-03-2006 10:14 AM
I am using a 831 as a ezvpn server. It's tested ok in my office. But when it's running in a remote site, the vpn client cannot get any ISAKMP packet from the router and no connection can be made, while site-to-site vpn is working fine in the same router. I think there should be something blocking the ezvpn ISAKMP packet. But the packets in ezvpn and site-to-site vpn should be the same. Why one is working and the other is not?
Here I attached my router configuration and the 'deb cry isa' rusult. Please take a look. Thanks a lot.
01-03-2006 02:34 PM
those two could be using different ports.
for site-to-site,
udp 500
for remote/ezvpn,
udp 4500
just wondering if there is an inbound acl blocking the port 4500. perhaps post the entire config with public ip masked.
01-04-2006 06:47 AM
Thanks, Jack,
Your info is very important to me.
Do you know if there's any command to change ISAKMP port to UDP 500 or other? I am sure there's no blocking in my vpn client side because I can make a connection to other vpn servers. On this vpn server side, the ISP is a cable company. Do you have any experience that the ISP blocks the outbound UDP ports? What else reason do you think should be posible?
Thanks again.
01-04-2006 08:40 PM
according to the posted config, there is an inbound acl named "access-list 111".
access-list 111 permit udp any any eq 4500
further, i believe the acl below is required as well:
access-list 111 permit ip 10.100.100.0 0.0.0.255 10.10.10.0 0.0.0.255
01-05-2006 06:12 AM
Thanks, Jack,
Thank you very much for your reminding.
But even I took off the total acl in e1, it's still not working. It really confused me. The VPN client keep saying the peer is not responding, and from the log window, no receiving message is showing up.
01-05-2006 02:55 PM
cbac (i.e. ip inspect) has been applied on the e1 interface, so even the acl is removed, the router will not permit the packet.
01-06-2006 06:33 AM
Thanks, Jack,
You are right. I had tried to remove acl and ip inspet before, but it didn't work, so I neglect this posibility. Do you know how to flush cbac without reboot it? I don't have opportunity to try now. I will let you know the result.
Thanks a lot.
01-10-2006 09:42 AM
Hi, Jack,
The problem is solved.
Thanks,
Henry
01-12-2006 04:09 AM
it's good to learn that your issue has been resolved. would you mind share the resolution?
according to cisco:
Why should I rate posts?
If you see a post that you think deserves recognition, please take a moment to rate it.
You'll be helping yourself and others to quickly identify useful content -- as determined by members. And you'll be ensuring that people who generously share their expertise are properly acknowledged. As posts are rated, the value of those ratings are accumulated as "points" and summarized on the Member Profile page and on each member's Preferences page.
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