<?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: netstat -i -&amp;gt;thisaddressdoesnotexist? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676988#M589475</link>
    <description>dev:/home/dba&amp;gt; nslookup 192.9.200.12&lt;BR /&gt;Using /etc/hosts on:  dev&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    devT&lt;BR /&gt;Address:  192.9.200.12&lt;BR /&gt;Aliases:  hpdevT, dev&lt;BR /&gt;&lt;BR /&gt;Then I had a look at man 4 networks, mmm... I tried adding &lt;BR /&gt;token 192.9.200 tok &lt;BR /&gt;to the /etc/networks file, it made no difference to the output of netstat -i&lt;BR /&gt;Then I tried &lt;BR /&gt;token 192.9.200.0 tok which also made no difference.&lt;BR /&gt;Do I need to stop/start networking for this file change to have an effect?  I doubt it, since nsswitch.conf shows:&lt;BR /&gt;networks: files [NOTFOUND=return UNAVAIL=continue]&lt;BR /&gt;Any other ideas of how I can remove the 'thisaddressdoesnotexist'.  The other servers in the loop do not show this.</description>
    <pubDate>Fri, 08 Mar 2002 13:17:05 GMT</pubDate>
    <dc:creator>Steve Lewis</dc:creator>
    <dc:date>2002-03-08T13:17:05Z</dc:date>
    <item>
      <title>netstat -i -&gt;thisaddressdoesnotexist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676983#M589470</link>
      <description>We have a small token ring network of 4 servers.  On every server when I type netstat -i we get this message:&lt;BR /&gt;Name           Mtu Network            Address                 Ipkts      Opkts&lt;BR /&gt;lan1          4500 thisaddressdoesnotexist &lt;BR /&gt;                                      devT                 23250268   23192137&lt;BR /&gt;&lt;BR /&gt;But when we type netstat -in we get the IP address:&lt;BR /&gt;[dba]dev:/home/dba&amp;gt; netstat -in&lt;BR /&gt;Name           Mtu Network            Address                 Ipkts      Opkts&lt;BR /&gt;lan1          4500 192.9.200.0        192.9.200.12         23250386   23192253&lt;BR /&gt;&lt;BR /&gt;Can anyone explain this?&lt;BR /&gt;&lt;BR /&gt;The subnet mask of lan1 is 255.255.255.0 on all nodes. e.g.&lt;BR /&gt;lan1: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 192.9.200.12 netmask ffffff00 broadcast 192.9.200.255&lt;BR /&gt;The lanscan output for this interface is&lt;BR /&gt;Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In# State NamePPA        ID  Type      Support Mjr#&lt;BR /&gt;0/12/0/0 0x0060948AC84E 1   UP    lan1           3   802.5     Yes     119&lt;BR /&gt;&lt;BR /&gt;The contents of netconf for this interface is:&lt;BR /&gt;IP_ADDRESS[1]=192.9.200.12&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;BROADCAST_ADDRESS[1]=192.9.200.255&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;and there are not duplications.  Any ideas?&lt;/UP&gt;</description>
      <pubDate>Wed, 06 Mar 2002 09:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676983#M589470</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2002-03-06T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: netstat -i -&gt;thisaddressdoesnotexist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676984#M589471</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Is your hostname being defined correctly, and if so what is the order in your nsswitch.conf file for hosts?  If DNS first, check DNS has valid entry for the IP address, and if NIS is in there, verify the NIS hosts database.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Wed, 06 Mar 2002 09:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676984#M589471</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2002-03-06T09:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: netstat -i -&gt;thisaddressdoesnotexist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676985#M589472</link>
      <description>The nsswitch file has:&lt;BR /&gt;hosts: files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] dns  [NOTFOUND=return UNAVAIL=continue T&lt;BR /&gt;RYAGAIN=return]&lt;BR /&gt;The hosts file has (for this server's IP)&lt;BR /&gt;192.9.200.12 devT hpdevT # Token-Ring DEV server N4000&lt;BR /&gt;where the hostname is actually dev, not any of the aliases given in the hosts file.  There are 3 interfaces in use on this server and one of the others has dev as the hostname next to it.  I tried adding an alias for this hostname next to the token ring IP in the hosts file but it made no difference to netstat -i output.&lt;BR /&gt;Its an N4000, HPUX-11.00 patched to Dec2001 (critical and QP).&lt;BR /&gt;Is this going to be an error with the DNS server?</description>
      <pubDate>Wed, 06 Mar 2002 10:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676985#M589472</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2002-03-06T10:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: netstat -i -&gt;thisaddressdoesnotexist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676986#M589473</link>
      <description>do&lt;BR /&gt;nslookup 192.9.200.12 &lt;BR /&gt;&lt;BR /&gt;and see what it says.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 06 Mar 2002 15:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676986#M589473</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-06T15:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: netstat -i -&gt;thisaddressdoesnotexist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676987#M589474</link>
      <description>Its telling you that the *network* address cannot be resolved - ie 192.9.200.0.  Your hostname is being resolve fine as devT.&lt;BR /&gt;&lt;BR /&gt;Try adding an entry in your /etc/networks file - see the networks(4) man page for more info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 07 Mar 2002 13:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676987#M589474</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-07T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: netstat -i -&gt;thisaddressdoesnotexist?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676988#M589475</link>
      <description>dev:/home/dba&amp;gt; nslookup 192.9.200.12&lt;BR /&gt;Using /etc/hosts on:  dev&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    devT&lt;BR /&gt;Address:  192.9.200.12&lt;BR /&gt;Aliases:  hpdevT, dev&lt;BR /&gt;&lt;BR /&gt;Then I had a look at man 4 networks, mmm... I tried adding &lt;BR /&gt;token 192.9.200 tok &lt;BR /&gt;to the /etc/networks file, it made no difference to the output of netstat -i&lt;BR /&gt;Then I tried &lt;BR /&gt;token 192.9.200.0 tok which also made no difference.&lt;BR /&gt;Do I need to stop/start networking for this file change to have an effect?  I doubt it, since nsswitch.conf shows:&lt;BR /&gt;networks: files [NOTFOUND=return UNAVAIL=continue]&lt;BR /&gt;Any other ideas of how I can remove the 'thisaddressdoesnotexist'.  The other servers in the loop do not show this.</description>
      <pubDate>Fri, 08 Mar 2002 13:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-i-gt-thisaddressdoesnotexist/m-p/2676988#M589475</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2002-03-08T13:17:05Z</dc:date>
    </item>
  </channel>
</rss>

