- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot configure lan0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 01:42 PM
10-09-2002 01:42 PM
Cannot configure lan0
I've just installed HP-UX11 on an HPB2000 machine. The machine has a network card built into the motherboard and one in a slot. The one in the slot does not appear to be working (none of the lamps light). I believe this card had worked prior to the installation, so maybe I have to configure it somehow. Anyway, the onboard network card was discovered as lan0 and I am able to use it but I am having a problem setting up its parameters. Originally, I did not set up a gateway or use DHCP. I just assigned it an address of 10.0.0.5. Once the machine booted and I logged in, I checked the netconf file and can see the IP address 10.0.0.5 and a subnet mask of 255.0.0.0. I am able to ping localhost and 10.0.0.5 as well as my gateway at 10.0.0.1, so it appears the network card is configured "ok."
The problem occurs when I try to change the subnet mask to 255.255.255.0 - the machine hangs and I have to use the power switch to reboot it. Also, if I turn on DHCP the same thing happens.
When the machine reboots, I get a fail * on the lan and then it hangs trying to load something for NFS. I skip out of the boot process and modify the netconf file, and I am able to boot up the machine again. From my little knowledge about networking, I am not doing anything wrong. All the Windows machine on my local network are in the 10.0.0 network and use 255.255.255.0 for the subnet mask...and use DHCP. Since I'm new to UNIX, I'm wondering if I am missing something basic here. Thanks for any clues.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:10 PM
10-09-2002 02:10 PM
Re: Cannot configure lan0
How are you trying to change the subnet mask? Are you using set_parms?
set_parms addl_netwrk
that will fire up a little interface that will directlry address changing subnet mask... try that if you have not already.
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 02:21 PM
10-09-2002 02:21 PM
Re: Cannot configure lan0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 03:19 PM
10-09-2002 03:19 PM
Re: Cannot configure lan0
I am using set_parms addl_netwrk
"It appears that the appropriate 'btlan?' driver may not be installed into your kernel. In the output of 'ioscan -fnkC lan' does the card appear as 'UNKNOWN'? "
It looks like it has found the btlan3 driver. results of ioscan are:
lan 0 10/0/12/0 btlan3 /dev/ether0 CLAIMED inerface ethernet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 04:45 PM
10-09-2002 04:45 PM
Re: Cannot configure lan0
Perhaps the trick was disabling the lan first, although that doesn't seem like the cause of my problems. At least it is working now.
Thank you for responding to my question!
Regards,
=^..^=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2002 05:39 PM
10-09-2002 05:39 PM
Re: Cannot configure lan0
alert!
set_parms -- sucks and should be discarded by HP or at least rewritten to actually work! It's most likely just writing garbage to your netconf file. You need to manually modify this information and then reboot (to be safe).
and just because something works in windoze doesn't mean it's supposed to work that way.
As for proper networking masks, consult your networking expert that knows the rules your routers/switches have inuse.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:42 AM
10-11-2002 06:42 AM
Re: Cannot configure lan0
you can disable subnet checking by editting /etc/rc.config.d/netconf with the following 3 lines:
TRANSPORT_NAME[x]=ip
NDD_NAME[x]=ip_check_subnet_addr
NDD_VALUE[x]=0
where x represents the next available index
The reason you do not see the second card, is probably because the driver is not installed. You need to install the driver for the card from you appplication cd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 08:16 AM
10-11-2002 08:16 AM
Re: Cannot configure lan0
I think I'm set on this issue.
Regards,
=^..^=