<?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: Cannot SSH To Inside Interface From Subnet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3873105#M28123</link>
    <description>&lt;P&gt;Thank you, I can SSH to the inside IP of the ASA.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2019 13:20:53 GMT</pubDate>
    <dc:creator>jimmlegs</dc:creator>
    <dc:date>2019-06-14T13:20:53Z</dc:date>
    <item>
      <title>Cannot SSH To Inside Interface From Subnet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872688#M28117</link>
      <description>&lt;P&gt;Any ideas why I cannot SSH from any clients on the 192.168.68.0/24 network to the inside interface IP of the ASA?&lt;/P&gt;&lt;P&gt;names&lt;BR /&gt;name 192.168.68.0 Net-NY2-SERVERS&lt;BR /&gt;name 192.168.168.64 Net-NY2-NETWORK&lt;BR /&gt;ip local pool temppool 192.168.0.10-192.168.0.15&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;description Trunk for providers, dmz1 and outside&lt;BR /&gt;speed 1000&lt;BR /&gt;duplex full&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 10.97.188.6 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1.1&lt;BR /&gt;description to DMZ&lt;BR /&gt;vlan 100&lt;BR /&gt;nameif dmz1&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.97.189.193 255.255.255.224 standby 10.97.189.222&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;description Inside-Interface&lt;BR /&gt;speed 1000&lt;BR /&gt;duplex full&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.168.65 255.255.255.240&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2.68&lt;BR /&gt;vlan 68&lt;BR /&gt;nameif inside-68&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.68.253 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server 8.8.8.8 outside&lt;BR /&gt;name-server 8.8.4.4 outside&lt;BR /&gt;name-server 1.1.1.1&lt;BR /&gt;domain-name tradeinformatics.com&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;access-list inside_access_out extended permit ip aNY2 aNY2&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;no logging hide username&lt;BR /&gt;logging standby&lt;BR /&gt;logging emblem&lt;BR /&gt;logging buffer-size 1048576&lt;BR /&gt;logging asdm-buffer-size 200&lt;BR /&gt;logging monitor informational&lt;BR /&gt;logging buffered warnings&lt;BR /&gt;logging trap debugging&lt;BR /&gt;logging history warnings&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz1 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu inside-68 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-782.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;nat (inside-68,outside) source dynamic any interface&lt;BR /&gt;nat (inside-68,inside) source dynamic any interface&lt;BR /&gt;nat (inside,inside-68) source dynamic any interface&lt;BR /&gt;access-group inside_access_out in interface inside&lt;BR /&gt;access-group inside_access_out in interface inside-68&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 149.97.188.5 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;http Net-NY2-NETWORK 255.255.255.240 inside&lt;BR /&gt;http Net-NY2-SERVERS 255.255.255.0 inside-68&lt;BR /&gt;http Net-NY2-SERVERS 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 192.168.0.0 255.255.0.0 inside&lt;BR /&gt;ssh Net-NY2-NETWORK 255.255.255.240 inside&lt;BR /&gt;ssh Net-NY2-SERVERS 255.255.255.0 inside-68&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd dns 8.8.8.8 8.8.4.4&lt;BR /&gt;dhcpd lease 86400&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.168.70-192.168.168.74 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;enable outside&lt;BR /&gt;cache&lt;BR /&gt;&amp;nbsp; disable&lt;BR /&gt;error-recovery disable&lt;BR /&gt;group-policy DefaultRAGroup internal&lt;BR /&gt;group-policy DefaultRAGroup attributes&lt;BR /&gt;dns-server value 8.8.8.8 8.8.4.4&lt;BR /&gt;vpn-tunnel-protocol l2tp-ipsec&lt;BR /&gt;default-domain value tradeinformatics.com&lt;BR /&gt;group-policy DfltGrpPolicy attributes&lt;BR /&gt;dns-server value 8.8.8.8&lt;BR /&gt;default-domain value tradeinformatics.com&lt;BR /&gt;group-policy Remote internal&lt;BR /&gt;group-policy Remote attributes&lt;BR /&gt;dns-server value 8.8.8.8 8.8.4.4&lt;BR /&gt;vpn-tunnel-protocol ikev1&lt;BR /&gt;default-domain value tradeinformatics.com&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username admin&lt;BR /&gt;&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;&amp;nbsp; no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 19:58:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872688#M28117</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2019-06-13T19:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot SSH To Inside Interface From Subnet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872691#M28118</link>
      <description>Hi,&lt;BR /&gt;Can the ASA actually communicate with the networks you are trying to SSH from?.....as you don't appear to have any routes for "inside" networks.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 13 Jun 2019 20:09:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872691#M28118</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-06-13T20:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot SSH To Inside Interface From Subnet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872695#M28120</link>
      <description>&lt;P&gt;I can ping the switch IP from the interface&lt;/P&gt;&lt;P&gt;ny4-asa(config)# ping inside 192.168.168.66&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 192.168.168.66, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/10 ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can also ping the switch IP from the client network&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;C:\Users\RIM&amp;gt;ping 192.168.168.66 -S 192.168.68.75&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Pinging 192.168.168.66 from 192.168.68.75 with 32 bytes of data:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Reply from 192.168.168.66: bytes=32 time=1ms TTL=255&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Reply from 192.168.168.66: bytes=32 time&amp;lt;1ms TTL=255&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Reply from 192.168.168.66: bytes=32 time=1ms TTL=255&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Reply from 192.168.168.66: bytes=32 time&amp;lt;1ms TTL=255&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve added the following route but still have no SSH access&lt;/P&gt;&lt;P&gt;route inside-68 Net-NY4-SERVERS 255.255.255.240 192.168.168.66 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 20:24:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872695#M28120</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2019-06-13T20:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot SSH To Inside Interface From Subnet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872700#M28121</link>
      <description>Ok, I've re-read your original question. You are trying to access the INSIDE interface from the INSIDE-68 network....that won't work by design. You'll have to SSH to the local interface you are connect to, so from the INSIDE-68 network SSH to 192.168.168.65 should work.</description>
      <pubDate>Thu, 13 Jun 2019 20:31:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3872700#M28121</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-06-13T20:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot SSH To Inside Interface From Subnet</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3873105#M28123</link>
      <description>&lt;P&gt;Thank you, I can SSH to the inside IP of the ASA.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 13:20:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-to-inside-interface-from-subnet/m-p/3873105#M28123</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2019-06-14T13:20:53Z</dc:date>
    </item>
  </channel>
</rss>

