<?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: SSH and HTTPS over VPN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471679#M851430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please post corresponding configurations from both devices? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 16:15:37 GMT</pubDate>
    <dc:creator>Nagaraja Thanthry</dc:creator>
    <dc:date>2010-08-13T16:15:37Z</dc:date>
    <item>
      <title>SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471675#M851426</link>
      <description>&lt;P&gt;We have a functioning tunnel set up between two ASA5510s.&amp;nbsp; Traffic passes normally between the two.&amp;nbsp; Both ASAs are configured for aaa, ssh, and http access.&amp;nbsp; I can ping the outside ASA address of either ASA from the other's ASA, but neither ssh, nor ASDM access works from either network to the other ASA..&amp;nbsp; What do I need to look for in the configuration?&amp;nbsp; I did not set these up originally and the configurations are rather large.&amp;nbsp; Thanx!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:24:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471675#M851426</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2019-03-11T18:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471676#M851427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to access the outside interface of the firewalls or inside&lt;/P&gt;&lt;P&gt;interface? If you are accessing the inside interface, can you please ensure&lt;/P&gt;&lt;P&gt;that you have the following lines on both devices:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have these lines, you will be able to access the inside interface&lt;/P&gt;&lt;P&gt;from the other network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 22:29:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471676#M851427</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-12T22:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471677#M851428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to SSH/HTTPS to the ASA from the LAN-to-LAN VPN tunnel, you would need to SSH/HTTPS to the inside interface of the ASA as I assume that would already be included as part of the interesting traffic (crypto ACL) between the 2 sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would also need to make sure that the remote network subnet where you are trying to SSH/HTTPS from has been configured, ie:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh &lt;REMOTE-SUBNET&gt; &lt;NETMASK&gt; inside&lt;/NETMASK&gt;&lt;/REMOTE-SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http &lt;REMOTE-SUBNET&gt; &lt;NETMASK&gt; inside&lt;/NETMASK&gt;&lt;/REMOTE-SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus you would also need "management-access inside" on the ASA that you are trying to SSH/HTTPS to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 22:31:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471677#M851428</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-08-12T22:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471678#M851429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I verified that allof these configurations are in place at both ends of the tunnel.&amp;nbsp; This is the reason I reached out to this community.&amp;nbsp; I don't understand what's missing.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:18:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471678#M851429</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-13T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471679#M851430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please post corresponding configurations from both devices? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 16:15:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471679#M851430</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-13T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471680#M851431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Certainly and I appreciate your time!&amp;nbsp; But, I will have to clean them both up considerably to maintain confidentiality.&amp;nbsp; I'll try to work on them today.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 16:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471680#M851431</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-13T16:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471681#M851432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are tha pared down configurations.&amp;nbsp; I made every effort to retain all settings pertinent to our tunnel and ssh/http access.&amp;nbsp; Thanks so much for your kind consideration!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:06:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471681#M851432</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-13T19:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471682#M851433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"http 10.10.30.0 255.255.255.0 inside" command is missing in the Remote&lt;/P&gt;&lt;P&gt;firewall configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also did not find any crypto man match rule in the local firewall (you&lt;/P&gt;&lt;P&gt;might have removed it for sanitizing the config). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please check these two things?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:25:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471682#M851433</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-13T19:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471683#M851434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on the remote firewall, the nonat rule seems to be incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 10.2.1.0 255.255.255.0 10.10.31.0&lt;/P&gt;&lt;P&gt;255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list nonat extended permit ip 10.2.1.0 255.255.255.0 10.10.40.96&lt;/P&gt;&lt;P&gt;255.255.255.224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rule for 10.2.1.0/24 to 10.10.30.0/24 is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:28:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471683#M851434</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-13T19:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471684#M851435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right!&amp;nbsp; Overzealous editing of the config files.&amp;nbsp; I believe the corrected configs have provided the data you mentioned.&amp;nbsp; Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:56:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471684#M851435</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-13T19:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471685#M851436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to SSH/HTTPS from the remote network to your local ASA? On&lt;/P&gt;&lt;P&gt;the remote ASA, I still did not find the http configurations for your local&lt;/P&gt;&lt;P&gt;network:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 10.2.1.0 255.255.255.0 IN_Corp&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 192.168.3.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 Out_IAXS&lt;/P&gt;&lt;P&gt;ssh 10.2.1.0 255.255.255.0 IN_Corp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please try adding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 IN_Corp&lt;/P&gt;&lt;P&gt;ssh 0.0.0.0 0.0.0.0 IN_Corp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the remote ASA and see if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 20:02:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471685#M851436</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-13T20:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471686#M851437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have confirmed the http commands on the local ASA.&amp;nbsp; I must have accidentally erased them.&amp;nbsp; I have also ensured that the recommended ssh commands have been added to the remote ASA.&amp;nbsp; That's what I find so frustrating.&amp;nbsp; I still can't ssh from either end nor http from the local network.&amp;nbsp; I don't have a way to http from the remote end.&amp;nbsp; It appears that everything is correct for ssh/http access from both sides, but it still won't work.&amp;nbsp; I've worked with Cisco IOS and CatOS for nearly 20 years, but these ASAs are a bit trickier.&amp;nbsp; Unfortumately, I never had one, or a PIX to work with before as all we ever used were Nokias and Junipers.&amp;nbsp; Best regards, Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 20:35:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471686#M851437</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-13T20:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471687#M851438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us try configuring packet capture and see if we can figure out&lt;/P&gt;&lt;P&gt;something:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the local firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap permit tcp 10.2.1.0 255.255.255.0 interface inside eq ssh&lt;/P&gt;&lt;P&gt;access-list cap permit tcp interface inside eq ssh 10.2.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list cap interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the remote firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap permit tcp 10.10.30.0 255.255.255.0 interface inside eq ssh&lt;/P&gt;&lt;P&gt;access-list cap permit tcp interface inside eq ssh 10.10.30.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list cap interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, let us try the packet-tracer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the local firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input inside tcp 10.10.30.101 1024 10.2.1.211 22 detailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the remote firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input inside tcp 10.2.1.101 1024 10.10.30.1 22 detailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can you please post the output of "show version" from both devices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 20:45:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471687#M851438</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-13T20:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471688#M851439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I shall do that, but, unfortunately, it will have to be put off until Monday.&amp;nbsp; I must tend to the network at the moment.&amp;nbsp; In the mean time, here are the show version outputs of both.&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 21:17:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471688#M851439</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-13T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471689#M851440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not sure but may be following statement will hint something.&lt;/P&gt;&lt;P&gt;@Local ASA#&lt;/P&gt;&lt;P&gt;"asdm location 10.2.1.0 255.255.255.0 Out_SPWL"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Aug 2010 14:29:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471689#M851440</guid>
      <dc:creator>rameshwarhiwale</dc:creator>
      <dc:date>2010-08-15T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471690#M851441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you came up with something there!  I changed the command to use the&lt;/P&gt;&lt;P&gt;In_Laker interface and started ASDM to the remote's address.  After the&lt;/P&gt;&lt;P&gt;login screen, ASDM said it was loading and then the ASDM start splash screen&lt;/P&gt;&lt;P&gt;disappeared nothing else happened.  At least we're getting somewhere, but&lt;/P&gt;&lt;P&gt;why would that happen.  Is it a case of mismatched versions of software?&lt;/P&gt;&lt;P&gt;Any additional clues on this issue would be appreciated.  I had done some&lt;/P&gt;&lt;P&gt;preliminary research which seemed to point to a specific version of Java,&lt;/P&gt;&lt;P&gt;but I have since corrected that.  Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 14:00:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471690#M851441</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-16T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471691#M851442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set up the packet tracer and have attached the output.  Unfortunately, the&lt;/P&gt;&lt;P&gt;remote OS does not have this capability.  I am trying to convince my manager&lt;/P&gt;&lt;P&gt;that we need to upgrade the OS and ASDM version so they are at the same&lt;/P&gt;&lt;P&gt;revision level as our local ASA.  I configured the captures on both&lt;/P&gt;&lt;P&gt;machines.  Am I supposed to manually start a capture?  I've used Wireshark&lt;/P&gt;&lt;P&gt;and dedicated sniffers in the past, but I have not used the ASA to capture&lt;/P&gt;&lt;P&gt;packets yet.  Thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 15:06:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471691#M851442</guid>
      <dc:creator>pootboy69</dc:creator>
      <dc:date>2010-08-16T15:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSH and HTTPS over VPN</title>
      <link>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471692#M851443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks like inside route is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main site &lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 (your LAN switch IP addy) 1&lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 10.10.30.x 1&lt;/P&gt;&lt;P&gt;route inside 10.10.250.0 255.255.255.248 (your remote switch IP addy) 1&lt;BR /&gt;route inside 10.10.250.0 255.255.255.248 10.2.1.x 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Remote site&lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 (your LAN switch IP addy) 1&lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 10.2.1.x 1&lt;/P&gt;&lt;P&gt;Where does Norlight PPP goes to?&lt;BR /&gt;properly enable your http and ssh inside access on both firewalls.&lt;/P&gt;&lt;P&gt;Thx,&lt;BR /&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 15:26:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ssh-and-https-over-vpn/m-p/1471692#M851443</guid>
      <dc:creator>Eric Boadu</dc:creator>
      <dc:date>2010-08-16T15:26:49Z</dc:date>
    </item>
  </channel>
</rss>

