default route question

Jean-Christophe Valiere jyce at free.fr
Thu Aug 26 09:00:27 UTC 2004


Selon Rudolf Ladyzhenskii <Rudolf.ladyzhenskii at opennw.com>:

> Hi, all
>
> I have set up a RedHat 9.0 box as a gateway/router. I have two network cards
> installed.
>
> ETH0 is conencetd to "outside world" and is using DHCP to obtain networking
> information.
> ETH1 is conencetd to my local network, has static IP and is a DHCP server.
>
> So far, so good.
> DHCP server tells the local LAN that this box is a default gateway. This is
> correct for local LAN. However from actual machine point of view, it default
> gateway is the ETH0.
> How do I set default gateway for the box? It always thinks that it is itself
> a default gateway. I can always run 'route' and delete default route and set
> up my own, but wjere do I do that? In /etc/init.d/network script? Is there a
> 'right' way of setting up Eth0 as default route?
In /etc/sysconfig/network:
NETWORKING=YES
GATEWAY=1.2.3.4
GATEWAYDEV=eth0

If that doesn't work you can use /etc/rc.local (ie. $>route add default gw
1.2.3.4 dev eth0)
>
> Thanks,
You're Welcome
> Rudofl
>
> /*******************************************************/
> Rudolf Ladyzhenskii
> Senior Design Engineer
> Open Networks Pty. Ltd.
> Level 26, 35 Collins Street,
> Melbourne VIC 3000
> e-mail: rudolfl.ladyzhenskii at opennw.com
> phone: +61 3 9656 5107
> fax:     +61 3 9656 5122
> web: www.opennw.com
> /*******************************************************/
>


--
"Si la politique pouvait changer notre vie,
 cela ferait longtemps qu'elle serait interdite."
  - Federation Anarchiste de France -





More information about the redhat-list mailing list