<?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 Traffic from inside that references the outside interface IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/traffic-from-inside-that-references-the-outside-interface-ip/m-p/2446629#M270277</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;Seems like a problematic situation to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually one easy way to is to use DNS rewrite so that the when the client asks the DNS server for the public IP address of the server then the ASA would modify the DNS reply to actually point to the local IP address of the server before returning the DNS reply to the client. But as you are using Static PAT (Port Forward) then this to my understanding is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other usual option is to do a special NAT so that you can connect to the server from your LAN with the public IP address but since you mention that your ASA gets its public IP address with DHCP we really dont have a way of knowing if the IP address will change at some point (usually it tends to say the same, for me atleast) and would make the NAT configurations useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might therefore want to consider modifying the clients local settings so that they connect to the local IP address the server when you connect to the certain DNS name. On Windows hosts this can naturally be done with the host file.&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, 05 Feb 2014 14:12:09 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-02-05T14:12:09Z</dc:date>
    <item>
      <title>Traffic from inside that references the outside interface IP</title>
      <link>https://community.cisco.com/t5/network-security/traffic-from-inside-that-references-the-outside-interface-ip/m-p/2446628#M270276</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have an ASA 5505 running 9.0 in routed mode. I have everything working fine with the exception of one item. I've set up port forwarding for the services that I need to have running such as HTTP, FTP, SSH, RDP etc... They all work from outside of the ASA, however if I were to reference the the webservers URL internally, it will not work.&amp;nbsp; So externally &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.thewebserver.com" target="_blank"&gt;http://www.thewebserver.com&lt;/A&gt;&lt;SPAN&gt; works however, if I use this same URL behind from a host on the inside interface it will not work.&amp;nbsp; I also cannot ping the external interface from inside the network, but can from outside of the ASA.&amp;nbsp; My outside interface is obtaining an IP address via DHCP from my provider.&amp;nbsp; My config is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any input!&lt;/P&gt;&lt;P&gt;KS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 9.0(1)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname tazasa&lt;/P&gt;&lt;P&gt;domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;/P&gt;&lt;P&gt;xlate per-session deny tcp any4 any4&lt;/P&gt;&lt;P&gt;xlate per-session deny tcp any4 any6&lt;/P&gt;&lt;P&gt;xlate per-session deny tcp any6 any4&lt;/P&gt;&lt;P&gt;xlate per-session deny tcp any6 any6&lt;/P&gt;&lt;P&gt;xlate per-session deny udp any4 any4 eq domain&lt;/P&gt;&lt;P&gt;xlate per-session deny udp any4 any6 eq domain&lt;/P&gt;&lt;P&gt;xlate per-session deny udp any6 any4 eq domain&lt;/P&gt;&lt;P&gt;xlate per-session deny udp any6 any6 eq domain&lt;/P&gt;&lt;P&gt;xlate per-session permit tcp any4 any4&lt;/P&gt;&lt;P&gt;passwd lUgE9AXej18.2X7v encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&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.10.200.1 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 dhcp setroute&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system disk0:/asa901-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;object network centos_www&lt;/P&gt;&lt;P&gt; host 10.10.200.85&lt;/P&gt;&lt;P&gt; description centos_www&lt;/P&gt;&lt;P&gt;object network NAS_FTP&lt;/P&gt;&lt;P&gt; host 10.10.200.15&lt;/P&gt;&lt;P&gt; description NAS_FTP&lt;/P&gt;&lt;P&gt;object network centos_ssh&lt;/P&gt;&lt;P&gt; host 10.10.200.85&lt;/P&gt;&lt;P&gt; description centos_ssh&lt;/P&gt;&lt;P&gt;object network Remote_Desktop_2&lt;/P&gt;&lt;P&gt; host 10.10.200.102&lt;/P&gt;&lt;P&gt; description Remote_Desktop_2&lt;/P&gt;&lt;P&gt;object network Remote_Desktop_1&lt;/P&gt;&lt;P&gt; host 10.10.200.100&lt;/P&gt;&lt;P&gt; description Remote_Desktop_1&lt;/P&gt;&lt;P&gt;object network Drive_CAM&lt;/P&gt;&lt;P&gt; host 10.10.200.26&lt;/P&gt;&lt;P&gt; description Drive_CAM&lt;/P&gt;&lt;P&gt;object network Door_CAM&lt;/P&gt;&lt;P&gt; host 10.10.200.25&lt;/P&gt;&lt;P&gt; description Door_CAM&lt;/P&gt;&lt;P&gt;object network ebooks_gateway&lt;/P&gt;&lt;P&gt; host 10.10.200.102&lt;/P&gt;&lt;P&gt; description ebooks_gateway&lt;/P&gt;&lt;P&gt;object network Linksys_phone&lt;/P&gt;&lt;P&gt; host 10.10.200.10&lt;/P&gt;&lt;P&gt; description Linksys_Phone&lt;/P&gt;&lt;P&gt;object network Inside_network&lt;/P&gt;&lt;P&gt; subnet 10.10.200.0 255.255.255.0&lt;/P&gt;&lt;P&gt; description Inside_Network&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt; description obj_any&lt;/P&gt;&lt;P&gt;object network xbox_3074_tcp&lt;/P&gt;&lt;P&gt; host 10.10.200.35&lt;/P&gt;&lt;P&gt; description xbox_3074_tcp&lt;/P&gt;&lt;P&gt;object network xbox_3074_udp&lt;/P&gt;&lt;P&gt; host 10.10.200.35&lt;/P&gt;&lt;P&gt; description xbox_3074_udp&lt;/P&gt;&lt;P&gt;object network centos_tftp&lt;/P&gt;&lt;P&gt; host 10.10.200.85&lt;/P&gt;&lt;P&gt; description centos_tftp&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list global_access extended permit ip any any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-711-52.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;no arp permit-nonconnected&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network centos_www&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp www www&lt;/P&gt;&lt;P&gt;object network NAS_FTP&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp ftp ftp&lt;/P&gt;&lt;P&gt;object network centos_ssh&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp ssh ssh&lt;/P&gt;&lt;P&gt;object network Remote_Desktop_2&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp 3390 3390&lt;/P&gt;&lt;P&gt;object network Remote_Desktop_1&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp 3389 3389&lt;/P&gt;&lt;P&gt;object network Drive_CAM&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp 9101 9101&lt;/P&gt;&lt;P&gt;object network Door_CAM&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface no-proxy-arp service tcp 9100 9100&lt;/P&gt;&lt;P&gt;object network ebooks_gateway&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp 8888 8888&lt;/P&gt;&lt;P&gt;object network Linksys_phone&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp sip sip&lt;/P&gt;&lt;P&gt;object network Inside_network&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network xbox_3074_tcp&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service tcp 3074 3074&lt;/P&gt;&lt;P&gt;object network xbox_3074_udp&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service udp 3074 3074&lt;/P&gt;&lt;P&gt;object network centos_tftp&lt;/P&gt;&lt;P&gt; nat (any,outside) static interface service udp tftp tftp&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group global_access global&lt;/P&gt;&lt;P&gt;route inside 172.16.150.0 255.255.255.0 10.10.200.3 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;user-identity default-domain LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication enable console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 10.10.200.1 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec security-association pmtu-aging infinite&lt;/P&gt;&lt;P&gt;crypto ca trustpool policy&lt;/P&gt;&lt;P&gt;telnet 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 10.10.200.150-10.10.200.200 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics&lt;/P&gt;&lt;P&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;/P&gt;&lt;P&gt;username ****** password nWdS.kwFG0AJMUCx encrypted privilege 15&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect icmp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect http&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;no call-home reporting anonymous&lt;/P&gt;&lt;P&gt;call-home&lt;/P&gt;&lt;P&gt; profile CiscoTAC-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no active&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination transport-method http&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;/P&gt;&lt;P&gt;hpm topN enable&lt;/P&gt;&lt;P&gt;end!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:40:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-from-inside-that-references-the-outside-interface-ip/m-p/2446628#M270276</guid>
      <dc:creator>kscarzafava</dc:creator>
      <dc:date>2019-03-12T03:40:43Z</dc:date>
    </item>
    <item>
      <title>Traffic from inside that references the outside interface IP</title>
      <link>https://community.cisco.com/t5/network-security/traffic-from-inside-that-references-the-outside-interface-ip/m-p/2446629#M270277</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;Seems like a problematic situation to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually one easy way to is to use DNS rewrite so that the when the client asks the DNS server for the public IP address of the server then the ASA would modify the DNS reply to actually point to the local IP address of the server before returning the DNS reply to the client. But as you are using Static PAT (Port Forward) then this to my understanding is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other usual option is to do a special NAT so that you can connect to the server from your LAN with the public IP address but since you mention that your ASA gets its public IP address with DHCP we really dont have a way of knowing if the IP address will change at some point (usually it tends to say the same, for me atleast) and would make the NAT configurations useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might therefore want to consider modifying the clients local settings so that they connect to the local IP address the server when you connect to the certain DNS name. On Windows hosts this can naturally be done with the host file.&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, 05 Feb 2014 14:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/traffic-from-inside-that-references-the-outside-interface-ip/m-p/2446629#M270277</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-02-05T14:12:09Z</dc:date>
    </item>
  </channel>
</rss>

