<?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 Problem with access subnet from router via ipsec tunnel site-to-site in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326586#M950487</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to please you to help with resoulve I hope simple problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between 2 routers ( Cisco 1812 with 12.4 ) I made a ipsec tunnel trough Internet.&lt;/P&gt;&lt;P&gt;This tunnel works well. So, UI have a problem with acces from one router to network on other side of tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's lokk like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;subnet1&amp;gt;--&amp;lt;router1&amp;gt;--internet--&amp;lt;router2&amp;gt;--&amp;lt;subnet2&amp;gt;&lt;/P&gt;&lt;P&gt;When I try to ping from router1 host in subnet2 I give timeout. When I use ping with source option it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is big problem form me because I have to set on router1 internal DNS which are inside of subnet2 but I can't reach them from router.&lt;/P&gt;&lt;P&gt;So please tell me how I can set default source IP for router to use when connection is made by tunnel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information,&lt;/P&gt;&lt;P&gt;When I try to ping from host in subnet2 to router1 ( internal interface ) - it works !!&lt;/P&gt;&lt;P&gt;The problems are only when connections are initate from router...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my configuration is similar like this one:&lt;/P&gt;&lt;P&gt;ip source-route&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ipv6 cef&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto isakmp policy 10&lt;/P&gt;&lt;P&gt; encr 3des&lt;/P&gt;&lt;P&gt; hash md5&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 28800&lt;/P&gt;&lt;P&gt;crypto isakmp key xxxxxxxxx address xx.xx.xx.xx no-xauth&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto map SDM_CMAP_1 1 ipsec-isakmp&lt;/P&gt;&lt;P&gt; description Tunnel toxxx&lt;/P&gt;&lt;P&gt; set peer xx.xx.xx.xx&lt;/P&gt;&lt;P&gt; set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt; match address 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; description $ETH-WAN$&lt;/P&gt;&lt;P&gt; ip address &amp;lt;internet ip&amp;gt;&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt;speed auto&lt;/P&gt;&lt;P&gt; crypto map SDM_CMAP_1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet6&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description $ETH-SW-LAUNCH$$INTF-INFO-FE 2$$ES_LAN$&lt;/P&gt;&lt;P&gt; ip address &amp;lt;internal IP&amp;gt; &amp;lt;subnet&amp;gt;&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1452&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip forward-protocol nd&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 &amp;lt;internet gw&amp;gt;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http access-class 23&lt;/P&gt;&lt;P&gt;ip http authentication local&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended toInternet&lt;/P&gt;&lt;P&gt; remark dostep do internetu&lt;/P&gt;&lt;P&gt; remark SDM_ACL Category=2&lt;/P&gt;&lt;P&gt; remark IPSec Rule&lt;/P&gt;&lt;P&gt; deny   ip &amp;lt;subnet2&amp;gt; &amp;lt;subnet1&amp;gt;&lt;/P&gt;&lt;P&gt; permit ip &amp;lt;subnet2&amp;gt; any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 23 permit any&lt;/P&gt;&lt;P&gt;access-list 100 remark SDM_ACL Category=4&lt;/P&gt;&lt;P&gt;access-list 100 remark IPSec Rule&lt;/P&gt;&lt;P&gt;access-list 100 permit ip &amp;lt;subnet2&amp;gt; &amp;lt;subnet1&amp;gt;&lt;/P&gt;&lt;P&gt;no cdp run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for help&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 11:36:26 GMT</pubDate>
    <dc:creator>m.przybylek</dc:creator>
    <dc:date>2020-02-21T11:36:26Z</dc:date>
    <item>
      <title>Problem with access subnet from router via ipsec tunnel site-to-site</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326586#M950487</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to please you to help with resoulve I hope simple problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between 2 routers ( Cisco 1812 with 12.4 ) I made a ipsec tunnel trough Internet.&lt;/P&gt;&lt;P&gt;This tunnel works well. So, UI have a problem with acces from one router to network on other side of tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's lokk like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;subnet1&amp;gt;--&amp;lt;router1&amp;gt;--internet--&amp;lt;router2&amp;gt;--&amp;lt;subnet2&amp;gt;&lt;/P&gt;&lt;P&gt;When I try to ping from router1 host in subnet2 I give timeout. When I use ping with source option it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is big problem form me because I have to set on router1 internal DNS which are inside of subnet2 but I can't reach them from router.&lt;/P&gt;&lt;P&gt;So please tell me how I can set default source IP for router to use when connection is made by tunnel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information,&lt;/P&gt;&lt;P&gt;When I try to ping from host in subnet2 to router1 ( internal interface ) - it works !!&lt;/P&gt;&lt;P&gt;The problems are only when connections are initate from router...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my configuration is similar like this one:&lt;/P&gt;&lt;P&gt;ip source-route&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ipv6 cef&lt;/P&gt;&lt;P&gt;multilink bundle-name authenticated&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto isakmp policy 10&lt;/P&gt;&lt;P&gt; encr 3des&lt;/P&gt;&lt;P&gt; hash md5&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 28800&lt;/P&gt;&lt;P&gt;crypto isakmp key xxxxxxxxx address xx.xx.xx.xx no-xauth&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto map SDM_CMAP_1 1 ipsec-isakmp&lt;/P&gt;&lt;P&gt; description Tunnel toxxx&lt;/P&gt;&lt;P&gt; set peer xx.xx.xx.xx&lt;/P&gt;&lt;P&gt; set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt; match address 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; description $ETH-WAN$&lt;/P&gt;&lt;P&gt; ip address &amp;lt;internet ip&amp;gt;&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt;speed auto&lt;/P&gt;&lt;P&gt; crypto map SDM_CMAP_1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet6&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; description $ETH-SW-LAUNCH$$INTF-INFO-FE 2$$ES_LAN$&lt;/P&gt;&lt;P&gt; ip address &amp;lt;internal IP&amp;gt; &amp;lt;subnet&amp;gt;&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1452&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip forward-protocol nd&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 &amp;lt;internet gw&amp;gt;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http access-class 23&lt;/P&gt;&lt;P&gt;ip http authentication local&lt;/P&gt;&lt;P&gt;ip http secure-server&lt;/P&gt;&lt;P&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0 overload&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended toInternet&lt;/P&gt;&lt;P&gt; remark dostep do internetu&lt;/P&gt;&lt;P&gt; remark SDM_ACL Category=2&lt;/P&gt;&lt;P&gt; remark IPSec Rule&lt;/P&gt;&lt;P&gt; deny   ip &amp;lt;subnet2&amp;gt; &amp;lt;subnet1&amp;gt;&lt;/P&gt;&lt;P&gt; permit ip &amp;lt;subnet2&amp;gt; any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 23 permit any&lt;/P&gt;&lt;P&gt;access-list 100 remark SDM_ACL Category=4&lt;/P&gt;&lt;P&gt;access-list 100 remark IPSec Rule&lt;/P&gt;&lt;P&gt;access-list 100 permit ip &amp;lt;subnet2&amp;gt; &amp;lt;subnet1&amp;gt;&lt;/P&gt;&lt;P&gt;no cdp run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for help&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:36:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326586#M950487</guid>
      <dc:creator>m.przybylek</dc:creator>
      <dc:date>2020-02-21T11:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with access subnet from router via ipsec tunnel site</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326587#M950488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you ping, it leaves the outside interface, so your trying to ping a private address on the internet, which of course will never work. From a wokstation in Site A can you access all resources in Site B? Add host entries if you need to rely on names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 20:18:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326587#M950488</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2009-07-30T20:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with access subnet from router via ipsec tunnel site</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326588#M950489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;of course, the tunnel works well.&lt;/P&gt;&lt;P&gt;all workstations from one side of tunnel can reach computers from second side of tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is only when I try reach servers in Site B from router Side A.&lt;/P&gt;&lt;P&gt;As I wrote, I have internal DNS, WINS etc... in Site A. Router in Site B should use them to resolve names for workstation in Site B.&lt;/P&gt;&lt;P&gt;Of course when I use on workstations from Site B DNS and Wins from Site A all works well, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean:&lt;/P&gt;&lt;P&gt;Add host entries if you need to rely on names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 08:02:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-access-subnet-from-router-via-ipsec-tunnel-site-to/m-p/1326588#M950489</guid>
      <dc:creator>m.przybylek</dc:creator>
      <dc:date>2009-07-31T08:02:45Z</dc:date>
    </item>
  </channel>
</rss>

