- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to get back my previous IP address ??
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
04-11-2003 03:27 AM
04-11-2003 03:27 AM
how to get back my previous IP address ??
But today I could not changed the IP address back to 192.0.0.8. In the SAM, it gives the warning the it is an "INVALID IP ADDRESS".
What can I do to get back to the old IP address of 192.0.0.8. My company's entire network is on 192.0.0.x range.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 03:32 AM
04-11-2003 03:32 AM
Re: how to get back my previous IP address ??
"/sbin/set_parms ip_address"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 03:34 AM
04-11-2003 03:34 AM
Re: how to get back my previous IP address ??
ux001:/sbin# set_parms
Usage: set_parms
Where
hostname
timezone
date_time
root_passwd
ip_address
addl_netwrk
or initial (for entire initial boot-time dialog sequence)
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 03:41 AM
04-11-2003 03:41 AM
Re: how to get back my previous IP address ??
you can allways do the changes in the config files .
edit /etc/rc.config.d/netconf and change the ip adress of your system to your ip that it was .
after that you can try to run /sbin/init.d/net stop and start ( in the console ) .
if it will not work just reboot the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 03:54 AM
04-11-2003 03:54 AM
Re: how to get back my previous IP address ??
do a /sbin/init.d/net stop and
try changing the ip address from sam.
alternatively use set_parms network.
and then start the net service.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 05:15 AM
04-11-2003 05:15 AM
Re: how to get back my previous IP address ??
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 05:17 AM
04-11-2003 05:17 AM
Re: how to get back my previous IP address ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 05:17 AM
04-11-2003 05:17 AM
Re: how to get back my previous IP address ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 06:10 AM
04-11-2003 06:10 AM
Re: how to get back my previous IP address ??
ndd -set /dev/ip ip_check_subnet_addr 0
will let you reassign your old address. To ensure it stays after a reboot you need to modify /etc/rc.config.d/nddconf to add:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0
(If you already have entries in nddconf then use the next highest integer for the number in the brackets.)
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2003 12:43 AM
04-13-2003 12:43 AM
Re: how to get back my previous IP address ??
make sure the sunet mask is proper , use the set_parms to change the IP address