Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing virtual IP

Status
Not open for further replies.

tovohery

Technical User
Jul 25, 2006
45
Hi all,

Could someone guide me step by step the way to change the physical and virtual IP address on AIX 5.3?

Thanks in advance.

Tovohery
 
Hi there,

to set a virtual IP:
---------------------
ifconfig "ADAPTER" "VIRTUAL IP" netmask "SUBNET MASK" alias
(e.g. ifconfig en0 10.10.22.38 netmask 255.255.255.0 alias)

to remove a virtual IP:
------------------------
ifconfig "ADAPTER" "VIRTUAL IP" delete


Regards
Thomas
 
I think with this command the change is not permanent and it loose after reboot? How to make it permanent and how to set also the physical IP?

Thanks
 
To change your physical IP use this:

chdev -a netaddr=newIP -I en#

or smitty chinet

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top