<?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 You could do something like in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468660#M267270</link>
    <description>&lt;P&gt;You could do something like the following:&lt;/P&gt;&lt;P&gt;object service PORT&lt;BR /&gt;&amp;nbsp;service udp destination eq ntp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group network SERVERS&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.2&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.3&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.4&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.5&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static SERVERS interface service PORT PORT&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2014 11:05:53 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2014-04-29T11:05:53Z</dc:date>
    <item>
      <title>multiple inside hosts to a single external ip</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468654#M267264</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have a new time clock service and have a few users that need to be able to remotely clock in to this service, the&amp;nbsp;site's security system need to be able to see a publicly accessible ip,&amp;nbsp;but I have limited public ip's left and I won't be able to nat them all 1 to 1, so is there a way to make this happen on the ASA, have multiple internal hosts nat'd or mapped to a single external ip. Any ideas or pointers would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Carlo&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:07:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468654#M267264</guid>
      <dc:creator>Carlomd</dc:creator>
      <dc:date>2019-03-12T04:07:31Z</dc:date>
    </item>
    <item>
      <title>Hello Carlo,This sounds like</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468655#M267265</link>
      <description>&lt;P&gt;Hello Carlo,&lt;/P&gt;&lt;P&gt;This sounds like you need a port forwarding. If your clock works with port 123/UDP you can create a NAT rule to NAT that port to a Public IP even if the IP has been used on another static translation (This applies to 1 to 1 translations).&lt;/P&gt;&lt;P&gt;As you know this is going to overlap however its possible and the firewall can map that single PORT from the public IP to the private IP of the server.&lt;/P&gt;&lt;P&gt;This file has examples of NAT on code pre 8.3 and post:&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/document/33921/asa-pre-83-83-nat-configuration-examples&lt;/P&gt;&lt;P&gt;This is an example how the configuration will look on code 8.2&lt;/P&gt;&lt;P&gt;static (inside,outside) A.A.A.A X.X.X.X netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) udp A.A.A.A 123 B.B.B.B 123 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/nat_static.html&lt;/P&gt;&lt;P&gt;Hope you find this information helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 22:59:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468655#M267265</guid>
      <dc:creator>joseoroz</dc:creator>
      <dc:date>2014-04-25T22:59:53Z</dc:date>
    </item>
    <item>
      <title>Yes, you can NAT all of the</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468656#M267266</link>
      <description>&lt;P&gt;Yes, you can NAT all of the users behind a single IP or even use the interface IP&amp;nbsp;of the egress interface. &amp;nbsp;What version of code are you running on your ASA? &amp;nbsp;The newer versions of code&amp;nbsp;allows you to use a pool which doesn't require each host to have a unique external IP.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2014 23:01:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468656#M267266</guid>
      <dc:creator>lanbrown</dc:creator>
      <dc:date>2014-04-25T23:01:34Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply, I'm on</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468657#M267267</link>
      <description>&lt;P&gt;Thanks for the reply, I'm on v9.1&lt;/P&gt;</description>
      <pubDate>Sat, 26 Apr 2014 00:04:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468657#M267267</guid>
      <dc:creator>Carlomd</dc:creator>
      <dc:date>2014-04-26T00:04:29Z</dc:date>
    </item>
    <item>
      <title>I don't know what the port is</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468658#M267268</link>
      <description>&lt;P&gt;I don't know what the port is, we login through the web, and looks like the site controls the access, cause when I logged in from a internal ip that's not nat'd to an outside it failed to login.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Apr 2014 00:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468658#M267268</guid>
      <dc:creator>Carlomd</dc:creator>
      <dc:date>2014-04-26T00:07:05Z</dc:date>
    </item>
    <item>
      <title>Hi Jose, do you have any</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468659#M267269</link>
      <description>&lt;P&gt;Hi Jose, do you have any sample code or docs for v9.1, looks like the site is port 80 but then it goes to https for the login to the time clock system. I need to get a few clients to be able to nat to a single ip externally so they can clock in to this site. Any pointers would be great&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 16:13:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468659#M267269</guid>
      <dc:creator>Carlomd</dc:creator>
      <dc:date>2014-04-28T16:13:01Z</dc:date>
    </item>
    <item>
      <title>You could do something like</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468660#M267270</link>
      <description>&lt;P&gt;You could do something like the following:&lt;/P&gt;&lt;P&gt;object service PORT&lt;BR /&gt;&amp;nbsp;service udp destination eq ntp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group network SERVERS&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.2&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.3&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.4&lt;BR /&gt;&amp;nbsp;network-object host 1.1.1.5&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static SERVERS interface service PORT PORT&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to select a correct answer and rate&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2014 11:05:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468660#M267270</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-04-29T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply Marius,</title>
      <link>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468661#M267271</link>
      <description>&lt;P&gt;Thanks for the reply Marius, somehow I think the time clock site's admins may have done something cause it works now for anyone inside our network without me doing anything on the ASA, I'll keep the code handy for future needs, thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2014 18:15:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-inside-hosts-to-a-single-external-ip/m-p/2468661#M267271</guid>
      <dc:creator>Carlomd</dc:creator>
      <dc:date>2014-04-29T18:15:04Z</dc:date>
    </item>
  </channel>
</rss>

