I build a VPN tunnel between 2 Cisco Pix 506e. My tunnel is up and my users from the both side can access to ressources but I can't ping machine or server from both side. I can telnet every equipment from both side but no ping and tracert displays nothing. I tried so many things but no one work.
See below configuration of my 2 pix : Head Office
PIX Version 6.3(5)
access-list inside_outbound_nat0_acl permit ip HeadOffice 255.255.240.0 Branch_Site 255.255.255.0 access-list inside_outbound_nat0_acl permit ip Company_Network 255.255.0.0 Branch_Site 255.255.255.0
access-list inside_access_in permit ip any any
access-list outside_cryptomap_70 permit icmp any any access-list outside_cryptomap_70 permit ip HeadOffice 255.255.240.0 Branch_Site 255.255.255.0 access-list outside_cryptomap_70 permit ip Company_Network 255.255.0.0 Branch_Site 255.255.255.0
access-list acl_outside permit icmp any any
icmp permit any outside icmp permit any inside
mtu outside 1500 mtu inside 1500
ip address outside Pix_OUT 255.255.255.0 ip address inside Pix_IN 255.255.255.0
access-list acl_outside permit ip Branch_Site 255.255.255.0 Head_Office 255.255.240.0 access-list acl_outside permit ip Branch_Site 255.255.255.0 Company_Network 255.255.0.0 access-list acl_outside permit icmp any any
access-list acl_inside permit ip Branch_Site 255.255.255.0 Head_Office 255.255.240.0 access-list acl_inside permit icmp any any
access-list acl_VPN_Head_Office_70 permit ip Branch_Site 255.255.255.0 Head_Office 255.255.240.0 access-list acl_VPN_Head_Office_70 permit ip Branch_Site 255.255.255.0 Company_Network 255.255.0.0 access-list acl_VPN_Head_Office_70 permit icmp any any
access-list ping_access permit icmp any any unreachable access-list ping_access permit icmp any any echo-reply access-list ping_access permit icmp any any time-exceeded
icmp permit any outside icmp permit any inside
mtu outside 1500 mtu inside 1500
ip address outside dhcp setroute ip address inside PIX_Branch_Site_IN 255.255.255.0
I tried to do so but when I tried to ping the inside interface from one side to the opposite one I see the echo-request but nothing islogged on the other side it is the same on the both side
to sum-up ping from A to B : echo-request on A but nothing on B ping from B to A : echo-request on B but nothing on A
Nothing happenned when I tried from the headoffice to branch site but i saw on the log some ping between one machine of the branch site to a server of the head office