- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- subneting on HP-UX 10.20
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
02-20-2001 06:05 AM
02-20-2001 06:05 AM
subneting on HP-UX 10.20
I'm trying to set network mask 255.255.255.128 on HP-UX 10.20 box with C-class address - 192.12.140.132. I know it means 0 subnets, but it works on another systems. Does anybody know any workaround for HP-UX 10.20 ?
Thank you in advance!
Best regards,
Roman
> The specific Subnet Mask ("255.255.255.128") is invalid. Either it
> lacks one or more bits that must be pressent in class A network
> ("255.255.255.0"), based on the address class of the internet
> address("192.12.140.132"), pr it contailns ano additional subnet bit.
> A netmask must be either equal the default mask for the internet
> address class, or include two or more additional subnet bits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 06:26 AM
02-20-2001 06:26 AM
Re: subneting on HP-UX 10.20
Are u sure other systems on whose this works fine are C-class systems?.
Cheers....
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 06:29 AM
02-20-2001 06:29 AM
Re: subneting on HP-UX 10.20
nettune -s ip_check_subnet_addr 0
For 10.X, nettune changes do not do not survive reboots! Create a startup file in /sbin/rc2.d yypically /sbin/rc2.d/S341nettune that runs the nettune(s) that you need.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 08:59 AM
02-20-2001 08:59 AM
Re: subneting on HP-UX 10.20
Thank you again!
Roman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 09:46 AM
02-20-2001 09:46 AM
Re: subneting on HP-UX 10.20
Berlene