- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP IP Subnet Mask Problem
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-22-2007 11:14 AM
02-22-2007 11:14 AM
TCP IP Subnet Mask Problem
IP: 172.20.248.45
SubMask: 255.255.248.0
255.255.0.0 works fine but 255.255.248. will not.
Does anyone know the file i need to edit to enable this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 11:41 AM
02-22-2007 11:41 AM
Re: TCP IP Subnet Mask Problem
How, exactly?
> [...] It won't accept [...]
What, the keyboard locks up, or you get an
error message, or the command (whatever it
is) has no apparent effect, or what?
What did you do? What happened when you did
it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 11:45 AM
02-22-2007 11:45 AM
Re: TCP IP Subnet Mask Problem
When using sam I can set the IP and subnet mask then hit ok. If I use the 255.255.248.0 subnet mask the nic will set the IP at 0.0.0.0. If I use 255.255.255.0 or 255.255.0.0 the IP will set correctly.
I know there is a file to edit to enable me to use the 255.255.248.0 subnet mask but I don't remember it.
It had something to do with "Enable Multi Network" in the file...if I remember right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 12:48 PM
02-22-2007 12:48 PM
Re: TCP IP Subnet Mask Problem
Please run the following command on the system:
1) Check the current value:
ndd -get /dev/ip ip_check_subnet_addr
2) Disable the subnet address check:
ndd -set /dev/ip ip_check_subnet_addr 0
Then we need to put these lines in /etc/rc.config.d/nddconf file:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 12:48 PM
02-22-2007 12:48 PM