May 28, 2003 #1 pdoug76 MIS Joined May 28, 2003 Messages 12 Location 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.
May 28, 2003 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR 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. Upvote 0 Downvote
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.
May 28, 2003 #3 MaxKnight Programmer Joined May 23, 2003 Messages 14 Location AU Don't forget to fix /etc/hosts after modifying IP, sometimes it leaves a mess. Upvote 0 Downvote
May 29, 2003 Thread starter #4 pdoug76 MIS Joined May 28, 2003 Messages 12 Location US i changed the ipaddress in the etc/tcp anc cleaned up the etc/hosts should i reboot the system Upvote 0 Downvote
May 30, 2003 #5 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Yes, a reboot will be preferable. However, a Code: tcp stop; tcp start will be perhaps sufficient. Hope This Help PH. Upvote 0 Downvote
Yes, a reboot will be preferable. However, a Code: tcp stop; tcp start will be perhaps sufficient. Hope This Help PH.