- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems changing netmask
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
11-10-2004 08:42 PM
11-10-2004 08:42 PM
I need my IP address to be 10.0.0.182 with netmask of 255.255.0.0. to match customers existing network config.
Currently it is set to 255.0.0.0. All efforts to change via SAM result in 'network card not configured' coming back or via ifconfig I get the error 'netmask bad'.
I have even tried to set as 255.255.255.0, but get the same error messages.
Any ideas????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 08:55 PM
11-10-2004 08:55 PM
Re: Problems changing netmask
Try disabling subnet mask checking:
ndd -set /dev/ip ip_check_subnet_addr 0
To make permanent, edit /etc/rc.config.d/nddconf:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 09:24 PM
11-10-2004 09:24 PM
Re: Problems changing netmask
Have you tried to edit your /etc/rc.config.d/netconf file and reboot your machine?
Regards, MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 04:24 AM
11-11-2004 04:24 AM
SolutionShould be
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
If you already have a entries in nddconf then use the next higher interger in the brackets.
Marcel also has a point that it is simpler to make the change in
/etc/rc.config.d/netconf
and if SAM still doesn't want to work then you may have to do that. It's pretty simple.
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=10.0.0.182
SUBNET_MASK[0]="255.255.0.0"
Save the file then (assuming you are on the console) run
/sbin/init.d/net stop
/sbin/init.d/net start
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 05:57 AM
11-11-2004 05:57 AM
Re: Problems changing netmask
Thanks again for your input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 05:59 AM
11-11-2004 05:59 AM