1829901 Members
2668 Online
109993 Solutions
New Discussion

subneting on HP-UX 10.20

 
rx71
Advisor

subneting on HP-UX 10.20

Hello,

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.
#include
4 REPLIES 4
Satish Y
Trusted Contributor

Re: subneting on HP-UX 10.20

Why don't u try with netmask 255.255.255.192?

Are u sure other systems on whose this works fine are C-class systems?.

Cheers....
Satish.
Difference between good and the best is only a little effort
Berlene Herren
Honored Contributor

Re: subneting on HP-UX 10.20

You can disable subnet checking with a nettune parameter.

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
http://www.mindspring.com/~bkherren/dobes/index.htm
rx71
Advisor

Re: subneting on HP-UX 10.20

It works on Linux, Tru64 Unix, Solaris, also Cisco boxes. I will try nettune, but I can't find it - is it in any patch ?

Thank you again!
Roman
#include
Berlene Herren
Honored Contributor

Re: subneting on HP-UX 10.20

take a look under /usr/bin/contrib or you may have to apply the ARPA patch to get this functionality.

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm