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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to change the ip address on sco unix

Status
Not open for further replies.

pdoug76

MIS
May 28, 2003
12
US
I have a Sco unix box with ip 125.127.1.1 sub 255.255.255.0. I want to change it to a 192. ip.
 
Use
Code:
netconfig
and change the TCP/IP protocol parameters.
You can also add an alternate IP@ (an alias) with the
Code:
ifconfig
command.

Hope This Help
PH.
 
Don't forget to fix /etc/hosts after modifying IP, sometimes it leaves a mess.
 
i changed the ipaddress in the etc/tcp
anc cleaned up the etc/hosts
should i reboot the system
 
Yes, a reboot will be preferable.
However, a
Code:
tcp stop; tcp start
will be perhaps sufficient.

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top