<?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: Simple DNS Authority Question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861691#M47809</link>
    <description>Jay,&lt;BR /&gt;  you don't say where you're doing the NSLOOKUP from, so I'm assuming it's an Alpha box running UCX or TCP/IP Services.&lt;BR /&gt;&lt;BR /&gt;Check your DNS setup to start off with. Are you using local DNS or are you forwarding to a Windows DNS server?&lt;BR /&gt;&lt;BR /&gt;If you're forwarding, then your setup should look something like this :-&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ tcpip show name&lt;BR /&gt; &lt;BR /&gt;BIND Resolver Parameters&lt;BR /&gt;   &lt;BR /&gt; Local domain: tbs-ltd.co.uk&lt;BR /&gt;  &lt;BR /&gt; System&lt;BR /&gt;   &lt;BR /&gt;  State:     Started, Enabled&lt;BR /&gt;   &lt;BR /&gt;  Transport: UDP&lt;BR /&gt;  Domain:    TBS-LTD.CO.UK&lt;BR /&gt;  Retry:     4&lt;BR /&gt;  Timeout:   4&lt;BR /&gt;  Servers:    codc-1, codc-2, codc-3&lt;BR /&gt;  Path:       UK.RANDOMHOUSE.COM, uk.randomhouse.com&lt;BR /&gt;  &lt;BR /&gt; Process&lt;BR /&gt;   &lt;BR /&gt;  State:     Enabled&lt;BR /&gt;   &lt;BR /&gt;  Transport:  &lt;BR /&gt;  Domain:     &lt;BR /&gt;  Retry:      &lt;BR /&gt;  Timeout:    &lt;BR /&gt;  Servers:     &lt;BR /&gt;  Path:        &lt;BR /&gt;ALPHA_ROB$$ &lt;BR /&gt;&lt;BR /&gt;You also need to make sure that the Windows DNS server is configured to allow you to lookup DNS entries.&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
    <pubDate>Wed, 22 Sep 2004 03:12:24 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2004-09-22T03:12:24Z</dc:date>
    <item>
      <title>Simple DNS Authority Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861687#M47805</link>
      <description>Here is a simple DNS situation. I have a hunch about it, but I would appreciate if someone could confirm my hunch, and perhaps elaborate.&lt;BR /&gt;&lt;BR /&gt;Our main University IP address is 66.99.13.58. When I enter this IP addr in nslookup at work (using our DNS server 66.99.13.51) I get &lt;A href="http://www.neiu.edu," target="_blank"&gt;www.neiu.edu,&lt;/A&gt; as expected.&lt;BR /&gt;&lt;BR /&gt;When I enter 66.99.13.58 in nslookup at home, using one of the DNS servers for attbi.com (63.240.76.4), I get:&lt;BR /&gt;&lt;BR /&gt;*** ns6.attbi.com can't find 66.99.13.58: Server failed&lt;BR /&gt;&lt;BR /&gt;Yet when I enter 66.99.13.58 in the IE address bar at home, it displays our NEIU home page.&lt;BR /&gt;&lt;BR /&gt;I THINK IE is able to display the NEIU home page, because it does not rely strictly on my local DNS server for a non-authoritative answer. It subsequently queries the Authority for this IP addr range (sun1.neiu.edu.) and displays the home page.&lt;BR /&gt;&lt;BR /&gt;Thanks for any info / detail / direction.&lt;BR /&gt;&lt;BR /&gt;(I already have 'DNS and Bind, 4th Ed.' I am trying to build a basic understanding of DNS / bind.)&lt;BR /&gt;&lt;BR /&gt;:-) Jay</description>
      <pubDate>Mon, 20 Sep 2004 19:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861687#M47805</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2004-09-20T19:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple DNS Authority Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861688#M47806</link>
      <description>Jay,&lt;BR /&gt;&lt;BR /&gt;What happens if you enter "&lt;A href="http://www.neiu.edu" target="_blank"&gt;www.neiu.edu&lt;/A&gt;" as URL-address instead of the address at home? &lt;BR /&gt;If that fails, the _name_ is unknown outside the university domain. Probably there is no DNS server in your campus that exports these (internal) addresses, is authoritive for external resolutions, or DNS communication (port 53) is locked by a firewall. I think this is the point since using the IP address succeeds - no translation will be done (authoriative or not).&lt;BR /&gt;You _could_ try to set your server to the internal DNS server at your university (that is: 66.99.13.51) but that may fail - because of above restriction.&lt;BR /&gt;Another possibility is that DNS in that machine is limited to certain networks or mecahines - where external have no access.&lt;BR /&gt;&lt;BR /&gt;Willem&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Sep 2004 08:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861688#M47806</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-09-21T08:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simple DNS Authority Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861689#M47807</link>
      <description>Thanks Willem,&lt;BR /&gt;&lt;BR /&gt;I am able to display the NEIU home page in a browser using either the IP addr or the URL. I posted this question to get a better understanding of DNS.&lt;BR /&gt;&lt;BR /&gt;We are having a problem with a remote database vendor, who authenticates our requests by IP addr range. For some reason, recently we are getting blocked instead of passed through, and no one seems to know why.&lt;BR /&gt;&lt;BR /&gt;:-) Jay</description>
      <pubDate>Tue, 21 Sep 2004 15:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861689#M47807</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2004-09-21T15:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Simple DNS Authority Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861690#M47808</link>
      <description>I first thought was that backtranslation fails somehow, but when I did nslookup on my workstation, it corectly returned '&lt;A href="http://www.neiu.edu'." target="_blank"&gt;www.neiu.edu'.&lt;/A&gt; The problem may be with the DNS server of your provider.&lt;BR /&gt;Edwin</description>
      <pubDate>Wed, 22 Sep 2004 01:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861690#M47808</guid>
      <dc:creator>Edwin Gersbach_2</dc:creator>
      <dc:date>2004-09-22T01:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple DNS Authority Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861691#M47809</link>
      <description>Jay,&lt;BR /&gt;  you don't say where you're doing the NSLOOKUP from, so I'm assuming it's an Alpha box running UCX or TCP/IP Services.&lt;BR /&gt;&lt;BR /&gt;Check your DNS setup to start off with. Are you using local DNS or are you forwarding to a Windows DNS server?&lt;BR /&gt;&lt;BR /&gt;If you're forwarding, then your setup should look something like this :-&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ tcpip show name&lt;BR /&gt; &lt;BR /&gt;BIND Resolver Parameters&lt;BR /&gt;   &lt;BR /&gt; Local domain: tbs-ltd.co.uk&lt;BR /&gt;  &lt;BR /&gt; System&lt;BR /&gt;   &lt;BR /&gt;  State:     Started, Enabled&lt;BR /&gt;   &lt;BR /&gt;  Transport: UDP&lt;BR /&gt;  Domain:    TBS-LTD.CO.UK&lt;BR /&gt;  Retry:     4&lt;BR /&gt;  Timeout:   4&lt;BR /&gt;  Servers:    codc-1, codc-2, codc-3&lt;BR /&gt;  Path:       UK.RANDOMHOUSE.COM, uk.randomhouse.com&lt;BR /&gt;  &lt;BR /&gt; Process&lt;BR /&gt;   &lt;BR /&gt;  State:     Enabled&lt;BR /&gt;   &lt;BR /&gt;  Transport:  &lt;BR /&gt;  Domain:     &lt;BR /&gt;  Retry:      &lt;BR /&gt;  Timeout:    &lt;BR /&gt;  Servers:     &lt;BR /&gt;  Path:        &lt;BR /&gt;ALPHA_ROB$$ &lt;BR /&gt;&lt;BR /&gt;You also need to make sure that the Windows DNS server is configured to allow you to lookup DNS entries.&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Wed, 22 Sep 2004 03:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861691#M47809</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2004-09-22T03:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Simple DNS Authority Question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861692#M47810</link>
      <description>Thanks to everyone for the input. I will continue to read up on DNS and bind.&lt;BR /&gt;&lt;BR /&gt;:-) Jay</description>
      <pubDate>Wed, 22 Sep 2004 09:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/simple-dns-authority-question/m-p/4861692#M47810</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2004-09-22T09:27:13Z</dc:date>
    </item>
  </channel>
</rss>

