<?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 an interface: deny IP spoof in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282104#M1077832</link>
    <description>&lt;P&gt;The reason the direct connect doesn't work is because this is not "to the box" traffic as seen from the ASA perspective.&amp;nbsp; VPN is seen as "to the box traffic".&amp;nbsp; In a VPN the traffic terminates on the box itself, therefore it is just encrypted traffic entering the outside interface and not data traffic.&amp;nbsp; VPN traffic is subject to different, for lack of a better word, rules than regular data traffic.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2021 12:20:43 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2021-01-29T12:20:43Z</dc:date>
    <item>
      <title>cannot ssh an interface: deny IP spoof</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282086#M1077828</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I thought I have fixed one problem but actually I have created another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got an ASA 5508, connected to AWS cloud via AWS direct connect, which uses a cross-connect in the datacenter, and communicates via BGP (this is not a VPN).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AWS net: 10.15.1.1/22&lt;BR /&gt;inside net behind the ASA: 10.50.3.1/24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I simply need to let ssh access from a given IP in the AWS cloud to the if-inside of the ASA, for admin purposes.&lt;/P&gt;&lt;P&gt;The connection comes via the directConnect interface, which got an statement for ssh.&lt;BR /&gt;But I keep having the message:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pEM_ErrMsg"&gt;Deny IP spoof from 10.15.1.1 to &lt;EM&gt;&lt;I&gt;10.50.3.1&lt;/I&gt;&lt;/EM&gt;&lt;/SPAN&gt; &lt;SPAN class="pEM_ErrMsg"&gt;on 
interface &lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="Black"&gt;directConnect.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;My relevant configuration is as following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/3.2&lt;BR /&gt;description "direct connect to AWS"&lt;BR /&gt;vlan 2&lt;BR /&gt;nameif directConnect&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address x.x.x.x 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;nameif if-inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.50.3.1 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ssh 10.15.1.1 255.255.255.255 directConnect&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list directConnect_access_in extended permit ip host 10.15.1.1 host 10.50.3.1 (it's getting hits)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (directConnect,if-inside) source static AWS15 AWS15 destination static inside-net inside-net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't really undestand why I got this denies. I have read about entering the command &lt;SPAN&gt;no ip verify reverse-path interface for those messages not to be logged, but what I actually need is to accept that ssh to the if-inside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I feel I'm missing something basic here, thank you if you could shade some light.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 11:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282086#M1077828</guid>
      <dc:creator>sawasa</dc:creator>
      <dc:date>2021-01-29T11:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ssh an interface: deny IP spoof</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282088#M1077829</link>
      <description>&lt;P&gt;As mentioned in your previous post, you cannot connect to an ASA interface that is not the ingress (inbound) interface.&amp;nbsp; So traffic entering the directConnect interface cannot connect to if-inside interface.&amp;nbsp; The only way you can do this is to either setup a VPN to the ASA and administrate the ASA over the VPN or setup a jump server on the inside of if-inside interface, connect to the jump server and then administrate the ASA if-inside interface from there.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 11:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282088#M1077829</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2021-01-29T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ssh an interface: deny IP spoof</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282099#M1077831</link>
      <description>&lt;P&gt;Thanks Marius.&lt;BR /&gt;Looks like I didn't understand you fully in my prev. post.&amp;nbsp;I understood from your answer that I could also as an option add a ssh statement for the directConnect, now I see that I would have to administrate the ASA from the directConnect interface. I hope this is not a problem for my devops, I'll ask her.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We actually created the directConnect to get rid of VPNs, so I would like to avoid creating one just for administration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I quite don't understand is why if the connection with cloud was via VPN through an outside interface I would be able to ssh from outside to if-inside, but since I have configured through the directConnect this is not permitted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 12:11:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282099#M1077831</guid>
      <dc:creator>sawasa</dc:creator>
      <dc:date>2021-01-29T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ssh an interface: deny IP spoof</title>
      <link>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282104#M1077832</link>
      <description>&lt;P&gt;The reason the direct connect doesn't work is because this is not "to the box" traffic as seen from the ASA perspective.&amp;nbsp; VPN is seen as "to the box traffic".&amp;nbsp; In a VPN the traffic terminates on the box itself, therefore it is just encrypted traffic entering the outside interface and not data traffic.&amp;nbsp; VPN traffic is subject to different, for lack of a better word, rules than regular data traffic.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 12:20:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-ssh-an-interface-deny-ip-spoof/m-p/4282104#M1077832</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2021-01-29T12:20:43Z</dc:date>
    </item>
  </channel>
</rss>

