Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
IP address change
Name: Scott Date: February 1, 2002 at 05:18:48 Pacific
Comment:
I have not used Unix before. I have inherited a sco unix server and need to change the IP address on it. Is there a way I can do this without causing much dismay to the users?
Name: Beaker Date: February 1, 2002 at 10:08:54 Pacific
Reply:
type "man ipconfig" and read all about it.
Basic format is ipconfig [interface protocol params addrs]
where interface = typically the nic protocol = defaults to tcp parameters = see the man page addresses = hostname
0
Response Number 2
Name: Wallace Date: February 2, 2002 at 23:55:08 Pacific
Reply:
2 Ways:
1. edit the /etc/hosts file to reflect the new IP address and reboot the system (with reboot or init 6)
2. ifconfig I believe the 2nd method doesn't require a reboot, however make sure the new IP address is still present after reboot. (I think it is but not 100% sure) eg. ifconfig hme0 192.0.0.1
Summary: I am new to HP System Administration and have been tasked with changing both the IP addresses and the domain for several various HP servers. Can someone give me step by step instructions as to how to ...
Summary: Hello, does anyone know how I can display adpater config and change the IP address in AIX? I tried ifconfig and it doesn't seem to work... Louise ...
Summary: I would like to change the IP address of my Unix server running UnixWare2.1 Perhaps I'm being a bit over cautious, but could someone explain how to do it. I really don't want to mess something up. ...