- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New network configuration
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
12-20-2001 08:17 AM
12-20-2001 08:17 AM
New network configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:22 AM
12-20-2001 08:22 AM
Re: New network configuration
route add IP.IP.IP.IP netmast 255.x.x.x
to remove the old one
route -delete IP.IP.IP.IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:23 AM
12-20-2001 08:23 AM
Re: New network configuration
You can change in this file /etc/rc.config.d/netconf
Change the IP_address, netmask, and broadcast to "".
On command line
route delete default
route add default
You will lose these changes when you reboot your system
You can also use set_parms command to change ip address hostname etc..
-USA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:23 AM
12-20-2001 08:23 AM
Re: New network configuration
Also,
/etc/rc.config.d/netconf
There is a rout entry here for the default route.
You can then either stop and start inetd or reboot or
you can use command to change the route online:
route del default ....
route add default ....
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:23 AM
12-20-2001 08:23 AM
Re: New network configuration
ROUTE_GATEWAY[0]="172.30.0.1"
to whatever you new default router is.
To do this without rebooting your system do:
# route delete default
# route add default ip.of.default.router 1
But keep in mind that you'll also need to change the netconf file anyway so the route will be correct after the next reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:25 AM
12-20-2001 08:25 AM
Re: New network configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:25 AM
12-20-2001 08:25 AM
Re: New network configuration
The simple way is through SAM. Also you may edit /etc/rc.config.d/netconf file and search for the 'broadcast' !
SW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:29 AM
12-20-2001 08:29 AM
Re: New network configuration
You can do this using SAM. go to sam --> networking and communication -- > Hosts --> Local Hosts File.
Select Action --> configure default gateway from there and set the new ipaddress in the default gateway configuration.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:31 AM
12-20-2001 08:31 AM
Re: New network configuration
Also take a look at these threads,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=b739301c0e06248c35/screen=ckiDisplayDocument?docId=200000047992656
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=b739301c0e06248c35/screen=ckiDisplayDocument?docId=200000053723989
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 08:48 AM
12-20-2001 08:48 AM
Re: New network configuration
Use
#route delete
#route add default
Modify the same IP address in /etc/rc.config.d/netconf file.
Thanks.
Prashant.