<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Ah... rc.local... thanks.<br>
<br>
Here are the results that you asked to see. I'm still quite curious as
to how this is actually working.<br>
<br>
<font color="#33cc00">[root@dtweb02 sysconfig]# route -n<br>
Kernel IP routing table<br>
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface<br>
12.168.88.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0<br>
204.117.218.0   0.0.0.0         255.255.255.0   U     0      0        0
eth0<br>
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
lo<br>
0.0.0.0         12.168.88.254   0.0.0.0         UG    0      0        0
eth0</font><br>
<br>
<font color="#3333ff">[root@dtweb02 sysconfig]# ip route list<br>
12.168.88.0/24 dev eth0  scope link<br>
204.117.218.0/24 dev eth0  scope link<br>
127.0.0.0/8 dev lo  scope link<br>
default via 12.168.88.254 dev eth0</font><br>
<br>
<font color="#990000">[root@dtweb02 sysconfig]# ip address list<br>
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue<br>
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>
    inet 127.0.0.1/8 scope host lo<br>
4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen
1000<br>
    link/ether 00:0e:7f:30:52:53 brd ff:ff:ff:ff:ff:ff<br>
    inet 12.168.88.12/24 brd 12.168.88.255 scope global eth0<br>
    inet 204.117.218.12/24 brd 204.117.218.255 scope global eth0<br>
5: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000<br>
    link/ether 00:0e:7f:30:52:52 brd ff:ff:ff:ff:ff:ff</font><br>
<br>
And I couldn't get that last command to run. I tried ifcfg-ethX and
ifcfg-eth0 and ifcfg-eth01 but all commands were not found. Perhaps
they're not in the path?<br>
</font></font>
<pre class="moz-signature" cols="72">++ Kevin Kimmell + kevin_AT_dynamictrend.com + Dynamic Trend, Inc. ++</pre>
<br>
<br>
Alexander Dalloz wrote:
<blockquote cite="mid1084833515.3965.631.camel@sirendipity.dogma.lan"
 type="cite">
  <pre wrap="">Am Di, den 18.05.2004 schrieb Kevin Kimmell um 00:12:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Where should I be placing the default route statement so it survives reboot?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Delete all GATEWAY settings in 
/etc/sysconfig/network-scripts/ifcfg-ethX and use instead
/etc/sysconfig/network with GATEWAY for the default gateway and
/etc/sysconfig/network-scripts/route-ethX for the net specific routes. I
pointed you already to

<a class="moz-txt-link-freetext" href="http://www.akadia.com/services/redhat_static_routes.html">http://www.akadia.com/services/redhat_static_routes.html</a>

Did that not help?

  </pre>
  <blockquote type="cite">
    <pre wrap="">Also, how is it that this is working since you didn't think it could?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Could you post:
a) route -n
b) ip route list
c) ip addr list
d) ifcfg-ethX

  </pre>
  <blockquote type="cite">
    <pre wrap="">Did I leave out that the two ISPs live on the same switch plane on my 
publis network? That should allow for separate net segments over the 
same card since neither one has a gateway.

I checked it from traces and pings at an external source and it's working...

Thanks and WTF???????
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Can't say.

Alexander


  </pre>
</blockquote>
</body>
</html>