From owner-freebsd-questions Tue Aug 18 03:34:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01343 for freebsd-questions-outgoing; Tue, 18 Aug 1998 03:34:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01334 for ; Tue, 18 Aug 1998 03:34:03 -0700 (PDT) (envelope-from dean@mushka.ml.org) Received: from mushka (mushka.ml.org [203.11.114.10]) by odyssey.apana.org.au (8.8.8/8.8.8) with SMTP id SAA02015 for ; Tue, 18 Aug 1998 18:33:08 +0800 (WST) (envelope-from dean@mushka.ml.org) Message-Id: <3.0.3.32.19980818183031.0069510c@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Tue, 18 Aug 1998 18:30:31 +0800 To: FreeBSD Questions From: Dean Hollister Subject: GateD problem... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyall, I've added the static route: 203.11.114.182 mask 255.255.255.254 gateway 203.11.114.181; in gated.conf and sent a -HUP to the daemon. The route is visible to the machine running gated, but not across the LAN. Any ideas? Below is the gated.conf file... Regards, d. # Gated config file # Global tracing options. More than this is too much. Log # file in /var/log replaced when it gets to 100k, 2 old ones kept # and log routing stuff only traceoptions "/var/log/gated.log" replace size 100k files 2 route ; # The interfaces to watch. Watch all of them and don't delete # them if they are not participating in routing protocols interfaces { interface all passive; }; # No real need to use this but lets see how it works.. rip off { traceoptions "/var/log/gated.rip.log" replace size 50k files 2 normal; # Switch broadcasting off as the default is to broadcast on all # capable interfaces if there is more than one interface present. nobroadcast; # Set a default of ignoring rip packets and not sending them interface all noripin noripout; }; # Switch these protocols off but log them to see if they are floating around.. icmp { traceoptions "/var/log/gated.icmp.log" replace size 50k files 2 normal ; }; redirect off { traceoptions "/var/log/gated.redirect.log" replace size 50k files 2 normal; }; ospf off { traceoptions "/var/log/gated.ospf.log" replace size 50k files 2 normal; }; hello off { traceoptions "/var/log/gated.hello.log" replace size 50k files 2 normal; }; static { # Keep our default route default gateway 203.11.114.5 retain; # News routes # news.ozemail.com.au 203.108.8.98 masklen 32 gateway 203.108.225.15; # troll.apana.org.au # 203.3.126.2 masklen 32 gateway 203.108.225.15; # news.sydney.apana.org.au 202.12.88.44 masklen 32 gateway 203.108.225.15; # news.apana.org.au 203.12.236.14 masklen 32 gateway 203.108.225.15; # news2.melb.apana.org.au 203.12.236.7 masklen 32 gateway 203.108.225.15; # news.sa.apana.org.au # 203.14.158.8 masklen 32 gateway 203.108.225.15; # apana-hunter.dragon.net.au # 203.56.191.14 masklen 32 gateway 203.108.225.15; # bentleydc.apana.org.au 203.11.114.182 mask 255.255.255.254 gateway 203.11.114.181; } ; +-------------------------------------------------------+ | Dean Hollister, | dean@mushka.ml.org | | Perth, Western Australia. | 12840184 ICQ | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message