<?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: ASA5505 - NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947910#M916903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;I&gt;I can communicate with the server just fine, however, if i am on the webserver and make a request to go out the internet it will be from the 207.99.0.1 address. &lt;/I&gt;&lt;/P&gt;&lt;P&gt;yes, correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you also add access-list, you will be able to access the server from the outside (internet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN permit tcp any host 207.99.0.1 www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you want just only have internet aceess from the server, you can use PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2008 19:05:13 GMT</pubDate>
    <dc:creator>a.alekseev</dc:creator>
    <dc:date>2008-07-11T19:05:13Z</dc:date>
    <item>
      <title>ASA5505 - NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947905#M916892</link>
      <description>&lt;P&gt;This is a somewhat broad question, but i am going post it anyway and see if anyone can comment, as i feel it may relate to an incorrect NAT statement. I have a telephone system sitting behind the ASA, which i've NAT'd inbound and outbound to an internet address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 209.92.46.156 10.0.0.7 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.7 255.255.255.255&lt;/P&gt;&lt;P&gt;global (outside) 1 209.92.46.156&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way I normally do the NAT to make the traffic match the same IP both inbound and outbound. I am now unsure if this is the correct way to go about things. Here is the problem i am running into.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A (remote) telephone boots up, grabs an IP, and registers with the phone system. All is well, except for when a call is made and there is no audio. All of the necessary ports are open (on both ends, here it is a 2800 ISR with the firewall enabled) and for testing purposes an ip any any statement was added. So here is the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The phone registers, and in a capture you can see the local address of the phone communicating with the internet routeable address of the phone system. All is well.. However, once the RTP stream initiates the local telephone is now communicating with the inside address of the phone system and i feel that is the bottleneck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone see anything wrong with the NAT config ? I am assuming the media stream should be between each end point and not the system, but im not quite sure if the protocol is proprietary (more than likely is) and may work differently.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:40:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947905#M916892</guid>
      <dc:creator>allenelson</dc:creator>
      <dc:date>2019-03-26T00:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 - NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947906#M916894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, i forgot to include remarks about the inspection table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the ASA, there is an access-list applied to the inside interface with a permit ip any any statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 17:50:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947906#M916894</guid>
      <dc:creator>allenelson</dc:creator>
      <dc:date>2008-07-11T17:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 - NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947907#M916896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use only one variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if you need access to the telephone system from outside, STATIC NAT) &lt;/P&gt;&lt;P&gt;static (inside,outside) 209.92.46.156 10.0.0.7 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(PAT)&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.7 255.255.255.255 &lt;/P&gt;&lt;P&gt;global (outside) 1 209.92.46.156 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you show the topology?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:10:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947907#M916896</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-11T18:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 - NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947908#M916898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you say use one variant, is that best practice or a fact because .... ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason i ask, i've noticed that if you have a global NAT setup for an entire network but also have a webserver, a static NAT would only provide 1 way translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say all hosts on the 10.0.0.0/24 subnet use the outside interface for internet access. the outside interface is set to 207.99.0.1. A webserver, 10.0.0.254 is binded to 207.99.0.2 through a static NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can communicate with the server just fine, however, if i am on the webserver and make a request to go out the internet it will be from the 207.99.0.1 address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just an FYI, one of the telephone guys called and said he had the IP in the wrong field, so the remote phone is now communicating. but i am still interested in the topic of the 1 way NATing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:19:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947908#M916898</guid>
      <dc:creator>allenelson</dc:creator>
      <dc:date>2008-07-11T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 - NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947909#M916900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/cfgnat.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/cfgnat.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 18:39:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947909#M916900</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-11T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 - NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947910#M916903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;I&gt;I can communicate with the server just fine, however, if i am on the webserver and make a request to go out the internet it will be from the 207.99.0.1 address. &lt;/I&gt;&lt;/P&gt;&lt;P&gt;yes, correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you also add access-list, you will be able to access the server from the outside (internet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN permit tcp any host 207.99.0.1 www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you want just only have internet aceess from the server, you can use PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 19:05:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-nat/m-p/947910#M916903</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-11T19:05:13Z</dc:date>
    </item>
  </channel>
</rss>

