Operating System - HP-UX
1834817 Members
2567 Online
110070 Solutions
New Discussion

How to change the ip address of a server permently on lan0

 
SOLVED
Go to solution
Grayh
Trusted Contributor

How to change the ip address of a server permently on lan0

How to change the ip address of a server permently on lan0
5 REPLIES 5
Torsten.
Acclaimed Contributor
Solution

Re: How to change the ip address of a server permently on lan0

Hi,

very easy way:

# set_parms ip_address

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Andres_13
Respected Contributor

Re: How to change the ip address of a server permently on lan0

Also you can use SAM, altough i don't recomend, it is possible this way too.

Regards!
Steven E. Protter
Exalted Contributor

Re: How to change the ip address of a server permently on lan0

Shalom,

vi /etc/rc.config.d/netconf

Do not make a backup copy in the same directory they will both get read and you will have no networking next boot.

Update company dns and /etc/hosts networking.

Restart system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Grayh
Trusted Contributor

Re: How to change the ip address of a server permently on lan0

that's done!!!
Grayh
Trusted Contributor

Re: How to change the ip address of a server permently on lan0

thank u