<?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: global nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/global-nat/m-p/2296682#M344750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks again Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand what you mean now. Ill give this a go and let you know how i get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 13:56:19 GMT</pubDate>
    <dc:creator>mickyq</dc:creator>
    <dc:date>2013-08-14T13:56:19Z</dc:date>
    <item>
      <title>global nat</title>
      <link>https://community.cisco.com/t5/network-security/global-nat/m-p/2296678#M344738</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using a 5505 asa ver 8.2 between two private networks.&lt;/P&gt;&lt;P&gt;I want to translate all outbound traffic to the outside interface address (pat) which seems fine using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.100.70.12 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;ip address 172.31.113.6 255.255.255.252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound traffic has a destination of the outside address of the asa.&lt;/P&gt;&lt;P&gt;I then want to translate all inbound traffic targeting the 172.31.113 6 address so it is directed to a single ip address which is a sip router, 10.100.70.1&lt;/P&gt;&lt;P&gt;so I used;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 172.31.113.6 10.100.70.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inbound translation does not seem to work.&lt;/P&gt;&lt;P&gt;Is this the right config for the inbound translation?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat/m-p/2296678#M344738</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2019-03-12T02:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: global nat</title>
      <link>https://community.cisco.com/t5/network-security/global-nat/m-p/2296679#M344742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you configure a Static NAT using the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interfaces IP address it should override the Dynamic PAT to my understanding. The one configured with the &lt;STRONG&gt;"global"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a reason that you need to use the same NAT IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to forward some ports using the same IP address then you would have to use Static PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) tcp interface &lt;MAPPED port=""&gt; 10.100.70.1 &lt;REAL port=""&gt; netmask 255.255.255.255&lt;/REAL&gt;&lt;/MAPPED&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) udp interface &lt;MAPPED port=""&gt; 10.100.70.1 &lt;REAL port=""&gt; netmask 255.255.255.255&lt;/REAL&gt;&lt;/MAPPED&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally you will also need the ACL rules to allow this traffic from &lt;STRONG&gt;"outside"&lt;/STRONG&gt; to &lt;STRONG&gt;"inside"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 12:41:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat/m-p/2296679#M344742</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T12:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: global nat</title>
      <link>https://community.cisco.com/t5/network-security/global-nat/m-p/2296680#M344747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subnet A = 10.100.70.0 /24 (my internal nework)&lt;/P&gt;&lt;P&gt;Subnet B = 172.31.113.4 /30 (third party network)&lt;/P&gt;&lt;P&gt;Subnet C = ? (third party network I cant see)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subnet B connecting the asa outside interface to the other private network has a 30 bit mask so only 2 usable ip addresses. 172.31.113.6 on the outside of the firewall and 172.31.113.5 on the connecting device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is translate outbound traffic from subnet A so it is routable across subnet B to subnet C and visa versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think any easy solution would be to increase subnet B so I have an additional routable ip address. I could then use this address as you suggest above.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) 172.31.113.7 10.100.70.1 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is any inbound traffic from subnet C is translated to the sip gateway address 10.100.70.1 and any outbound traffic which will come from the sip gateway be translated so its routable back to subnet C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 13:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat/m-p/2296680#M344747</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2013-08-14T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: global nat</title>
      <link>https://community.cisco.com/t5/network-security/global-nat/m-p/2296681#M344748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above examples of Static PAT basically do so that hosts from Subnet C can connect to the interface IP address of Subnet B (172.31.113.6) with the ports used in the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you just need to use the "static" commands with the TCP/UDP ports defined and the SIP gateway would be reachable with the IP address 172.31.113.6 on the specified ports from the Subnet C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets take example port TCP/5060 for example and presume Subnet C is 10.10.10.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,outside) tcp interface 5060 10.100.71.1 5060 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The real/mapped address/port would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10.100.71.1/5060 -&amp;gt; 172.31.113.6/5060 &amp;lt;--&amp;gt; 10.10.10.0/24 &amp;lt;- 10.10.10.0/24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subnet C would be able to connect using destination IP address 172.31.113.6 on these ports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIP gateway would use Dynamic PAT IP 172.31.113.6 towards Subnet C hosts when the SIP gateway initiates/opens the connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 13:49:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat/m-p/2296681#M344748</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T13:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: global nat</title>
      <link>https://community.cisco.com/t5/network-security/global-nat/m-p/2296682#M344750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks again Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand what you mean now. Ill give this a go and let you know how i get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 13:56:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/global-nat/m-p/2296682#M344750</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2013-08-14T13:56:19Z</dc:date>
    </item>
  </channel>
</rss>

