- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need a help to configure LAN adapter
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
08-10-2003 10:07 PM
08-10-2003 10:07 PM
Need a help to configure LAN adapter
I have assisgned IP address to this lan interface ( lan0 )
But when I use lanscan command , it shows Hardware state is UP , but Interface is DOWN ,
so I have tried to UP the interface using "ifconfig lan0 up '.
But still interface shows down.
Looking forward your help to resolve this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 10:15 PM
08-10-2003 10:15 PM
Re: Need a help to configure LAN adapter
Try used landamin.Reset the Lan card.
# lanadmin
LOCAL AREA NETWORK ONLINE ADMINISTRATION, Version 1.0
Sun, Aug 10,2003 02:14:05
Copyright 1994 Hewlett Packard Company.
All rights are reserved.
Test Selection mode.
lan = LAN Interface Administration
menu = Display this menu
quit = Terminate the Administration
terse = Do not display command menu
verbose = Display command menu
Choose lan.
next change the nmid/ppa to reflect the one that you need to reset.
Next choose reset.
Good luck.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 10:32 PM
08-10-2003 10:32 PM
Re: Need a help to configure LAN adapter
When I tried to reset using lanadmin, it gives me an error.
Expected premitive 0x06, got DL_ERROR_ACK.
Unable to reset LAN interface.
Is there any way to resolve this issue ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 10:33 PM
08-10-2003 10:33 PM
Re: Need a help to configure LAN adapter
# ifconfig lan0:1 1.2.3.4 netmask 255.255.255.0 up
To activate:
# ifconfig lanX:Y 1.2.3.4 up
where "lanX" is the device name, "Y" is a number start with 1.
To deactivate:
# ifconfig lanX:Y 1.2.3.4 down
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 10:43 PM
08-10-2003 10:43 PM
Re: Need a help to configure LAN adapter
This might be a patch problem.I saw in one of the post regarding this.
May be try a linkloop command and post the output.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 12:24 AM
08-11-2003 12:24 AM
Re: Need a help to configure LAN adapter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 12:40 AM
08-11-2003 12:40 AM
Re: Need a help to configure LAN adapter
If the OS is 10.X ifconfig lan0:1 WONT work you will need to use ifconfig lan0 (as normal) & then ifalias lan0 add 193.164.192... (etc)
However try & check out the connectivity with linkloop, thi may give you a clue as to what is & is not working!!!
linkloop -i
You can get the MAC address of af a remote machine using lanscan.
If the linkloop fails you have either
a - used the command incorrectly
b - connectivity problem
c - a failed interface.
You need to use you skill & judgement to decide which!
Regards
Tim