|
SCO is not like most versions of Linux. Network changes force a kernel relink since network drivers on in the kernel.
The IP address need to be at the <......>.
So line:
/etc/route add default <ip address of your network's router / firewall>
should look like
/etc/route add default 192.168.0.2
|