<?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 PAT different WAN IP tp internal host in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110444#M394091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show xlate&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Dec 2012 21:32:36 GMT</pubDate>
    <dc:creator>Peter Koltl</dc:creator>
    <dc:date>2012-12-15T21:32:36Z</dc:date>
    <item>
      <title>PAT different WAN IP tp internal host</title>
      <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110443#M394087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We just changed ISPs and now have a /29 routed subnet to be used on our ASA 5510 (8.4) instead of the one public ip we had before.&lt;/P&gt;&lt;P&gt;There are a couple of PAT translations that were previously setup on the "interface" address which i now want to assign to a different ip address further in my subnet.&lt;/P&gt;&lt;P&gt;So i just changed this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network BMMM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; nat (inside,outside) static interface service tcp smtp smtp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network BMMM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; nat (inside,outside) static &lt;STRONG&gt;other.external.ip.in.subnet &lt;/STRONG&gt;service tcp smtp smtp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And assumed that this would work,&lt;/P&gt;&lt;P&gt;Sadly it does not, and this leaves me unable to contact that machine from the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i doing wrong? And shoud i also change my access-list?&lt;/P&gt;&lt;P&gt;The relevant access-list rule is:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list outside_in extended permit tcp any object BMMM eq smtp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:37:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110443#M394087</guid>
      <dc:creator>dennesmeeusen</dc:creator>
      <dc:date>2019-03-12T00:37:28Z</dc:date>
    </item>
    <item>
      <title>PAT different WAN IP tp internal host</title>
      <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110444#M394091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show xlate&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 21:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110444#M394091</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2012-12-15T21:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: PAT different WAN IP tp internal host</title>
      <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110445#M394095</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;Do you want to still do Port Forward configurations like with the single IP address before? Or do you want to translate some LAN server address to their own public IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format for a typical Static NAT is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network STATIC&lt;/P&gt;&lt;P&gt; host 10.10.10.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 1.2.3.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you could open any service you want/need for the LAN host mentioned above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN permit tcp any object STATIC eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to configure the port forwards with the new public IP addresses too it should be no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 21:33:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110445#M394095</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-15T21:33:19Z</dc:date>
    </item>
    <item>
      <title>PAT different WAN IP tp internal host</title>
      <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110446#M394099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the show and clear xlates, but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it to be setup something like this:&lt;/P&gt;&lt;P&gt;interface WAN ip: 1.1.1.1&lt;/P&gt;&lt;P&gt;WAN ip 1.1.1.2 tcp/25 --&amp;gt; 192.168.1.10&lt;/P&gt;&lt;P&gt;WAN ip 1.1.1.2 tcp/443 --&amp;gt; 192.168.1.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 21:45:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110446#M394099</guid>
      <dc:creator>dennesmeeusen</dc:creator>
      <dc:date>2012-12-15T21:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: PAT different WAN IP tp internal host</title>
      <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110447#M394103</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;Yeah should be no problem&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;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip add 1.1.1.1 255.255.255.248&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PORTFORWARD-25&lt;/P&gt;&lt;P&gt; host 192.168.1.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 1.1.1.2 service tcp 25 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PORTFORWARD-443&lt;/P&gt;&lt;P&gt; host 192.168.1.11&lt;/P&gt;&lt;P&gt; nat (inside,outside) static 1.1.1.2 service tcp 443 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN permit tcp any object PORTFORWARD-25 eq smtp&lt;/P&gt;&lt;P&gt;access-list OUTSIDE-IN permit tcp any object PORTFORWARD-443 eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked what happens to the connection through either the logs or ASDM logging/monitoring?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 21:50:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110447#M394103</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-15T21:50:55Z</dc:date>
    </item>
    <item>
      <title>PAT different WAN IP tp internal host</title>
      <link>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110448#M394105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well.. This is embarrassing..&lt;/P&gt;&lt;P style="color: #003366; font-family: Tahoma;"&gt;Turned out that everything is just fine, but a reboot of the Exchange virtual machine to which the PAT's go, caused it's address to change to a DHCP assigned address. Reset it back to the static LAN ip and it's working like a charm!&lt;/P&gt;&lt;P style="color: #003366; font-family: Tahoma;"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #003366; font-family: Tahoma;"&gt;Thanks guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #003366; font-family: Tahoma;"&gt;Dennes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 22:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pat-different-wan-ip-tp-internal-host/m-p/2110448#M394105</guid>
      <dc:creator>dennesmeeusen</dc:creator>
      <dc:date>2012-12-15T22:09:55Z</dc:date>
    </item>
  </channel>
</rss>

