<?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: NAT Loopback or Local Loopback in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503898#M19942</link>
    <description>What I usually do in such situations is create DNS records and point them to the internal webserver.&lt;BR /&gt;i.e.&lt;BR /&gt;192.168.0.2 &lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt;&lt;BR /&gt;192.168.0.2 example.com&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Sep 2009 08:55:06 GMT</pubDate>
    <dc:creator>Tijl van der Steeg</dc:creator>
    <dc:date>2009-09-29T08:55:06Z</dc:date>
    <item>
      <title>NAT Loopback or Local Loopback</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503897#M19941</link>
      <description>&lt;!--!*#--&gt;Hi im having trouble configuring the Hp procurve 7120dl so it does this...&lt;BR /&gt;&lt;BR /&gt;Rather then explaining it please see this..&lt;BR /&gt;_______________________________________________&lt;BR /&gt;&lt;A href="http://www.dyndns.com/support/kb/loopback_connections.html" target="_blank"&gt;http://www.dyndns.com/support/kb/loopback_connections.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A common problem that some customers encounter when using a NAT router is that they want to be able to access their web site from within their local network, but their NAT router does not support "loopback" connections. This prevents them from being able to reach their own services, even though external visitors are able to connect.&lt;BR /&gt;The Problem&lt;BR /&gt;&lt;BR /&gt;Let's say, for example, that we have a local network consisting of two machines behind a NAT router with the router in turn connected to a DSL or Cable modem. Each of the two machines will be assigned an IP address by the NAT router within a "local" IP space such as the 192.168 block. The NAT router in turn is assigned an IP address by the ISP within the "public" space. When you setup a host or domain within our system, it is this public IP address that the host/domain points to.&lt;BR /&gt;&lt;BR /&gt;In this diagram, the "public" address is 65.54.43.32 and the NAT router has a LAN/"private" address of 192.168.0.1. The other computers on the network are assigned numbers within this private space.&lt;BR /&gt;&lt;BR /&gt;Now, let's say that we have registered the domain "example.com" with the host "&lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt;" mapped to this public IP address. When somebody out on the internet attempts to connect to &lt;A href="http://www.example.com," target="_blank"&gt;www.example.com,&lt;/A&gt; they end up connecting to the WAN interface on the NAT router. The NAT router in turn "routes" the packets to an internal machine based on the port that the connection came in on.&lt;BR /&gt;&lt;BR /&gt;The loopback problem arises when somebody using the "Work Station" computer wants to access the "Web Server" computer. If they try to access the computer via the hostname &lt;A href="http://www.example.com," target="_blank"&gt;www.example.com,&lt;/A&gt; the NAT router will attempt to route this out its WAN interface and then back in. In most cases this will either fail or return the web interface for the router itself because the router doesn't understand what the user is trying to do.&lt;BR /&gt;&lt;BR /&gt;_______________________________________________&lt;BR /&gt;&lt;BR /&gt;If i could please get some help that would be fantastic.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Andrew Kececi</description>
      <pubDate>Mon, 28 Sep 2009 04:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503897#M19941</guid>
      <dc:creator>Andrew Kececi</dc:creator>
      <dc:date>2009-09-28T04:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Loopback or Local Loopback</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503898#M19942</link>
      <description>What I usually do in such situations is create DNS records and point them to the internal webserver.&lt;BR /&gt;i.e.&lt;BR /&gt;192.168.0.2 &lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt;&lt;BR /&gt;192.168.0.2 example.com&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 08:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503898#M19942</guid>
      <dc:creator>Tijl van der Steeg</dc:creator>
      <dc:date>2009-09-29T08:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Loopback or Local Loopback</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503899#M19943</link>
      <description>You need to resolve &lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt; with the internal ip address.&lt;BR /&gt;&lt;BR /&gt;You can edit the /etc/hosts or C:\WINDOWS\system32\drivers\etc\hosts in the local machine and add a static entry like this:&lt;BR /&gt;&lt;BR /&gt;192.168.0.100 &lt;A href="http://www.example.com" target="_blank"&gt;www.example.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think that some routers can intercept dns requests and translate the address, but I don't have used it before. &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2009 08:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503899#M19943</guid>
      <dc:creator>aojea</dc:creator>
      <dc:date>2009-09-29T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Loopback or Local Loopback</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503900#M19944</link>
      <description>That's exactly what I'm saying, although I'd rather do this on the internal DNS server, then on every single client. Much easier to update, maintain etc</description>
      <pubDate>Tue, 29 Sep 2009 08:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503900#M19944</guid>
      <dc:creator>Tijl van der Steeg</dc:creator>
      <dc:date>2009-09-29T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Loopback or Local Loopback</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503901#M19945</link>
      <description>Sorry Tigl, &lt;BR /&gt;&lt;BR /&gt;I apologize for the duplicate answer  but when I have posted your answer was not published.</description>
      <pubDate>Tue, 29 Sep 2009 10:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503901#M19945</guid>
      <dc:creator>aojea</dc:creator>
      <dc:date>2009-09-29T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Loopback or Local Loopback</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503902#M19946</link>
      <description>No problem, I figured 2 minutes would have been pretty short to have typed that :)</description>
      <pubDate>Tue, 29 Sep 2009 10:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/nat-loopback-or-local-loopback/m-p/4503902#M19946</guid>
      <dc:creator>Tijl van der Steeg</dc:creator>
      <dc:date>2009-09-29T10:35:40Z</dc:date>
    </item>
  </channel>
</rss>

