<?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 SSH and file share pass-through in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375562#M960610</link>
    <description>&lt;P&gt;I have things figured out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In using the ASA to connect to multiple networks via the interfaces, asymmetric routing was happening.&amp;nbsp; Traffic was passing through the interfaces and were keeping its original ip addresses and ports on the cross network.&amp;nbsp; I entered some NAT rules for the interfaces when crossing that permitted the source address to use the destination interface address as a dynamic PAT address, but keep the source destination and port.&amp;nbsp; Then the traffic hit the cross network interface and used that interface ip address to talk to the destination.&amp;nbsp; The destination then was able to send back to that interface and cross back to the original network without issue&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2018 18:14:03 GMT</pubDate>
    <dc:creator>mojogar</dc:creator>
    <dc:date>2018-04-30T18:14:03Z</dc:date>
    <item>
      <title>ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3374895#M960604</link>
      <description>&lt;P&gt;I have implemented a new ASA 5506 running 9.9.&amp;nbsp; I have these interfaces:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*interface outside-ip address by dhcp and its the default route, security=0&lt;/P&gt;
&lt;P&gt;*interface inside 1-ip network vlan1 10.0.0.0/24, security=100&lt;/P&gt;
&lt;P&gt;*sub interface inside 1.2-ip network vlan2 10.0.1.0/24, security=100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interfaces are configured to be able to&amp;nbsp;pass traffic when they are the same security level, so interface 1 and 1.2 can ping to each others hosts just fine cross network.&amp;nbsp; Interfaces 1 and 1.2 are not able to SSH or connect to each others file shares cross network even though I can ping the hosts from the other subnet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried adding a blanket ACL on interface 1 and 1.2 of:&lt;/P&gt;
&lt;P&gt;'permit any any ip'&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to no avail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have also tried an ACL for SSH:&lt;/P&gt;
&lt;P&gt;'permit any any 22'&lt;/P&gt;
&lt;P&gt;on each interface to no avail.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:40:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3374895#M960604</guid>
      <dc:creator>mojogar</dc:creator>
      <dc:date>2020-02-21T15:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3374952#M960605</link>
      <description>&lt;P&gt;Are you using the FirePOWER module in the ASA5506x?&lt;/P&gt;
&lt;P&gt;Could you provide a full running configuration of the ASA (remove any public IPs, usernames and passwords)?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 19:47:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3374952#M960605</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-04-28T19:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375229#M960606</link>
      <description>Did you apply the ACL on interfaces using access-group command?&lt;BR /&gt;As Marius said, full config should spell the what's missing pretty quick.</description>
      <pubDate>Mon, 30 Apr 2018 07:21:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375229#M960606</guid>
      <dc:creator>Florin Barhala</dc:creator>
      <dc:date>2018-04-30T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375355#M960607</link>
      <description>&lt;P&gt;thanks you in advance to anyone taking a look and giving input.&lt;/P&gt;
&lt;P&gt;show run:&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 18:15:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375355#M960607</guid>
      <dc:creator>mojogar</dc:creator>
      <dc:date>2018-04-30T18:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375367#M960608</link>
      <description>&lt;P&gt;Im writing this post for clarification.&amp;nbsp; In my 1st post I simplified the issue and in my config you will see that I have 3 subinterfaces on Gi1/2 (10.2.6.0/24 vlan01)&lt;/P&gt;
&lt;P&gt;2.4&amp;nbsp; 10.2.4.0/24&amp;nbsp; vlan04&lt;/P&gt;
&lt;P&gt;2.5&amp;nbsp; 10.2.5.0/24&amp;nbsp; vlan05&lt;/P&gt;
&lt;P&gt;2.11&amp;nbsp; 10.2.140.0&amp;nbsp; vlan11&lt;/P&gt;
&lt;P&gt;From&amp;nbsp;&lt;SPAN&gt;Gi1/2 (from a host on the 10.2.6.0/24 vlan01 network) I can ping to hosts cross network, through the ASA, that I want to connect to via SSH or file share.&amp;nbsp; But I cannot connect using SSH via PuTTY (or connect to a file&amp;nbsp;share) cross network, through the ASA, I can only ping the device.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 13:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375367#M960608</guid>
      <dc:creator>mojogar</dc:creator>
      <dc:date>2018-04-30T13:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375438#M960609</link>
      <description>&lt;P&gt;Could you set up a capture on an interface on the ASA that is going toward a device you are trying to ssh to?&lt;/P&gt;
&lt;P&gt;for example:&lt;/P&gt;
&lt;P&gt;cap capin interface inside match ip host 10.10.10.1 host 11.11.11.1&lt;/P&gt;
&lt;P&gt;replace the interface name and host IPs with relevant information.&amp;nbsp; Then run an SSH test.&amp;nbsp; If you see traffic leaving the ASA interface towards the device you are SSHing to then this issue is most likely either with the device itself not answering SSH or that there is an issue with the network between the ASA and the device.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 14:58:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375438#M960609</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2018-04-30T14:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA SSH and file share pass-through</title>
      <link>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375562#M960610</link>
      <description>&lt;P&gt;I have things figured out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In using the ASA to connect to multiple networks via the interfaces, asymmetric routing was happening.&amp;nbsp; Traffic was passing through the interfaces and were keeping its original ip addresses and ports on the cross network.&amp;nbsp; I entered some NAT rules for the interfaces when crossing that permitted the source address to use the destination interface address as a dynamic PAT address, but keep the source destination and port.&amp;nbsp; Then the traffic hit the cross network interface and used that interface ip address to talk to the destination.&amp;nbsp; The destination then was able to send back to that interface and cross back to the original network without issue&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 18:14:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-ssh-and-file-share-pass-through/m-p/3375562#M960610</guid>
      <dc:creator>mojogar</dc:creator>
      <dc:date>2018-04-30T18:14:03Z</dc:date>
    </item>
  </channel>
</rss>

