- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problems linking to netowork
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
Discussions
Discussions
Discussions
Forums
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
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-02-2001 01:55 AM
тАО03-02-2001 01:55 AM
On boot - configure lan interface: failes.
When ws is up, i tried to ping, but i can only ping and telnet to ws of my subnet. If i try to ping a ws out of my subnet i have:
PING host: 64 byte packets.
If i try a telnet:
Trying....
telnet: Unable to connect to remote host: Network is unreachable.
I have configured /etc/rc.config.d/netconf and namesvrs. Gateway and subnet mask are right.
The lancard is configured. /etc/nsswitch.conf is ok. Am i missing something??
First i was using nis and everything was ok. Then we tried use nis+, but at reboot i had lot of problems and it even couldn't load CDE. I reconfigured nis, but this time it doesn't work. I tried even to take away nis and to link ws to network, but i'm having the problems above.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2001 03:02 AM
тАО03-02-2001 03:02 AM
Re: problems linking to netowork
Whenever I have had "network unreachable" errors, it has either been a subnet mask problem or a router (gateway) problem. And usually, I can still connect with the machines on my subnet.
If you made a backup of netconf in the /etc/rc.config.d directory, move it to another directory. It may still be getting read.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2001 03:22 AM
тАО03-02-2001 03:22 AM
Re: problems linking to netowork
I checked again the subnet mask and the gateway and they are correct....
I don't know what to do?? what should be the problem???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2001 06:37 AM
тАО03-02-2001 06:37 AM
Re: problems linking to netowork
Is your IP right?
Is your hostname right?
Is this info in the /etc/hosts file?
Is your DNS info right (/etc/nsswitch.conf, /etc/resolv.conf)?
Is your subnet mask right?
Is your default gateway right?
What info is shown with a netstat -rn?
More info needed, you may have to post the info from these files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2001 07:02 AM
тАО03-02-2001 07:02 AM
Re: problems linking to netowork
As Bruce stated, make sure that you don't leave a backup netconf file in /etc/rc.config.d. All config files are sourced from this directory and having a backup there will cause it to be sourced (i.e netconf.bk will be source AFTER netconf). Put the backup copy in another directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2001 07:49 AM
тАО03-02-2001 07:49 AM
Re: problems linking to netowork
Is this configured in the /etc/rc.config.d/netconf file so it is set on boot?
Sounds as if you are missing the default route entry for your routing table.
Also check and make sure you have the appropriate gateway address. Add this route entry with a metric of 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2001 03:17 AM
тАО03-05-2001 03:17 AM
Re: problems linking to netowork
Dest/Netmask Gateway Flags Use Inter Pmtu
127.0.0.1 127.0.0.1 UH 0 469 lo0 4136
172.16.159.110 172.16.159.110 UH 0 24108 lan0 4136
172.16.156.0 172.16.159.0 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lan0 4136
What is the name of the file backup of netconf?? Under /etc/rc.config.d/ there's only one netconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2001 03:21 AM
тАО03-05-2001 03:21 AM
Re: problems linking to netowork
Gateway OK
Dns OK
/etc/hosts OK
subnet_mask OK
Gateway OK
/etc/resolv.conf OK
/etc/rc.config.d/netconf OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2001 05:49 AM
тАО03-05-2001 05:49 AM
SolutionThere should be an entry that says
default 172.16.yournetwork.xxx UG
In SAM this is configured by going to the Network and Communications -> internet addresses -> and add a default gateway
You cannot use 172.16.156.0 as a gateway, it has to be at least 1.