SCO Openserver 5.05 add a default route
I needed to add a default route to my SCO Openserver 5.05 box. I used the following command route add default 192.168.4.3 (192.168.4.3 is the main router on my network) To make this persistent I then edited /etc/tcp, searched for the word “ifconfig” and added the line after the ifconfig statements. /etc/route add default 192.168.4.3 …