- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to connect to network
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-19-2002 05:24 AM
11-19-2002 05:24 AM
Attached is my current netconf file. Do I need a patch due to the split in my sub-network ???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 05:29 AM
11-19-2002 05:29 AM
Re: Unable to connect to network
ifconfig lan0
ifconfig lan1
netstat -in
netstat -rn
give you?
do they match what you want?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 05:41 AM
11-19-2002 05:41 AM
Re: Unable to connect to network
Take a look at the "ndd" man page and especially the "ip_check_subnet_addr" parameter. You might need to install patches in order to make ndd work.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 05:43 AM
11-19-2002 05:43 AM
Re: Unable to connect to network
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 06:06 AM
11-19-2002 06:06 AM
Re: Unable to connect to network
# ndd -set /dev/ip ip_check_subnet_addr 0
# ifconfig lan1 135.196.66.22 netmask 255.255.255.192 up
If this actually works, you should add the "ip_check_subnet_addr" parameter to /etc/rc.config.d/nddconf so it will be set to 0 at boot time.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 06:23 AM
11-19-2002 06:23 AM
Solutionrun : 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[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
If it still doesn't work you need to get the NDD and ARPA patches:
PHNE_26125 for NDD
PHNE_21767 or 27886
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 06:31 AM
11-19-2002 06:31 AM
Re: Unable to connect to network
there is a conflict in tour question,
if you did the cold install you wouldn't get any file of the previous ones. You are saying file is same as before the upgrade, i.e you have done the upgrade not the cold installation. As per this forum opinion cold installation is prefered over upgrade which gives you the cleaner environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 07:17 AM
11-19-2002 07:17 AM
Re: Unable to connect to network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 07:37 AM
11-19-2002 07:37 AM
Re: Unable to connect to network
HOSTNAME=unix1
/sbin/rc1.d/S320hostname sets your hostname to that specified in netconf when you boot. Verify the symlink exists and points to /sbin/init.d/hostname.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 07:39 AM
11-19-2002 07:39 AM
Re: Unable to connect to network
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 02:41 PM
11-19-2002 02:41 PM
Re: Unable to connect to network
HOSTNAME="unix1"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
If it still doesn't work:
See what the DNS thinks about your hostname:
nslookup unix1
perhaps there is another machine with the same name?
You might try a different name say "unix1a" or something like that just to see if that works.
/sbin/init.d/hostname
is what normally sets it based on what it finds in the /etc/rc.config and in the files in the rc.config.d directory. You could probably do:
/sbin/init.d/hostname unix1
or
uname -S unix1
and see what it says. The error message might tell you what's wrong.
There is a binary file at
/usr/bin/hostname which is what responds when you just type
hostname
Don't know how it works.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 10:50 AM
11-20-2002 10:50 AM
Re: Unable to connect to network
However, 11i does default to the contemporary subnetmask conventions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 06:50 PM
02-16-2006 06:50 PM