- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ip address change
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
06-26-2003 11:02 AM
06-26-2003 11:02 AM
Failed to add route entry because its interface is not yet initialized. My need to add this route entry with a route command after the interface is up: add net default: gateway 10.20.5.1: Netwrok is unreachable.
Where does it want a route added?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 11:07 AM
06-26-2003 11:07 AM
Re: ip address change
route add default
It wants the route added in the route table.
HTH,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 11:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 11:09 AM
06-26-2003 11:09 AM
Re: ip address change
In general after making a change to netconf, I reboot the box.
That is the only way to be sure the change will take properly.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 11:13 AM
06-26-2003 11:13 AM
Re: ip address change
#set_parms ip_address and change the other required parameters like gateway etc. Then you should be good to go !!
HTH,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 11:14 AM
06-26-2003 11:14 AM
Re: ip address change
Looks like your interface is not in the same subnet as of your router. Post your netstat -in output. Replace the IP address with some dummy entreis (like replace 10.20 with xx.yy). Or try this way.
From the console
#/sbin/init.d/net stop
#netstat -in
(find out all the interfaces that are still have IP addresses)
#ifconfig lanx unplumb (replace x with the ppa that found in the above step except lo0)
#netstat -in (verify there is nothing but the loop back)
#/sbin/init.d/net start
#netstat -in (to verify the interfaces)
#netstat -rn (to verify the routing tables)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 01:53 PM
06-26-2003 01:53 PM
Re: ip address change
Try to clean the routing tabel by
route delete
and then start the net service.
Also check that you configure ok your netconf file.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 05:06 PM
06-26-2003 05:06 PM
Re: ip address change
I think it's a straight way to set default route in /etc/rc.config.d/netconf file!
There are example entries, just modify it according the rule!
Reboot is recommended after the modifying!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 05:58 PM
06-26-2003 05:58 PM
Re: ip address change
It's other good and clear way more than other method to chage your network related setting that IP and Gateway.
try it using these commands ;
# set_parms ip_address
# set_parms addl_netwrk
Sincerly~
patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 01:07 AM
06-27-2003 01:07 AM
Re: ip address change
and also check the parameter in netconf file, and also u check the hostname in /etc/hosts file and netconf file
2.) If u entry correct than check the entry for routing in /etc/rc.config.d/netconf
3.) If it is correct than try first remove the rouote entry and try to boot the system without route entry
4.)If it work successful then u give the route entry