05-08-2012 01:07 AM
Hello Guys,
ASA 5510
Ver 8.2(5)
I have been looking all over the place for the answer of how to allow clients on an IPSEC VPN to ping from host to host. I know I have seen it in the config someplace but I just can find it now.
Any help is greatly appreciated.
Murray
05-08-2012 10:43 AM
"IPSEC VPN to ping from host to host."
Please explain more, pinging host to host, between Remote access vpn-clients (RA) client or between RA client and Remote-VPN Site ?
thanks
05-09-2012 03:54 AM
Hi Rizwan,
What I am trying to say is, how can peers on remote access VPN communicate with each other.
Murray
05-09-2012 06:06 AM
Ok, let me recap what you have said i.e you want to have remote-access vpn-client to communicate with each other.
Lets assume, you have two vpn-pools as shown below.
ip local pool RA_POOL-ONE 10.10.1.1-10.10.1.254 mask 255.255.255.0
ip local pool RA_POOL-TWO 10.10.2.1-10.10.2.254 mask 255.255.255.0
Now create an ACL as shown below.
access-list outside-nonat extended permit ip 10.10.1.0 255.255.255.0 10.10.1.0 255.255.255.0
access-list outside-nonat extended permit ip 10.10.1.0 255.255.255.0 10.10.2.0 255.255.255.0
access-list outside-nonat extended permit ip 10.10.2.0 255.255.255.0 10.10.2.0 255.255.255.0
access-list outside-nonat extended permit ip 10.10.2.0 255.255.255.0 10.10.1.0 255.255.255.0
Now apply the ACL on outside interface.
nat (outside) 0 access-list outside-nonat
Now this will give remote vpn-clients communication between them.
Hope that answers your question.
thanks
Rizwan Rafeek
05-09-2012 07:43 PM
Please rate helful post.
thanks
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