- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- network connection error
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
11-20-2003 11:40 AM
11-20-2003 11:40 AM
network connection error
I had to set up a server at my shop to be sent to another shop. I had every thing working and went to change the ip address and gateway for the other shop.
It looked fine, and I shutdown the system.
Hooked it up in it's new home, and it booted fine.
I was able to ping a host on the same subnet.
But, the gateway was wrong. So I changed the gateway... All done thru set_parms
When I did this I could not longer ping anything but its own address.
It could not find the gateway, or the dns server, I could not ping anything.
I checked every file. I ran set_parms add_ntwk
I even ran a set_parms intial
I am still at a loss.
And YES, I do have all the correct IPs. What the heck did I do!
When I did a route -rn
I got all 5 routes, including the default.
Everything looks fine.
Any suggestions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:23 PM
11-20-2003 12:23 PM
Re: network connection error
Do you see your localhost entry in your route table? What does your /etc/rc.config.d/netconf file look like now?
I'm a big fan of editing the netconf file by hand. I've seen the netconf files get hosed up before by sam and set_parms.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:28 PM
11-20-2003 12:28 PM
Re: network connection error
127.0.0.1 if that is what you are referring to.
Well, I could have really messed up my netconf file, but I now I dont know what it is really suppose to be...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:31 PM
11-20-2003 12:31 PM
Re: network connection error
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:33 PM
11-20-2003 12:33 PM
Re: network connection error
In another building that I dont have access to, yada yada
Will try to get copy tom
How do you put on formatted PC floppy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:43 PM
11-20-2003 12:43 PM
Re: network connection error
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:47 PM
11-20-2003 12:47 PM
Re: network connection error
I am trying to fix it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:05 PM
11-20-2003 01:05 PM
Re: network connection error
Does the system have a DDS tape drive? If so, maybe you can tar off the netconf file and take it to another system where you can get to it.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 02:11 PM
11-20-2003 02:11 PM
Re: network connection error
lanadmin
lan
display
and see if the link is up.
If it is up see if you can ping something else on the local LAN. Oops you said you could before and not now. Check that you haven't somehow changed the ip address or the network mask on the interface. My suspicion is that your gateway does not want to reply to pings and dead gateway detection has turned off the gateway.
ndd /dev/ip ip_ire_gw_probe_interval 0
Then remove the default gateway with route delete and add it back with route add.
then if that fixes your problem add the setting to /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe_interval
NDD_VALUE[0]=0
Another possibility is the subnet violates an old RFC.
ndd -set /dev/ip ip_check_subnet_addr 0
to make it happy with subnet zero.
You will want to edit /etc/rc.config.d/nddconf to permanently disable it:
TRANSPORT_NAME[1]=ip
NDD_NAME[1]=ip_check_subnet_addr
NDD_VALUE[1]=0
If the link is down then there are the usual suspects: bad cable, bad port on hub/switch, VLAN wrong, security on switch, cable plugged into the wrong NIC, bad hub/switch.
If all else fails post your /etc/rc.config.d/netconf (suitably changed to hide the first three octaves with A.B.C. if you like)
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 08:51 PM
11-20-2003 08:51 PM
Re: network connection error
Put the right IP address and gateway in the /etc/rc.config.d/netconf file
Then restart the service
Then u check it out
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 02:20 AM
11-21-2003 02:20 AM
Re: network connection error
If the real default has a high one, and some bogus one out there has a low one, you can get into a situation where all packets outside the local seg. go for the low metric, whether it can forward them or not.
But Your local pings should still work in a case like this, unless there is a bogus route to your local segment via a segment you can't get to.
If you remove the gateway / routes. can you ping other hosts on same segment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 02:57 AM
11-21-2003 02:57 AM
Re: network connection error
To give points, it is a MORAL OBLIGATION
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:07 AM
11-21-2003 03:07 AM
Re: network connection error
Right now I am in a holding pattern, stuck at one building and having the sever in another building. So when I get over there and sort out all the information that people have helped out on, then I will distribute the points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 07:55 AM
11-26-2003 07:55 AM
Re: network connection error
Very good learning experience...
After trying to get the network up, and fiddled with the netconf file, and then my maching was doing an endly loop of powering on and off.
Back to the drawing board...
I reinstalled the OS thinking I buggered up the netconf file... YIKES
Still no go...
After trials and tribulations, I light went on...
I needed to contact the support specialist of the switch that I plugged into, and get him to activate the port!!!
Turns out I had everything right!
Thanks everyone for your help!