<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Craig White wrote:
<blockquote cite="mid1204325369.24903.168.camel@cube.tobyhouse.com"
 type="cite">
  <pre wrap="">On Fri, 2008-02-29 at 22:46 +0000, Chris G wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Another minor hiccough after my move from F7 to F8, I don't get a
network default route set when I reboot the system.

I.e. I have to do:-

    route add default gw 192.168.1.1

after booting to get everything to work.

Whereabouts in the initialisation scripts should this be set and/or is
there a GUI for setting it up?
    </pre>
  </blockquote>
  <pre wrap=""><!---->----
system-config-network

Craig

  </pre>
</blockquote>
Or you can edit by hand.  In the example below, my primary interface is
eth1.  See the setting for 'GATEWAY'?  Not shown in my example is that
you can add additional routes (similar to Solaris /etc/gateways) in
/etc/.sysconfig/static-routes.  Look at /etc/init.d/network if you want
to peep under the hood...<br>
<br>
Steve<br>
<br>
---<br>
[root@imladris MyTV]# cat /etc/sysconfig/network-scripts/ifcfg-eth1<br>
# Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet<br>
DEVICE=eth1<br>
ONBOOT=yes<br>
HWADDR=00:18:4d:f0:0e:b7<br>
BROADCAST=192.168.1.255<br>
IPADDR=192.168.1.20<br>
NETMASK=255.255.255.0<br>
NETWORK=192.168.1.0<br>
GATEWAY=192.168.1.1<br>
TYPE=Ethernet<br>
[root@imladris MyTV]#<br>
<br>
</body>
</html>