- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to save 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
10-28-2008 01:58 AM
10-28-2008 01:58 AM
Dears,
I use ifconfig lan0 ---------netmask ---------broadcast------------ to set my ip address by when i restart the system the ip address disappear.
Can someone tell me what iam doing wrong?
Or how i can save it permentatly.
PLS.
Nadine
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:02 AM
10-28-2008 02:02 AM
SolutionTo make it permanent, you need to set it in the config file: /etc/rc.config.d/netconf.
You will see something like this:INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="120.2.2.12"
SUBNET_MASK[0]="0xffff0000"
BROADCAST_ADDRESS[0]="130.1.255.255"
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
Make the appropriate changes and they will carry through restart after restart.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:04 AM
10-28-2008 02:04 AM
Re: Unable to save ip address
You need to make the changes in the file
/etc/rc.config.d/netconf manually - using vi editor.
Or, you can use SAM to do the changes which will update the mentioned file along with changing the currently assigned ip address.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:06 AM
10-28-2008 02:06 AM
Re: Unable to save ip address
Hi Nadine
Because the configuration has not updated in /etc/rc.config.d/netconf
If you are configuring lan using ifconfig command you may need to update netconf file manually (for keeping permenanent)
Configure the lan using SAM ,so it will update the /etc/rc.config.d/netconf file.
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 02:27 AM
10-28-2008 02:27 AM
Re: Unable to save ip address
Thanks i will do that and get back to you.
Nadine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2008 03:14 AM
10-28-2008 03:14 AM
Re: Unable to save ip address
Dears,
Thanks is working now.
:) Nadine