The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SCO
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-22-2008
uxlunatick uxlunatick is offline
Registered User
 

Join Date: Aug 2006
Posts: 30
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
Reply With Quote