cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
316
Views
0
Helpful
3
Replies

VPN connection through 515E

marcgijsman
Level 1
Level 1

Hi All,

We are trying to make a vpn connection with a Cisco vpn client from a workstation within our network through our 515E to a remote network also protected by a cisco firewall. When we start the vpn client the connection gets build ok but we get no data traffic from the remote network. When we build the connection through a dialup connection we do have data traffic both ways. I think our firewall is refusing incoming traffic. How can we check this and resolve it.

Thanks for your help.

Marc Gijsman

3 Replies 3

mike-greene
Level 4
Level 4

Hi,

If you turn on logging on the PIX I think you'll find that the PIX is blocking ESP from the remote side peer address.

The only way I've got around this is to open ESP and IKE from the remote side peer addrress on your outside ACL.

Hope that helps.

I have to agree I think something like:

access-list inbound permit esp any host x.x.x.x

access-list inbound permit udp any host x.x.x.x eq isakmp

where x.x.x.x is the external ip of the pix.

How about also "isakmp nat-traversal" command as well? It might be worth looking at.

cheers

Andy

Hi,

That could possibly work also.