- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 10.20: A 10.0.0.0 will not subnet to a /24 Class...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
04-18-2001 07:30 AM
04-18-2001 07:30 AM
10.20: A 10.0.0.0 will not subnet to a /24 Class C address.
I'm using HP-UX v10.20 and I am having trouble setting the IP Address of a NIC to 10.0.0.250 with a subnet mask of 255.255.255.0
If I leave the subnet mask 255.0.0.0, it accepts the settings and works perfectly.
I know this is an issue with HPUX v10.20 (RFC standards bla bla) and that in version 11 it has been resolved, but in this case I need to use 10.20.
Is there a workaround for this issue???
(I've heard there may be a way using nettune?)
Thanks in advance for all your help
Trent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 07:50 AM
04-18-2001 07:50 AM
Re: 10.20: A 10.0.0.0 will not subnet to a /24 Class C address.
Also use 10.1.152.0 mask 255.255.252.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 08:14 AM
04-18-2001 08:14 AM
Re: 10.20: A 10.0.0.0 will not subnet to a /24 Class C address.
Many routers do not like subnet portion of the IP address to contain all zero bits nor all one bits. A 10.0.0.0 network subnetted to 255.255.255.0 means that the middle two octets are the subnet bits and all 16 are zero with 10.0.0.250. You can use ndd(1m) to allow these addresses to be used:
ndd -set /dev/ip ip_check_subnet_addr 0
will allow the subnet bits to be all ones or zeros. Note that according to the man page for ndd, setting the ip_check_subnet_addr is not recommended and is not supported. While you may be able to set these addreses on the interface, they may not work correctly with other software/hardware.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 08:59 AM
04-18-2001 08:59 AM
Re: 10.20: A 10.0.0.0 will not subnet to a /24 Class C address.
any other ideas??
Thanks
Trent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 12:22 AM
04-19-2001 12:22 AM
Re: 10.20: A 10.0.0.0 will not subnet to a /24 Class C address.
Have you tried "nettune"? Issue "nettune -h" to get information about settings and objects.
Vincent