From owner-freebsd-questions Thu Jan 30 04:47:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA09243 for questions-outgoing; Thu, 30 Jan 1997 04:47:37 -0800 (PST) Received: from aixrs1.hrz.uni-essen.de (mail.uni-essen.de [132.252.180.234]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA09238 for ; Thu, 30 Jan 1997 04:47:34 -0800 (PST) Received: from icemserv-gw.folkwang.uni-essen.de by aixrs1.hrz.uni-essen.de (AIX 4.1/UCB 5.64/4.03) id AA22572; Thu, 30 Jan 1997 13:47:21 +0100 Received: (from neuhaus@localhost) by icemserv.folkwang.uni-essen.de (8.7.5/8.7.3) id NAA05888 for freebsd-questions@freebsd.org; Thu, 30 Jan 1997 13:45:50 +0100 (MET) From: Thomas Neuhaus Message-Id: <199701301245.NAA05888@icemserv.folkwang.uni-essen.de> Subject: GateD problem To: freebsd-questions@freebsd.org (bsd-question) Date: Thu, 30 Jan 1997 13:45:50 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL22 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello everyone, On our side gated is doing strange things. The setup is as follows: Local Net FreeBSD Box /w 2 ifaces "Backbone" 132.252.170.128/28 --- 132.252.170.129 132.252.170.242 -- 132.252.170.240/28 I call the 240/28 net backbone because there are mostly other routers connected routing to other /28 subnets and to the internet. When gated starts up, it promotes the 128/28 route correctly. After 3 minutes it reports an if_rtdown on the 129, promotes the 128/28 net as inaccessible to the backbone for a while and then stops sending RIP packets to the BB. But: 1. The interface works ! Every other host on the 128 net talks to that box via that interface w/o problems 2. routed announces the route always and correct. It does as well announce a route to the 240/28 via the same 240/28 renundantly but... 3. when we use an additional router between the 2 nets, gated behaves perfectly well You might say: just use routed then. But routed doesnt propagate ppp links here is my /etc/gated.conf # trace options traceoptions "/var/tmp/gated.output" replace size 100k files 2 general ; rip yes { interface de0 ripin ripout ; interface de1 ripin ripout ; interface tun noripout noripin ; traceoptions all ; } ; kernel { traceoptions remnants request routes info interface ; } ; export proto rip interface de1 { proto direct { 132.252.170.128 mask 255.255.255.240 metric 1 ; } ; } ; import proto rip interface de1 { all ; } ; import proto rip interface de0 { all ; } ; # eo gated.conf Any ideas? Thanks in advance, Thomas -- Thomas Neuhaus(neuhaus@folkwang.uni-essen.de) Phone (49)-201-4903-333 ICEM Institut fuer Computermusik und elektronische Medien Folkwang-Hochschule Essen, Klemensborn 39, D-49239 Essen -------------------------------------------------------------------------------