<?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: Configure LAN interfaces  Failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923728#M579142</link>
    <description>The other thought is that the IP address you're using isn't the correct one for the subnet mask your using.&lt;BR /&gt;&lt;BR /&gt;i.e.  255.255.255.252&lt;BR /&gt;&lt;BR /&gt;  1  -  subnet/network address&lt;BR /&gt;&lt;BR /&gt;  2  -  host addresses, and&lt;BR /&gt;&lt;BR /&gt;  1  -  broadcast address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And you're using either the network address, or the broadcast address.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Mar 2003 05:10:57 GMT</pubDate>
    <dc:creator>Jon Finley</dc:creator>
    <dc:date>2003-03-11T05:10:57Z</dc:date>
    <item>
      <title>Configure LAN interfaces  Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923723#M579137</link>
      <description>Hi &lt;BR /&gt;When I reboot my L2000 class HPUX 11.00&lt;BR /&gt;I get the following message in /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;Configure LAN interfaces&lt;BR /&gt;Output from "/sbin/rc2.d/S340net start":&lt;BR /&gt;----------------------------&lt;BR /&gt;ERROR:  Failed to add route entry because its interface is not&lt;BR /&gt;        yet initialized.  May need to add this route entry with&lt;BR /&gt;        a route commad after the interface is up :&lt;BR /&gt;        netmask: bad value&lt;BR /&gt;"/sbin/rc2.d/S340net start" FAILED&lt;BR /&gt;&lt;BR /&gt;When I tryed manually to /sbin/init.d/net start I get the same message &lt;BR /&gt;Anyone ? any idea why?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Mar 2003 22:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923723#M579137</guid>
      <dc:creator>A.K.</dc:creator>
      <dc:date>2003-03-10T22:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configure LAN interfaces  Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923724#M579138</link>
      <description>Hi AK,&lt;BR /&gt;&lt;BR /&gt;Do you have the network I/F &amp;amp; route parameters defined int /etc/rc.config.d/netconf?&lt;BR /&gt;&lt;BR /&gt;They have to be there to survive reboots.&lt;BR /&gt;&lt;BR /&gt;If you initially set these up with SAM or the installer, they should be. If done manually vi ifconfig &amp;amp; route commands they won't. You'll have to add them manually&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 10 Mar 2003 22:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923724#M579138</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-10T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configure LAN interfaces  Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923725#M579139</link>
      <description>Make sure that you have set up the correct information in the /etc/rc.config.d/netconf file. Depending on the type of interface used, as to what file should be used.&lt;BR /&gt;&lt;BR /&gt;btlan hpbtlanconf &lt;BR /&gt;btlan0 hpeisabtconf &lt;BR /&gt;btlan1 hpbasetconf &lt;BR /&gt;btlan3 hpbase100conf Internal (core) LAN card &lt;BR /&gt;btlan4 hpgsc100conf &lt;BR /&gt;btlan5 hppci100conf "external" PCI card A5230A &lt;BR /&gt;btlan6 hpsppci100conf V-class PCI lan card &lt;BR /&gt;gelan hpgelanconf GigaBit card A4926A &lt;BR /&gt;</description>
      <pubDate>Mon, 10 Mar 2003 22:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923725#M579139</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-03-10T22:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configure LAN interfaces  Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923726#M579140</link>
      <description>I've seen this when either there was no default route or a "route add" command was added to the bottom of netconf file instead of using the route_destination variable in netconf.&lt;BR /&gt;&lt;BR /&gt;#For default route&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=0.0.0.0&lt;BR /&gt;ROUTE_MASK[0]=255.0.0.0&lt;BR /&gt;ROUTE_GATEWAY[0]=192.168.100.2&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;#For additional route&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]=net 12.0.0.0&lt;BR /&gt;ROUTE_MASK[1]=255.0.0.0&lt;BR /&gt;ROUTE_GATEWAY[1]=192.168.100.2&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;NOTE the indices [0] and [1]</description>
      <pubDate>Mon, 10 Mar 2003 22:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923726#M579140</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-10T22:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configure LAN interfaces  Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923727#M579141</link>
      <description>You have probably run afoul of 11.0 subnet checking routine.  The RFC is checks against is obsolete but it doesn't know that.&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;To make it survive the reboot:&lt;BR /&gt;&lt;BR /&gt;edit /etc/rc.config.d/nddconf file: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip &lt;BR /&gt;NDD_NAME[0]=ip_check_subnet_addr &lt;BR /&gt;NDD_VALUE[0]=0 &lt;BR /&gt;&lt;BR /&gt;Use the next higher integer in the []'s if you already have entries.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Mar 2003 23:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923727#M579141</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-03-10T23:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configure LAN interfaces  Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923728#M579142</link>
      <description>The other thought is that the IP address you're using isn't the correct one for the subnet mask your using.&lt;BR /&gt;&lt;BR /&gt;i.e.  255.255.255.252&lt;BR /&gt;&lt;BR /&gt;  1  -  subnet/network address&lt;BR /&gt;&lt;BR /&gt;  2  -  host addresses, and&lt;BR /&gt;&lt;BR /&gt;  1  -  broadcast address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And you're using either the network address, or the broadcast address.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 05:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-lan-interfaces-failed/m-p/2923728#M579142</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-03-11T05:10:57Z</dc:date>
    </item>
  </channel>
</rss>

