10-08-2008 02:21 PM - edited 03-09-2019 09:38 PM
Hi
I have created a VPN tunnel between sitea and siteb. But unable to ping inside interfaces for both sites.
Could you please suggest what to do. When i look up the PDM page on both Sites PIX 501 its Showing.
=========================================
VPN STATUS
Ike Tunnels 1 Ipsec Tunnels 1
=========================================
Please see attached config.
Thanks
10-08-2008 03:52 PM
Hi,
You need to configure "management-access inside" to access the inside interface of the Pix through the IPSEC Tunnel.
http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/mr.html#wp1137951
Regards,
Arul
** Please rate all helpful posts **
10-09-2008 03:31 AM
I cannot ping from siteA to siteB.
I have tried still doesnt work.
Any reason
10-09-2008 04:21 AM
Hi,
Quick flick through there are several things wrong. Firstly access lists configured on A appear to be wrong (11.1177.190 is not a valid IP address) secondly the outbound access list is not applied to an interface.
Secondly the Outbound access list (applied on inside interface) will need to contain the IP address of the remote internal network. e.g. access-list outbound permit ip 192.168.0.0 255.255.255.0 192.168.1.0 255.255.255.0. Same with the access list on B. It is not applied to interface and needs reconfiguring.
I have not checked the cryptomap config etc as the fact you got the tunnels up it seems to be working.
Thanks
10-10-2008 01:52 AM
Thanks for reply. I have tried still same problem. One thing i forget to tell. I can ping from command prompt to remote PCS, but i am unable to ping 192.168.0.1 and 192.168.1.0 remotely.
When i try to ping from the PDM -Tools-PING unable to ping any remote pcs. Do you thing is to do with PDM version. I am using currently PDM 3.0
Thanks
10-10-2008 02:50 AM
Hi,
Would you be able to post the new current config. Could you also just clarify exactly what it is you are trying to ping from where. I am a bit lost!
I very much doubt its to do with the version of PDM though no.
Thanks
10-11-2008 05:15 AM
10-11-2008 08:57 AM
Hi,
So (correct me if I am wrong) the VPN tunnels ARE working. And you can ping from PCs on the subnets across the VPN to PCs on the other subnets. It is just pinging from the PIX to the other PIX through the GUI?
If this is the case it could be to do with the IP address the pings are coming from. You can select which address to source the pings from. Have you tried changing this? It could well be sending the pings out but using an IP address that will not be sent across the VPN tunnel.
I would clear the crypto SAs and then initialise some pings etc. Run the command "show crypto ipsec sa" and it will give you information on the number of packets encrypts and decrypts etc. If these counters are not increasing the traffic is not going over the VPN tunnels and it is likely to be a problem with something such as an access list.
Thanks
10-11-2008 05:17 AM
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