<?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: Static nat when you have only one outside addr question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229596#M347481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;P&gt;Thanks for the response. I was not sure about the acl so thanks for clearing that up.&lt;/P&gt;&lt;P&gt;And I understand what you are saying about the ssh.&lt;/P&gt;&lt;P&gt;Is there another way of doing the ssh access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 18:24:01 GMT</pubDate>
    <dc:creator>john.wright</dc:creator>
    <dc:date>2013-06-26T18:24:01Z</dc:date>
    <item>
      <title>Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229594#M347451</link>
      <description>&lt;P&gt;We have a remote site that has a 5505 ios 8.3.1.&lt;/P&gt;&lt;P&gt;We have a /30 outside addr range so we only have 2 outside addr available; the addr of the outside interface + the gateway.&lt;/P&gt;&lt;P&gt;We need to allow a vendor to access an inside addr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the following config work in order to allow access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)# object network voice_gateway&lt;/P&gt;&lt;P&gt;(config-network-object)# host 10.10.10.10&lt;/P&gt;&lt;P&gt;(config-network-object)# nat (inside,outside) static 109.109.109.109 service tcp ssh ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;109.109.109.109 is the addr of the outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network vendor&lt;/P&gt;&lt;P&gt; network-object 8.9.9.9 255.255.255.224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_outside extended permit tcp object-group vendor 109.109.109.109 255.255.255.252 eq ssh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:03:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229594#M347451</guid>
      <dc:creator>john.wright</dc:creator>
      <dc:date>2019-03-12T02:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229595#M347465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You only need to fix the access-list so that it points to the private IP instead of the public IP, because your version is 8.3. This config will work for enabling inbound SSH access to your internal server, however, you should pay attention that if the natted public IP is the same as your outside interface IP, then SSH access to the ASA from the outside will not be possible, because all traffic hitting outside IP at port 22 will be redirected to the inside.&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;---------&lt;BR /&gt;Mashal Alshboul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 17:36:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229595#M347465</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-06-26T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229596#M347481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;P&gt;Thanks for the response. I was not sure about the acl so thanks for clearing that up.&lt;/P&gt;&lt;P&gt;And I understand what you are saying about the ssh.&lt;/P&gt;&lt;P&gt;Is there another way of doing the ssh access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 18:24:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229596#M347481</guid>
      <dc:creator>john.wright</dc:creator>
      <dc:date>2013-06-26T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229597#M347492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot change the default SSH port in ASA. Instead, I suggest that you change the natted port to be any port other than 22 so that you get SSH access to both&amp;nbsp; ASA and internal server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-network-object)# nat (inside,outside) static 109.109.109.109 service tcp ssh 222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------&lt;BR /&gt;Mashal Alshboul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 18:38:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229597#M347492</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-06-26T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229598#M347503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;P&gt;here is what I got when I tried to set this up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Address 109.109.109.109 overlaps with outside interface address.&lt;/P&gt;&lt;P&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 14:43:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229598#M347503</guid>
      <dc:creator>john.wright</dc:creator>
      <dc:date>2013-06-27T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229599#M347516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the keyword "interface"&amp;nbsp; instead of the IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;BR /&gt;Mashal Alshboul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 21:39:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229599#M347516</guid>
      <dc:creator>malshbou</dc:creator>
      <dc:date>2013-06-27T21:39:57Z</dc:date>
    </item>
    <item>
      <title>Static nat when you have only one outside addr question</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229600#M347523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mashal&lt;/P&gt;&lt;P&gt;Thanks, that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:41:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-when-you-have-only-one-outside-addr-question/m-p/2229600#M347523</guid>
      <dc:creator>john.wright</dc:creator>
      <dc:date>2013-06-28T14:41:52Z</dc:date>
    </item>
  </channel>
</rss>

