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-2002 04:46 AM
11-10-2002 04:46 AM
netmask
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2002 06:04 AM
11-10-2002 06:04 AM
Re: netmask
There is file in
/etc/rc.config.d/netconf
you can update netmask
in that file.
Sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2002 02:15 PM
11-10-2002 02:15 PM
Re: netmask
How did you attempt to change the netmask? What was the error message??
Are you making the changes using ifconfig, route, or in the /etc/rc.config.d/netconf file?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 04:11 AM
11-11-2002 04:11 AM
Re: netmask
Set the ndd tunable parameter ip_check_subnet_addr to 0 in your /etc/rc.config.d/nddconf file. You can also set this param at runtime with 'ndd -set /dev/ip ip_check_subnet_addr 0'.
My guess is that you're trying to use a network mask which has less mask bits than the default mask for the ip address class. In order to be able to supernet, you'll have to modify the ndd parameter.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 06:02 AM
11-11-2002 06:02 AM
Re: netmask
KBRC00001356
http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=text&searchString=+KBRC00001356&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=38&search.y=9
Thanks