<?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: IP Aliasing and DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824225#M580929</link>
    <description>I'm doing the aliasing at the NIC level using ifalias. Sorry, should have specified that.</description>
    <pubDate>Fri, 11 Oct 2002 20:35:15 GMT</pubDate>
    <dc:creator>Ross Goldman</dc:creator>
    <dc:date>2002-10-11T20:35:15Z</dc:date>
    <item>
      <title>IP Aliasing and DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824222#M580926</link>
      <description>Hi all. I have a 10.20 host that has IP aliasing on it. I'm trying to make the host a DNS primary and use the second (aliased, or "non real") address for this function. It doesn't work. When I try resolving using the aliased address I get "Specified server is not availiable." If I switch the IP addresses and now resolve using the "real" address it works fine. Could it be that the aliasing doesn't extend to the lower network protocol layers? Any help/suggestions would be appreiciated!</description>
      <pubDate>Fri, 11 Oct 2002 18:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824222#M580926</guid>
      <dc:creator>Ross Goldman_1</dc:creator>
      <dc:date>2002-10-11T18:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: IP Aliasing and DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824223#M580927</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you don't get an answer, you could ask&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.acmebw.com/askmrdns/archive.php?category=83" target="_blank"&gt;http://www.acmebw.com/askmrdns/archive.php?category=83&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 11 Oct 2002 19:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824223#M580927</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: IP Aliasing and DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824224#M580928</link>
      <description>How did you make the alias?  I would add a CNAME entry pointing to the real host name in the appropriate DNS zone file.  &lt;BR /&gt;&lt;BR /&gt;If you need to assign a different IP for this, you can use IP multplexing to assign another IP to an existing LAN card.  An entry in the /etc/rc.config.d/netconf file for this would look like:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[5]=lan0:1&lt;BR /&gt;IP_ADDRESS[5]=10.1.1.123&lt;BR /&gt;SUBNET_MASK[5]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[5]=10.1.1.255&lt;BR /&gt;INTERFACE_STATE[5]=up&lt;BR /&gt;DHCP_ENABLE[5]=0&lt;BR /&gt;&lt;BR /&gt;lan0 would now have two IP's assigned to it.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 19:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824224#M580928</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-10-11T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: IP Aliasing and DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824225#M580929</link>
      <description>I'm doing the aliasing at the NIC level using ifalias. Sorry, should have specified that.</description>
      <pubDate>Fri, 11 Oct 2002 20:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824225#M580929</guid>
      <dc:creator>Ross Goldman</dc:creator>
      <dc:date>2002-10-11T20:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: IP Aliasing and DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824226#M580930</link>
      <description>&lt;BR /&gt;Which version of BIND are you using? Have you reviewed the name server log for errors binding errors?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 20:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824226#M580930</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-11T20:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: IP Aliasing and DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824227#M580931</link>
      <description>netstat -an | grep .53\ | grep LIST&lt;BR /&gt;&lt;BR /&gt;should show you something like&lt;BR /&gt;tcp        0      0  *.53                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;Which says that named is listening for requests on all IPs for the given port.&lt;BR /&gt;&lt;BR /&gt;If you're running 10.20 you're probably running a 4.x.x series named, which bound to ports using INADDR_ANY (listen on all IPs).&lt;BR /&gt;&lt;BR /&gt;If you have a host with an ifaliased IP, make sure to point the db records for named to the IP (don't use CNAMES, make sure you have a revese name entry).&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;Forward&lt;BR /&gt;A.B.COM IN A 1.2.3.4&lt;BR /&gt;NS1.B.COM IN A 1.2.3.5&lt;BR /&gt;&lt;BR /&gt;Reverse&lt;BR /&gt;1.2.3.4 IN PTR A.B.COM.&lt;BR /&gt;1.2.3.5 IN PTR NS1.B.COM.&lt;BR /&gt;&lt;BR /&gt;When you receive answers from this server, you'll get answers on the base IP, not the ifaliased IP, because of the way named binds to IPs in the 4.x.x series.</description>
      <pubDate>Fri, 11 Oct 2002 22:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-aliasing-and-dns/m-p/2824227#M580931</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-10-11T22:08:30Z</dc:date>
    </item>
  </channel>
</rss>

