- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IP addressing 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
12-18-2003 08:05 PM
12-18-2003 08:05 PM
IP addressing problem
In HP-UX 10.20 and 11.0
I was not able to assign IP address 192.168.145.177 with subnet mask 255.255.255.128
Pls help me regarding this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:09 PM
12-18-2003 08:09 PM
Re: IP addressing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:09 PM
12-18-2003 08:09 PM
Re: IP addressing problem
:-) JOhn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:16 PM
12-18-2003 08:16 PM
Re: IP addressing problem
hope this makes sense
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:31 PM
12-18-2003 08:31 PM
Re: IP addressing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:35 PM
12-18-2003 08:35 PM
Re: IP addressing problem
255.255.255.128 is not the right subnet for the IP you are using. use the subnet as 255.255.255.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:44 PM
12-18-2003 08:44 PM
Re: IP addressing problem
Try to use this tool to calculate the subnet mask
http://www.telusplanet.net/public/sparkman/netcalc.htm
Thanks & Regards
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:56 PM
12-18-2003 08:56 PM
Re: IP addressing problem
This is a common problem. which has been resolved with 11i. Solution for 11 system edit the /etc/rc.config.d/nddconf and put the following entry in the last.
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
INSERT LINE "/usr/bin/ndd -c" after the line "usr/bin/ndd -a" in the /sbin/init.d/net.init file.
hp-ux 10.2
1. Create a text file
# vi nettune_script ---with the following line:
/usr/contrib/bin/nettune -s ip_check_subnet_addr 0
2. mv nettune_script /sbin/init.d/nettune_script
3. chmod 555 /sbin/init.d/nettune_script
4. chgrp bin /sbin/init.d/nettune_script
5. chown bin /sbin/init.d/nettune_script
6. cd /sbin/rc2.d
7. ln -s /sbin/init.d/nettune_script /sbin/rc2.d/S006subnet
This will resolve ur problem. Pls assign points accordingly.
Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:57 PM
12-18-2003 08:57 PM
Re: IP addressing problem
Saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 08:59 PM
12-18-2003 08:59 PM
Re: IP addressing problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 09:46 PM
12-18-2003 09:46 PM
Re: IP addressing problem
ndd -set /dev/ip ip_check_subnet_addr 0
Also, make sure no other interfaces are configured for usage in the 192.168 IP range. If another interface is already configured with a subnetmask which will include your subnet you try to add, it will not allow what you're trying to do. Sometimes dhcp does something like this...
'netstat -in' will show all assigned IP addresses with netmasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2003 01:45 AM
12-19-2003 01:45 AM
Re: IP addressing problem
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2004 01:00 PM
01-01-2004 01:00 PM
Re: IP addressing problem
I will agree and say that listening to ron- here before me knows the right thing as does the one he states to listen to. to all those before me, 128 is a real sub net, it is using the first bit as a used bit in the last octet of a class "C" address( i.e. 128, 64, 32, 16, 8, 4, 2, 1) - this is how a binary ip is broken down into binary. each octet has the same coresponding bits for each of the 8 places as I described which makes up the 255, way to go ron.! I am impressed!