- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- subnetting
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
05-18-2001 12:39 AM
05-18-2001 12:39 AM
How can i set up a subnet like 255.255.128.0 on 10.20 and 11.00.
Can you please specify clearly the procedure because neither with sam nor modifying the network configuration file we can fix the problem
Federico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 01:31 AM
05-18-2001 01:31 AM
Re: subnetting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 01:34 AM
05-18-2001 01:34 AM
Re: subnetting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 01:41 AM
05-18-2001 01:41 AM
Re: subnetting
11.00:
# ndd -set /dev/ip ip_check_subnet_addr 0
Add an entry to /etc/rc.config.d/nddconf to disable subnet checking at boot time.
10.20:
# nettune -s ip_check_subnet_addr 0
You'll have to include this line in a boot script (e.g. /sbin/init.d/net) to set this param at boot time.
Hope this helps.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 02:43 AM
05-18-2001 02:43 AM
Re: subnetting
Take interface down
# ifconfig
Configure it up
# ifconfig
eg
# ifconfig lan0 down
# ifconfig lan0 172.19.100.23 netmask \ 255.255.128.0 up
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 02:54 AM
05-18-2001 02:54 AM
Re: subnetting
ip_check_subnet_addr seems to be not supported ( ndd -h unsup -> shows it)
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 03:46 AM
05-18-2001 03:46 AM
Re: subnetting
What is your current patch level? Some ndd options only work after applying patches (ip_ire_gw_probe, for instance).
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 04:07 AM
05-18-2001 04:07 AM
Re: subnetting
Our HP-UX extension Pack is B.11.00.45.
If you try to run :
ndd -h sup
Are there ip_check_subnet_addr and ip_ire_gw_probe ?
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 05:12 AM
05-18-2001 05:12 AM
SolutionLike the man page says:
"Display all the unsupported tunable parameters.This set of parameters are not supported by HP and modification of these tunable parameters are suggested nor recommended. Setting any unsupported tunable parameters on your system may result in adverse effects to your networking operations."
Hope this helps.
Vincent.
ps. In order to get ndd up-to-date, install the latest ARPA Transport and STREAMS patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 05:18 AM
05-18-2001 05:18 AM
Re: subnetting
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 05:22 AM
05-18-2001 05:22 AM
Re: subnetting
Your /etc/rc.config.d/netconf file should look something like the following. I personally would manually edit it rather than relying on SAM to get it correct.
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=1.2.3.4
SUBNET_MASK[0]=255.255.128.0
BROADCAST_ADDRESS[0]=1.2.127.255
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
or
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=100.150.200.4
SUBNET_MASK[0]=255.255.128.0
BROADCAST_ADDRESS[0]=100.150.255.255
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
Notice the difference in the Broadcast address depending on the address of the 3rd IP bit.
Also don't forget that everything on your network will need ammending to reflect the new subnet masks and depending on the IP address they may now need a route entry