1833043 Members
2648 Online
110049 Solutions
New Discussion

Re: change address

 
SOLVED
Go to solution
juno2
Super Advisor

change address

how to change the network card ip address of HP UX 10.2 ? thx
5 REPLIES 5
Paddy_1
Valued Contributor

Re: change address

use the "ifconfig" command
if you say ifconfig then it will set to the desired ip
The sufficiency of my merit is to know that my merit is NOT sufficient
KCS_1
Respected Contributor

Re: change address

Hi,

you can make to change your machine's ip address under like that.

1)

# set_parms ip_address

2)
# edit /etc/rc.config.d/netconf


# /sbin/init.d/net stop{start}





Easy going at all.
Rita C Workman
Honored Contributor

Re: change address

If you choose to just edit files, please remember that after you change your ~netconf file you must also change your /etc/hosts file !!!!

And if your new IP has changed the subnet...ensure that your default gateway is correct as well (again in both files ~netconf & hosts).

Just a quick thought,
Rita


Sudhakar_5
Occasional Advisor

Re: change address

Hi,

Best way would be thru set_parms ip_address,this will guide to u to modify the ip of the system.U can change it even thru sam->netwrkg&comm->NIC and then select particular nic and goto actions-->modify...

Verify /etc/rc.config.d/netconf file.After that either u can reboot or restart netwok daemon by /sbin/init.d/net stop and /sbin/init.d/net start.

ATB..

sudhakar