HP: Subnet mask problem

Title:

HP: Subnet mask problem

Author:

Douglas O’Leary <dkoleary@olearycomputers.com>

Description:

HP: Subnet mask problem

Date created:

06/2005

Date updated:

06/2005

Disclaimer:

Standard: Use the information that follows at your own risk. If you screw up a system, don’t blame it on me…

Apparently, a problem exists under HPUX when attempting to configure two subnets (using 128 as the netmask)

Two possible solutions:

  1. Kernel update:

    /usr/bin/adb -w /stand/vmunix \
    /dev/kmem >> /tmp/adb_log 2>&1 << end
    check_bcast_addr/W 0
    check_bcast_addr?W 0
    end
    
  2. nettune:

    /usr/contrib/bin/nettune -s ip_check_subnet_addr 0
    

I haven’t tried either solution yet…