<?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: network connectivity dies in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260629#M569170</link>
    <description># ndd -get /dev/tcp ip_ire_gw_probe&lt;BR /&gt;1&lt;BR /&gt;&lt;BR /&gt;grep -v "#" /etc/ntp.conf&lt;BR /&gt;server XXX.XXX.193.200&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Apr 2004 13:13:43 GMT</pubDate>
    <dc:creator>Jerry L. Sims</dc:creator>
    <dc:date>2004-04-27T13:13:43Z</dc:date>
    <item>
      <title>network connectivity dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260627#M569168</link>
      <description>Hello All,&lt;BR /&gt;**************&lt;BR /&gt;HP-UX B.11.11 9000/800/rp7410&lt;BR /&gt;***************&lt;BR /&gt;&lt;BR /&gt;Has anyone seen this problem where the network&lt;BR /&gt;connectivity totaly dies ? I have no clue why this happens, and this is the second time in a week. I have located in my "syslog.log" where&lt;BR /&gt;xntpd looses synchronization :&lt;BR /&gt;&lt;BR /&gt;Apr 23 17:46:42 it-hp57 telnetd[22109]: getpid: peer died: Error 0&lt;BR /&gt;Apr 23 17:46:59 it-hp57 xntpd[1351]: synchronisation lost&lt;BR /&gt;&lt;BR /&gt;Apr 27 06:06:12 it-hp57 xntpd[1270]: synchronisation lost&lt;BR /&gt;Apr 27 09:26:44 it-hp57 xntpd[1270]: synchronized to 216.131.193.200, stratum=2&lt;BR /&gt;&lt;BR /&gt;On each occurance we ended up unlugging the &lt;BR /&gt;lan cable, and plugging it backin to the&lt;BR /&gt;lancard ( lan0 ). After about 1 min all is ok.&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;192.168.20.146        192.168.20.146     UH        0  lan0       4136&lt;BR /&gt;192.168.20.147        192.168.20.147     UH        0  lan2       4136&lt;BR /&gt;192.168.20.128        192.168.20.146     U         2  lan0       1500&lt;BR /&gt;192.168.20.128        192.168.20.147     U         2  lan2       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               192.168.20.129     UG        0  lan2          0</description>
      <pubDate>Tue, 27 Apr 2004 12:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260627#M569168</guid>
      <dc:creator>Jerry L. Sims</dc:creator>
      <dc:date>2004-04-27T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: network connectivity dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260628#M569169</link>
      <description>ndd -get /dev/tcp ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;If it is 1, set it to 0&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/tcp ip_ire_gw_probe 0&lt;BR /&gt;For ermanent setting, put it in /etc/rc.config.d/nddconf file.&lt;BR /&gt;&lt;BR /&gt;ndd -h ip_ire_gw_probe for details.&lt;BR /&gt;&lt;BR /&gt;About NTP, do you two ntp servers defined in /etc/ntp.conf??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 27 Apr 2004 13:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260628#M569169</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-27T13:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: network connectivity dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260629#M569170</link>
      <description># ndd -get /dev/tcp ip_ire_gw_probe&lt;BR /&gt;1&lt;BR /&gt;&lt;BR /&gt;grep -v "#" /etc/ntp.conf&lt;BR /&gt;server XXX.XXX.193.200&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 13:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260629#M569170</guid>
      <dc:creator>Jerry L. Sims</dc:creator>
      <dc:date>2004-04-27T13:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: network connectivity dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260630#M569171</link>
      <description>ndd -set /dev/tcp ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;May be NTP is experiencing problem when gateway probe fails.&lt;BR /&gt;&lt;BR /&gt;Set ip_ire_gw_probe to 0 and check for any errors. (For permanent setting, you can put it in /etc/rc.config.d/nddconf file)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 27 Apr 2004 13:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260630#M569171</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-27T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: network connectivity dies</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260631#M569172</link>
      <description>Hi Jerry,&lt;BR /&gt;&lt;BR /&gt;Looks like you have two network cards on the same system within the same subnet.&lt;BR /&gt;&lt;BR /&gt;192.168.20.146 192.168.20.146 UH 0 lan0 4136&lt;BR /&gt;192.168.20.147 192.168.20.147 UH 0 lan2 4136&lt;BR /&gt;&lt;BR /&gt;HP-UX does not support multiple lan cards on the same system within the same subnet. You must have different lan cards on different subnets. Having multiple lan cards on the same subnet could be causing this problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 13:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-connectivity-dies/m-p/3260631#M569172</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-27T13:24:04Z</dc:date>
    </item>
  </channel>
</rss>

