<?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: Invoke new network setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592111#M556983</link>
    <description>then lets try configuring the lan0 or lan 1 (whichever you wish) on the fly:&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0 inet 172.31.1.33 netmask 255.255.252.0 up&lt;BR /&gt;&lt;BR /&gt;at this point if you run &lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;you should see the interface with the assigned ip address, netmask and so on.&lt;BR /&gt;&lt;BR /&gt;is it like that or you are still having problems ?</description>
    <pubDate>Thu, 28 Jul 2005 14:38:56 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-07-28T14:38:56Z</dc:date>
    <item>
      <title>Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592103#M556975</link>
      <description>I had an A-500 with IP address 172.31.1.33, netmask 255.255.255.0, and broadcast address 172.31.1.255.  Then we changed offices and the machine went into storage for six months.  Now in our new office it is designated with a static ip of 172.31.1.33, and a new netmask of 255.255.252.0 and a broadcast address of 172.31.3.255.  I made the necessary changes in the /etc/rc.config.d/netconf file, but it doesn't work.  (I have verified the connection to the wall with linkloop.)  I even tried set_parms in a variety of ways, but it still doesn't work.&lt;BR /&gt;&lt;BR /&gt;I have found the formatting of this file to be finicky in the past, and often there are problems with not updating critical-but-inobvious files.  Once I had this problem and HP gave me a set of instructions as to how to wipe every important file and replace it with files from /etc/newconfig, then do set_parms initial and it worked.  Does anyone happen to have that complete procedure?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ron Levy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 12:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592103#M556975</guid>
      <dc:creator>Ron Levy</dc:creator>
      <dc:date>2005-07-28T12:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592104#M556976</link>
      <description>Actually there is nothing magical about modifying the netconf file manually and/or set_parms. I personally prefer the manual method.&lt;BR /&gt;&lt;BR /&gt;In your case, your lan0 (or whatever interface you are using, should have settings like this:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=172.31.1.33&lt;BR /&gt;SUBNET_MASK[0]=255.255.252.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=172.31.3.255&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;and your problem may be originating from the route definitions on this file&lt;BR /&gt;&lt;BR /&gt;make sure at least your default route is defined and it is pointing to the right gateway. &lt;BR /&gt;&lt;BR /&gt;Something like :&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=172.31.1.254 &lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;The gateway address above is a total assumption. COnatct your network admins at this site to find out the IP address of the router for this network segment and put it on this line.&lt;BR /&gt;&lt;BR /&gt;After this is complete&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;if it is still not working, make sure your network admin provisioned your switch port inot the correct VLAN and there is no disablement or anything like that in effect.&lt;BR /&gt;&lt;BR /&gt;if you run &lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;you should see this as the first line of output:&lt;BR /&gt;&lt;BR /&gt;lan0: flags=843&lt;UP&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you see number 842 instead of 843, it means the interface is not up.&lt;/UP&gt;</description>
      <pubDate>Thu, 28 Jul 2005 13:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592104#M556976</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-28T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592105#M556977</link>
      <description>What errors are you having?  What is not working?  Is your default router correct?&lt;BR /&gt;&lt;BR /&gt;A little more information on the errors you are seeing would be helpful.</description>
      <pubDate>Thu, 28 Jul 2005 13:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592105#M556977</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-07-28T13:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592106#M556978</link>
      <description>When I do an ifconfig lan0 I get:&lt;BR /&gt;ifconfig: no such interface&lt;BR /&gt;&lt;BR /&gt;As opposed to anything else.  I did notice that my Interface_State wasn't set to anything so I set it to 'up' as was mentioned.&lt;BR /&gt;&lt;BR /&gt;I have done the /sbin/init.d/net stop and then start, and when I do so I get errors about setting the default route when I don't have an interface.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 13:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592106#M556978</guid>
      <dc:creator>Ron Levy</dc:creator>
      <dc:date>2005-07-28T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592107#M556979</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;what does #lanscan show the device as?&lt;BR /&gt;&lt;BR /&gt;The lan isnt by any chance lan1 is it? instead of the lan0&lt;BR /&gt;&lt;BR /&gt;Also is the interface picked up corectly in ioscan?&lt;BR /&gt;&lt;BR /&gt;Just worth checking before modifying the files.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 13:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592107#M556979</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2005-07-28T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592108#M556980</link>
      <description>Start by identifying all your lan cards:&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/ioscan -knfClan&lt;BR /&gt; &lt;BR /&gt;Then see what lanscan says:&lt;BR /&gt; &lt;BR /&gt;lanscan&lt;BR /&gt; &lt;BR /&gt;lan0 is the first interface card found at install time, not necessarily the one you want to use. The netconf file is easy: the zero entry is the primary LAN card and is connected to the IP address/subnet mask, etc with the device file name (ie, lan0 lan1, lan2...).  You can swap IP addresses onto different I/O cards by just changing the devicefile name.&lt;BR /&gt; &lt;BR /&gt;Then check that you can ping yourself. And finally, make sure that the network you are plugged into is really the 172.31.1 network. Note that arp cache values can mess up an immediate response. Check with arp -a on your PC or another HP-UX box.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 14:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592108#M556980</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-07-28T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592109#M556981</link>
      <description>Ioscan tells me that this A-500 has:&lt;BR /&gt;lan0 at 0/0/0/0, btlan3, claimed&lt;BR /&gt;lan1 at 0/2/0/0, btlan5, claimed&lt;BR /&gt;&lt;BR /&gt;lanscan tells me that:&lt;BR /&gt;0/0/0/0 is at an address, and is up as lan0&lt;BR /&gt;0/2/0/0 is at an address, and is up as lan1&lt;BR /&gt;&lt;BR /&gt;linkloop gives me a positive response for whichever network card I have plugged into the wall.&lt;BR /&gt;&lt;BR /&gt;My network people have confirmed that my network port is on the correct vlan.&lt;BR /&gt;&lt;BR /&gt;I have my /etc/rc.config.d/netconf file set up in the fashion given, but the interface still doesn't come up.  What other files also need to be checked?</description>
      <pubDate>Thu, 28 Jul 2005 14:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592109#M556981</guid>
      <dc:creator>Ron Levy</dc:creator>
      <dc:date>2005-07-28T14:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592110#M556982</link>
      <description>You have covered your bases with the netconf file.  I think you just need to verify which lan card you are actually plugged into on the machine.&lt;BR /&gt;&lt;BR /&gt;Are you sure you are hooked into lan0 and not into lan1?&lt;BR /&gt;&lt;BR /&gt;What happens if you do an 'ifconfig lan1'?  What happens if you change lan0 to lan1 in /etc/rc.config.d/netconf and then do 'net stop' and 'net start' again?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 14:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592110#M556982</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-07-28T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592111#M556983</link>
      <description>then lets try configuring the lan0 or lan 1 (whichever you wish) on the fly:&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0 inet 172.31.1.33 netmask 255.255.252.0 up&lt;BR /&gt;&lt;BR /&gt;at this point if you run &lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;you should see the interface with the assigned ip address, netmask and so on.&lt;BR /&gt;&lt;BR /&gt;is it like that or you are still having problems ?</description>
      <pubDate>Thu, 28 Jul 2005 14:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592111#M556983</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-28T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592112#M556984</link>
      <description>When I did ifconfig lan0 inet 172.31.1.33 netmask 255.255.252.0 it failed with an odd error.  &lt;BR /&gt;And that got me thinking about the netmask, and I remembered that on HPUX 11.00, which this machine is, it does not allow you to use any netmask that is not exactly class a, class b, or class c.  This is turned off with an NDD setting.  Once I used the command:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_check_subnet_addr 0&lt;BR /&gt;&lt;BR /&gt;to turn off the checking function, the interface came up and worked fine.  Thanks very much, and time to go assign points. :)&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jul 2005 15:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592112#M556984</guid>
      <dc:creator>Ron Levy</dc:creator>
      <dc:date>2005-07-28T15:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke new network setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592113#M556985</link>
      <description>it may be a good idea to store this ndd setting in /etc/rc.config.d/nddconf file, if you have not done it already.</description>
      <pubDate>Thu, 28 Jul 2005 16:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invoke-new-network-setup/m-p/3592113#M556985</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-28T16:10:03Z</dc:date>
    </item>
  </channel>
</rss>

