<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help IOS IPsec configuration to allow communication bet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313712#M969682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are most welcome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day ahead..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2009 13:01:30 GMT</pubDate>
    <dc:creator>mopaul</dc:creator>
    <dc:date>2009-11-16T13:01:30Z</dc:date>
    <item>
      <title>Need help IOS IPsec configuration to allow communication between VPN client</title>
      <link>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313709#M969675</link>
      <description>&lt;P&gt;Hi, I need help with the IPsec VPN configuration on router 2811. I want to allow communication between VPN clients, is this possible? I know that in ASA you can do this by using command "same-security-traffic permit intra-interface". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is each Client has IP communicator installed but when they tried to make call between each other it failed. I assume this is because the connectivity between them is not ok because of the VPN connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:47:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313709#M969675</guid>
      <dc:creator>prachaya_k</dc:creator>
      <dc:date>2020-02-21T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help IOS IPsec configuration to allow communication bet</title>
      <link>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313710#M969677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool ippool 192.168.1.1 192.168.1.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 1 permit host 192.168.1.2 &amp;lt;&amp;lt;&amp;lt; vpn ip addr of client 1&lt;/P&gt;&lt;P&gt;access-list 1 permit host 192.168.1.3 &amp;lt;&amp;lt;&amp;lt; vpn ip addr of client 2&lt;/P&gt;&lt;P&gt;access-list 1 permit 10.10.10.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt; LAN behind the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto isakmp client configuration group vpnclient&lt;/P&gt;&lt;P&gt; key cisco123&lt;/P&gt;&lt;P&gt; acl 1 &amp;lt;&amp;lt;&amp;lt; binding the acl 1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;--------Done-------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are doing NAT on router then you might want to exempt your VPN traffic from being NAt'd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the NAT statement on your router is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 111 interface FastEthernet1/0 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!--- The access list is used to specify which traffic &lt;/P&gt;&lt;P&gt;!--- is to be translated for the outside Internet.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 111 deny ip 10.10.10.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 111 deny ip 192.168.1.0 0.0.0.255 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above two statements are exempting the traffic from Nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 111 permit ip  10.10.10.0 0.0.0.255 any &amp;lt;&amp;lt;&amp;lt;, permits NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if this worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2009 06:43:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313710#M969677</guid>
      <dc:creator>mopaul</dc:creator>
      <dc:date>2009-11-15T06:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help IOS IPsec configuration to allow communication bet</title>
      <link>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313711#M969679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved, Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 04:37:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313711#M969679</guid>
      <dc:creator>prachaya_k</dc:creator>
      <dc:date>2009-11-16T04:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help IOS IPsec configuration to allow communication bet</title>
      <link>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313712#M969682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are most welcome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day ahead..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 13:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-ios-ipsec-configuration-to-allow-communication-between/m-p/1313712#M969682</guid>
      <dc:creator>mopaul</dc:creator>
      <dc:date>2009-11-16T13:01:30Z</dc:date>
    </item>
  </channel>
</rss>

