From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 16:14:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02C4C106566B for ; Wed, 2 Feb 2011 16:14:29 +0000 (UTC) (envelope-from grullonbb@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id B2A548FC08 for ; Wed, 2 Feb 2011 16:14:28 +0000 (UTC) Received: by vws9 with SMTP id 9so62182vws.13 for ; Wed, 02 Feb 2011 08:14:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=XrKKeFLV5IAowphnWMxGuDEfVDwgsTCjUyV4BVhuavY=; b=XW2Vv5yc6YahEq7/15MCaeiy1XEDtEE+j/1NN9/itdOkCZoX08l9tl/TQXGl6iHGgN /EmtnU0SWZTe/OMaVGfHvYkYzWNBrOFAdeQqR7VO37zU4pE7xYv4KDj0PH67mYuqn5/7 /nrL4TTD/GAnXTFAoIGMyYJr2g9zmzG0a58qg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HkUb/Tm39Dl56z1qlalWkPKFcNCrzxB4ytzs//1lhGrWAgjtKlhiqZh/lvng8xLzbL 4BAREYWg1kuF0oJIHUqEQTHwXG+YLlBC+JPTzwskNDqxl74RonNjAy1cIojE4T4HDAkd gFzfv/3ItkXjpEjUEW7e7pzhzlHPJkvQ/12CY= MIME-Version: 1.0 Received: by 10.229.182.196 with SMTP id cd4mr4586702qcb.215.1296661526985; Wed, 02 Feb 2011 07:45:26 -0800 (PST) Received: by 10.220.183.9 with HTTP; Wed, 2 Feb 2011 07:44:26 -0800 (PST) Date: Wed, 2 Feb 2011 10:44:26 -0500 Message-ID: From: Lisandro Grullon To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: default route desappear. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2011 16:14:29 -0000 Dear list, I have been doing some remote work using ssh and BPF. From time to time I feel like restarting /etc/rc.d/netif using a static configuration and noticed that my default route gets delete even when I have everything se as static under /etc/rc.conf. The only way I can get my default route back is by restarting /etc/rc.d/routing which is uncomfortable besides doing the manual route add default xx.xx.xx.xx. Why is this behavior happening when rc.conf has the propoer setting for defaultrouter? Thank you ina dvance. Lisandro