- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing netmask of primary lan
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
07-16-2002 10:49 AM
07-16-2002 10:49 AM
Changing netmask of primary lan
Like, with sam? I'm on a v2500, running 11.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:51 AM
07-16-2002 10:51 AM
Re: Changing netmask of primary lan
I think you will need to reboot. Plan for it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:54 AM
07-16-2002 10:54 AM
Re: Changing netmask of primary lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:57 AM
07-16-2002 10:57 AM
Re: Changing netmask of primary lan
You can change the subnet mask, by
# set_parms ip_address ( change the subnet mask )
You have to reboot but still you can try....
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:58 AM
07-16-2002 10:58 AM
Re: Changing netmask of primary lan
ifconfig lan0 xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx
Make modifications to /etc/rc.config.d/netconf
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:59 AM
07-16-2002 10:59 AM
Re: Changing netmask of primary lan
set_parms ip_address
However, if I remember correctly, this will prompt for a reboot.
I would attempt my first suggestion.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 11:00 AM
07-16-2002 11:00 AM
Re: Changing netmask of primary lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 11:01 AM
07-16-2002 11:01 AM
Re: Changing netmask of primary lan
SAM--->netwroking and communciations--->Netwrok interface cards--->select the card --->Actions--->Modify
This woul defianately require a stop and start of netwrok connection.
set_params ip_address is also another way to do it.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 11:02 AM
07-16-2002 11:02 AM
Re: Changing netmask of primary lan
Or make the changes in the /etc/rc.config.d/netconf file,
NETMASK(0)=xxx.xxx.xxx.x
Run /sbin/init.d/net start
The netmask value will get automatically changed.
#ifconfig lan0
Will show the new netmask value..
REBOOT is not required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 10:14 PM
07-16-2002 10:14 PM
Re: Changing netmask of primary lan
Yes you can alter it :
ifconfig lanx ip-addrss netmask masknr up
will do the trick , however bear in mind that doing this will actually reset the lancard software wise ... this means outstanding connection on the card migh just hang as the previous IP has no link to a card (this is debatable as you don't change ip range only netmask ) , further you might have to clean up the routing table if you new address resides in another portion of the netmasked network (this only applies if you actualy start subnetting) , perform netstat -rn to see the routes in there and get rid of the old route for your lancard , also make sure to adapt the /etc/rc.config.d/netconf file to make sure on following reboot you have the new netmask standard set , if anything else springs to mind i'll post it also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 11:34 PM
07-16-2002 11:34 PM
Re: Changing netmask of primary lan
better way is to go through SAM, and u no need to reboot.
regds