<?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: Interface is not configured in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663994#M588932</link>
    <description>All,&lt;BR /&gt;&lt;BR /&gt;I have found the answer on the HP site:&lt;BR /&gt;&lt;BR /&gt;"This maybe a problem with the subnet mask being all 1's or 0's, which according to RFC1878/1122, is not allowed. There is an ndd tunable that you can apply to disable this subnet checking: &lt;BR /&gt;&lt;BR /&gt;#ndd -set /dev/ip ip_check_subnet_addr 0 &lt;BR /&gt;&lt;BR /&gt;This must be added to /etc/rc.config.d/nddconf in order to survive a reboot. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Erwin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Feb 2002 12:36:50 GMT</pubDate>
    <dc:creator>E. Vodegel</dc:creator>
    <dc:date>2002-02-14T12:36:50Z</dc:date>
    <item>
      <title>Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663986#M588924</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've got the following problem.&lt;BR /&gt;&lt;BR /&gt;I have setup my D200 server (HP-ux 11.0) as a DHCP client. When I did this my server has setup automatically an IP address, gateway,etc... by DHCP. This works fine, but when I want to ping another server I get no response. When I want to ifconfig lan0 I get the message "ifconfig: no such interface".&lt;BR /&gt;&lt;BR /&gt;When I want to configure it by SAM I get the same error messages.&lt;BR /&gt;&lt;BR /&gt;From the DHCP server I get my info, thus my network card is not defect.&lt;BR /&gt;&lt;BR /&gt;lanscan says that my network card is up. with an ioscan I get:&lt;BR /&gt;lan 0 16/6 lan2 claimed interface built-in-lan /dev/diag/lan0 /dev/ether0. When I ping 127.0.0.1 I get response. &lt;BR /&gt;&lt;BR /&gt;How can I configure my lan?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Erwin&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Feb 2002 14:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663986#M588924</guid>
      <dc:creator>E. Vodegel</dc:creator>
      <dc:date>2002-02-13T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663987#M588925</link>
      <description>Did you give us the right 'ioscan' output? Because this ouptut only shows lan2, and you are attempting to configure lan0.&lt;BR /&gt;&lt;BR /&gt;What is your default gateway? command 'netstat -r', note the entry with 'default' present in it.&lt;BR /&gt;&lt;BR /&gt;Cheers, ian Dennison</description>
      <pubDate>Wed, 13 Feb 2002 14:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663987#M588925</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-13T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663988#M588926</link>
      <description>What does netstat -rn show?&lt;BR /&gt;&lt;BR /&gt;what does lanscan show?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 13 Feb 2002 14:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663988#M588926</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-13T14:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663989#M588927</link>
      <description>Erwin,&lt;BR /&gt;&lt;BR /&gt;another thing, is your dhcp host providing the default gateway?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 13 Feb 2002 14:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663989#M588927</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-13T14:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663990#M588928</link>
      <description>logon from the console.&lt;BR /&gt;&lt;BR /&gt;1) vi /etc/rc.config.d/netconf&lt;BR /&gt;enter your hostname, IP, netmask, gateway.&lt;BR /&gt;2) route -f &lt;BR /&gt;3) /sbin/init.d/net start&lt;BR /&gt;4) ifconfig lan?&lt;BR /&gt;5) netstat -rn&lt;BR /&gt;&lt;BR /&gt;4&amp;amp;5 make sure you have the lan and route table configured.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have fun!</description>
      <pubDate>Thu, 14 Feb 2002 03:10:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663990#M588928</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-02-14T03:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663991#M588929</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just to add on, the reason why you were able to ping 127.0.0.1 is because 127.0.0.1 uses the loopback interface (lo0) and not lan0.&lt;BR /&gt;&lt;BR /&gt;You can verify this with&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;# ifconfig lo0&lt;BR /&gt;&lt;BR /&gt;With regards to your problem, you should provide us with the output of lanscan.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 14 Feb 2002 03:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663991#M588929</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-14T03:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663992#M588930</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;Ian,&lt;BR /&gt;The ioscan output is right. The default gateway is 193.67.42.2 but this is only set in /etc/rc.config.d/netconf. With netstat -rn I don't see my default gateway.&lt;BR /&gt;&lt;BR /&gt;Harry,&lt;BR /&gt;A lanscan gives the following output:&lt;BR /&gt;16/6 0x080009D289F4 0 up lan0 snap0 1 ether yes 119.&lt;BR /&gt;&lt;BR /&gt;From my DHCP server I get my:&lt;BR /&gt;IP addresss&lt;BR /&gt;Subnet mask&lt;BR /&gt;gateway address&lt;BR /&gt;The DHCP server makes the files /etc/dhcpclient.data and /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Erwin&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Feb 2002 12:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663992#M588930</guid>
      <dc:creator>E. Vodegel</dc:creator>
      <dc:date>2002-02-14T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663993#M588931</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;Ian,&lt;BR /&gt;The ioscan output is right. The default gateway is 193.67.42.2 but this is only set in /etc/rc.config.d/netconf. With netstat -rn I don't see my default gateway.&lt;BR /&gt;&lt;BR /&gt;Harry,&lt;BR /&gt;A lanscan gives the following output:&lt;BR /&gt;16/6 0x080009D289F4 0 up lan0 snap0 1 ether yes 119.&lt;BR /&gt;&lt;BR /&gt;From my DHCP server I get my:&lt;BR /&gt;IP addresss&lt;BR /&gt;Subnet mask&lt;BR /&gt;gateway address&lt;BR /&gt;The DHCP server makes the files /etc/dhcpclient.data and /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Wilfred,&lt;BR /&gt;When I do /sbin/init.d/net start I get the following error:&lt;BR /&gt;"ERROR: lan0 interface: ifconfig: ioctl (SIOCSIFNETMASK): bad value&lt;BR /&gt;ERROR: Failed to add route entry because its interface is not yet initialized. May need to add this route entry with a route command after the interface is up: add net default: gateway 193.67.42.2: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Erwin&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Feb 2002 12:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663993#M588931</guid>
      <dc:creator>E. Vodegel</dc:creator>
      <dc:date>2002-02-14T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interface is not configured</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663994#M588932</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I have found the answer on the HP site:&lt;BR /&gt;&lt;BR /&gt;"This maybe a problem with the subnet mask being all 1's or 0's, which according to RFC1878/1122, is not allowed. There is an ndd tunable that you can apply to disable this subnet checking: &lt;BR /&gt;&lt;BR /&gt;#ndd -set /dev/ip ip_check_subnet_addr 0 &lt;BR /&gt;&lt;BR /&gt;This must be added to /etc/rc.config.d/nddconf in order to survive a reboot. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Erwin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Feb 2002 12:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interface-is-not-configured/m-p/2663994#M588932</guid>
      <dc:creator>E. Vodegel</dc:creator>
      <dc:date>2002-02-14T12:36:50Z</dc:date>
    </item>
  </channel>
</rss>

