- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Lan card configuration problem !!!
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
03-21-2002 10:22 AM
03-21-2002 10:22 AM
Lan card configuration problem !!!
After configuring the second lan interface (lan1)and making required changes in the netconf and driver files, I stopped and then started the network services. But I get the following error message.
=======================================
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 10.17.254: gateway 10.17.255.254: Network is unreachable
==========================================
Any suggestions ...........
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:25 AM
03-21-2002 10:25 AM
Re: Lan card configuration problem !!!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:27 AM
03-21-2002 10:27 AM
Re: Lan card configuration problem !!!
How did you restart the network services ? Is the lan1 configured and up now ?
Did you try using the ifconfig command ?
# ifconfig lan1
# ifconfig lan1 up
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:44 AM
03-21-2002 10:44 AM
Re: Lan card configuration problem !!!
If not try to reset it through lanadmin. Through lanadmin you can reset any specific NIC.
What your ioscan is showing against that hardware address? Is it showing claimed?
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:44 AM
03-21-2002 10:44 AM
Re: Lan card configuration problem !!!
Please see the attachment with the changes I made for both the cards.
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:48 AM
03-21-2002 10:48 AM
Re: Lan card configuration problem !!!
Yes, it shows as claimed when using ioscan and also the interface is up.
FYI
Card is PCI 10/100Base-TX
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:53 AM
03-21-2002 10:53 AM
Re: Lan card configuration problem !!!
Check this out:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f768606513169e9146/screen=ckiDisplayDocument?docId=200000050068082
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 11:08 AM
03-21-2002 11:08 AM
Re: Lan card configuration problem !!!
It seems that the problem is with your broadcast address and subnet mask.
Just check it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 03:44 PM
03-21-2002 03:44 PM
Re: Lan card configuration problem !!!
IP_ADDRESS[0]="10.184.5.37"
SUBNET_MASK[0]="255.248.0.0"
BROADCAST_ADDRESS[0]="10.191.255.255"
INTERFACE_STATE[0]="up"
DHCP_ENABLE[0]=0
INTERFACE_NAME[1]="lan1"
IP_ADDRESS[1]="10.17.254.8"
SUBNET_MASK[1]="255.255.255.0"
BROADCAST_ADDRESS[1]="10.17.254.255"
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]="255.248.0.0"
ROUTE_GATEWAY[0]="10.191.255.254"
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
ROUTE_DESTINATION[1]="net 10.17.254"
ROUTE_MASK[1]="255.255.255.0"
ROUTE_GATEWAY[1]="10.17.255.254"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
IIRC, when an interface is ifconfig'd, it will automagically add the local net route, which means that your ROUTE_*[1] is redundant - the config info for th elan1 interface should already create that route to the 10.17.254 net.
Ignoring that, your ROUTE_COUNT[1] is bogus - that route is through a machine-local IP address, which means the count should be 0. A count of one or more is only used when the gateway is another system on the same LAN segment. However, you specify 10.17.255.254 as the ROUTE_GATEWAY[1] IP which is _not_ a local IP address. Perhaps you have the destination and gateway IPs reversed? Is the destination suppsed to be 10.17.255 and the gateway the local 10.17.254.254?
I also tend to let ifconfig figure-out the broadcast address based on the ip and subnetmask so I don't put that in...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:13 PM
03-21-2002 07:13 PM
Re: Lan card configuration problem !!!
Rick is right on (as usual). Delete the route [1] stanza for "net 10.17.254". ifconfig will add a route to the directly connected net.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 12:12 AM
03-22-2002 12:12 AM
Re: Lan card configuration problem !!!
Thanks for your valuable suggestions. But I am still far from resolving my problem. I have again done all the required changes as per the inputs but still the problem persists. This time there is no error but I am not able to ping the server from any PC in other subnet.And I am able to ping the gateway of the second lan card. There is no communication problem.
FYI
lan1 details :-
IP address - 10.17.254.8
Gateway - 10.17.254.254
Subnet - 255.255.255.0
Any suggestions ..........
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 12:22 AM
03-22-2002 12:22 AM
Re: Lan card configuration problem !!!
this is the line taken from your netconf file
ROUTE_GATEWAY[1]="10.17.255.254"
surely it should be
ROUTE_GATEWAY[1]="10.17.254.254"
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 12:51 AM
03-22-2002 12:51 AM
Re: Lan card configuration problem !!!
This change was already done and tested . But still there is no luck.
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 02:01 AM
03-22-2002 02:01 AM
Re: Lan card configuration problem !!!
Have you restarted the system atleast once after doing all these change?
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 03:38 AM
03-22-2002 03:38 AM
Re: Lan card configuration problem !!!
No, but I have restarted the network services using "./net start" under /sbin/init.d.
Do you think reboot will solve the problem.
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 04:32 AM
03-22-2002 04:32 AM
Re: Lan card configuration problem !!!
If you have got the error
"ERROR: Failed to add route entry because its interface is not yet initialized." still when doing "net start" then better to restart.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 04:36 AM
03-22-2002 04:36 AM
Re: Lan card configuration problem !!!
I agree with the reboot after all the changes at least we know exactly were we are coming from if there is still a problem.
we will get there eventually.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 07:59 AM
03-22-2002 07:59 AM
Re: Lan card configuration problem !!!
After making the latest changes, when I executed "net start" there was no error which I got initially.
Anyway, now I will reboot the server and see what happens.
Thanks
Venkata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 01:10 AM
12-24-2002 01:10 AM
Re: Lan card configuration problem !!!
enter ppa lan#
reset
ip route add default XXX.XXX.XXX.XXX 1
then slove that problem