<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>
<DIV><FONT size=2>Hi all,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>First, I'm wondering if this is the right place to ask. If not
please tell me.</FONT></DIV>
<DIV><FONT size=2>I'm new BIRD user, and here my situations:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>I have Linux boxes (2.2.14) running as a router, have 3
interfaces: eth0, eth1 and eth2</FONT></DIV>
<DIV><FONT size=2>I'd like to use BIRD to automaticaly</FONT><FONT size=2> tell
others (machines) how to reach the network behind eth0. </FONT></DIV>
<DIV><FONT size=2>My question is how do I </FONT><FONT size=2>make the BIRD
and/or Kernel see the route via eth2 instead of eth1.</FONT></DIV>
<DIV><FONT size=2>In orther words, I'd like to see the route:</FONT></DIV>
<DIV><FONT size=2> 10.12.12.0/24 via 10.218.28.244 dev
eth2</FONT></DIV>
<DIV><FONT size=2>NOT</FONT></DIV>
<DIV><FONT size=2> 10.12.12.0/24 via 38.218.28.244 dev eth1
<--- unfortunately, this is what I got!!!!!!! :-(</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Please give advices.</FONT></DIV>
<DIV><FONT size=2>Thank you very much.</FONT></DIV>
<DIV><FONT size=2>Tom Nguyen</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT size=2>The followings are for your information.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>The "ifconfig" gives:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>eth0 Link encap:Ethernet
HWaddr 00:00:B4:A6:50:A1
<BR> inet
addr:10.12.12.1 Bcast:10.12.12.255
Mask:255.255.255.0<BR> UP
BROADCAST RUNNING MULTICAST MTU:1500
Metric:1<BR> RX packets:0
errors:0 dropped:0 overruns:0
frame:0<BR> TX packets:405
errors:0 dropped:0 overruns:0
carrier:0<BR> collisions:0
txqueuelen:100 <BR>
Interrupt:10 Base address:0xe400 </FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>eth1 Link encap:Ethernet
HWaddr 00:60:EF:20:4B:00
<BR> inet
addr:38.218.28.244 Bcast:38.218.28.255
Mask:255.255.255.0<BR> UP
BROADCAST RUNNING MULTICAST MTU:1500
Metric:1<BR> RX
packets:3870 errors:0 dropped:0 overruns:0
frame:0<BR> TX
packets:3090 errors:0 dropped:0 overruns:0
carrier:0<BR>
collisions:54 txqueuelen:100
<BR> Interrupt:12 Base
address:0xe800 </FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>lo Link encap:Local
Loopback <BR> inet
addr:127.0.0.1
Mask:255.0.0.0<BR> UP
LOOPBACK RUNNING MTU:3924
Metric:1<BR> RX packets:0
errors:0 dropped:0 overruns:0
frame:0<BR> TX packets:0
errors:0 dropped:0 overruns:0
carrier:0<BR> collisions:0
txqueuelen:0 </FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>eth2 Link
encap:Ethernet HWaddr 26:DA:1C:F4:01:00
<BR> inet
addr:10.218.28.244 Bcast:10.255.255.255
Mask:255.0.0.0<BR> UP
BROADCAST RUNNING MULTICAST MTU:1500
Metric:1<BR> RX packets:0
errors:16 dropped:0 overruns:0
frame:0<BR> TX packets:810
errors:0 dropped:0 overruns:0
carrier:0<BR> collisions:0
txqueuelen:100 </FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>My bird.conf looks like:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>protocol direct
{<BR> interface "*";<BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>protocol device
{<BR> scan time 10;<BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>protocol static{<BR>
route 0.0.0.0/0 via 38.218.28.1;<BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>protocol kernel
{<BR>
learn;<BR>
persist;<BR> scan time
20;<BR> export all;<BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>protocol ospf {<BR>
area 0.0.0.0
{<BR>
interface "*"
{<BR>
type
broadcast;<BR>
authentication
simple;<BR>
password
"tom";<BR>
};<BR> };<BR>
export all;</FONT></DIV>
<DIV><FONT size=2> import all;</FONT></DIV>
<DIV><FONT size=2>}<BR></DIV></FONT>
<DIV><FONT size=2><BR> </DIV></FONT></FONT></DIV></BODY></HTML>