From owner-freebsd-questions Tue Nov 5 13:32:53 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26270 for questions-outgoing; Tue, 5 Nov 1996 13:32:53 -0800 (PST) Received: from plethora.cs.wustl.edu (plethora.cs.wustl.edu [128.252.165.113]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA26253 for ; Tue, 5 Nov 1996 13:32:42 -0800 (PST) Received: (from jxh@localhost) by plethora.cs.wustl.edu (8.7.6/8.7.3) id PAA00238; Tue, 5 Nov 1996 15:33:20 -0600 (CST) Date: Tue, 5 Nov 1996 15:33:20 -0600 (CST) Message-Id: <199611052133.PAA00238@plethora.cs.wustl.edu> From: James Hu To: questions@freebsd.org Subject: RTM_LOSING Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently had routed report this to me, and the route.h file tells me this means the kernel suspects partitioning. Is this network partitioning, or something else? The precise message was: Nov 4 19:24:55 plethora routed[59]: punt RTM_LOSING without gateway Nov 4 19:24:56 plethora routed[59]: punt RTM_LOSING without gateway A second question: I thought to myself, why do I even need to run routed? I have a default route set to the gateway, that should be it, right? So, I set router=NO in sysconfig rebooted and so far everything appears to be fine. So, is there a good reason I should be running routed (in passive mode) anyway? A third question: The UNIX System Administration Handbook suggests to use gated instead, saying that routed is too unreliable. But, FreeBSD does not include gated by default. What's up with that? I'm running: FreeBSD 2.2-961006-SNAP #0: Sat Oct 19 18:43:38 CDT 1996 -- James