<?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: ASA, Linksys RV08, &amp; Tunnel backup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989447#M419875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I tried that, and I couldn't make it work. For starters, as far as I can determine, the linksys box doesn't have a setting for answer-only. Perhaps that is the entire problem- if, for some reason, the tunnels on the linksys are originate-only, and can't be set to answer-old or bidirectional, perhaps the ASA is unable to make a connection. this doesn't make much sense though-if that setting can't be changed on the Linksys, one would hope they set it to bidirectional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, I went ahead and tried setting the ASA to originate-only in the IPSec rules section, and added both wan1 and wan2 as suggested. However, after doing this I was unable to establish a VPN tunnel at all. The ASA log just shows repeated entries of the form:&lt;/P&gt;&lt;P&gt;3	Jun 17 2008	13:56:22	713042			 IKE Initiator unable to find policy: Intf inside, Src: x.x.x.x, Dst: x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as far as I can tell, there is no "establish tunnel" option on the ASA, although I could easily have just missed it. What am I doing wrong here? Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2008 21:02:00 GMT</pubDate>
    <dc:creator>ibrewster</dc:creator>
    <dc:date>2008-06-17T21:02:00Z</dc:date>
    <item>
      <title>ASA, Linksys RV08, &amp; Tunnel backup</title>
      <link>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989444#M419872</link>
      <description>&lt;P&gt;I have a Linksys RV082 with a dual-WAN setup, connecting back to an ASA 5510 via VPN. The Linksys VPN configuration connects to the ASA on the WAN1 port primarily, and has the backup tunnel defined as connecting to the ASA via the WAN2 port. The ASA is configured to accept connections from both IP's. This all works- should the primary connection go do, the Linksys notices this fact and re-connects the tunnel on the secondary port. However, I can't figure out how to get the routing rules (IPSec Rules) on the ASA to follow suit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have both the Primary and Secondary ports defined in the IPSec Rule table, with the primary connection having a "lower" priority number than the secondary. However, when the primary tunnel fails and the secondary connects (which it does successfully), the ASA continues to try to send traffic destined for the remote subnet over the primary tunnel. This, of course, fails miserably, as the primary tunnel is no longer up, but the ASA never tries the secondary route. How can I configure this such that should the primary port on the linksys go down, it can not only re-connect the tunnel on the secondary port, but also have the ASA pass traffic over said tunnel? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:56:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989444#M419872</guid>
      <dc:creator>ibrewster</dc:creator>
      <dc:date>2020-02-21T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA, Linksys RV08, &amp; Tunnel backup</title>
      <link>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989445#M419873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have the ASA originate-only the tunnel and the Linksys to answer-only for both WAN.  On the ASA, add wan1 and wan2 in IP address of peer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 22:57:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989445#M419873</guid>
      <dc:creator>acheron69</dc:creator>
      <dc:date>2008-03-20T22:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA, Linksys RV08, &amp; Tunnel backup</title>
      <link>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989446#M419874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That might work, but I am a little concerned about the Linksys not having the capability of originating the tunnel itself. Unless the ASA kept the tunnel open all the time, then wouldn't there be a problem if the remote site (Linksys) tried to contact the local site over the VPN when the tunnel wasn't up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 23:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989446#M419874</guid>
      <dc:creator>ibrewster</dc:creator>
      <dc:date>2008-03-20T23:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA, Linksys RV08, &amp; Tunnel backup</title>
      <link>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989447#M419875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I tried that, and I couldn't make it work. For starters, as far as I can determine, the linksys box doesn't have a setting for answer-only. Perhaps that is the entire problem- if, for some reason, the tunnels on the linksys are originate-only, and can't be set to answer-old or bidirectional, perhaps the ASA is unable to make a connection. this doesn't make much sense though-if that setting can't be changed on the Linksys, one would hope they set it to bidirectional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, I went ahead and tried setting the ASA to originate-only in the IPSec rules section, and added both wan1 and wan2 as suggested. However, after doing this I was unable to establish a VPN tunnel at all. The ASA log just shows repeated entries of the form:&lt;/P&gt;&lt;P&gt;3	Jun 17 2008	13:56:22	713042			 IKE Initiator unable to find policy: Intf inside, Src: x.x.x.x, Dst: x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as far as I can tell, there is no "establish tunnel" option on the ASA, although I could easily have just missed it. What am I doing wrong here? Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 21:02:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989447#M419875</guid>
      <dc:creator>ibrewster</dc:creator>
      <dc:date>2008-06-17T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA, Linksys RV08, &amp; Tunnel backup</title>
      <link>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989448#M419876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I do this? At one location, we have just replaced the linksys with a Cisco 1811, since we were having some issues with the dual-wan on the linksys, but even with the full Cisco router, there doesn't appear to be an answer-only option. What am I missing here? How can I get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 20:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-linksys-rv08-tunnel-backup/m-p/989448#M419876</guid>
      <dc:creator>ibrewster</dc:creator>
      <dc:date>2008-06-27T20:31:50Z</dc:date>
    </item>
  </channel>
</rss>

