From owner-freebsd-net Mon Jul 9 3:35:38 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailhost2.dircon.co.uk (mailhost2.dircon.co.uk [194.112.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 3F22537B407 for ; Mon, 9 Jul 2001 03:35:34 -0700 (PDT) (envelope-from mark.blackman@netscalibur.co.uk) Received: from localhost.ch.dircon.net (desk99.ch.dircon.net [195.157.3.99]) by mailhost2.dircon.co.uk (8.9.3/8.9.3) with ESMTP id LAA90463 for ; Mon, 9 Jul 2001 11:35:21 +0100 (BST) Message-Id: <200107091035.LAA90463@mailhost2.dircon.co.uk> From: "Mark Blackman" To: freebsd-net@freebsd.org Subject: default route disappears on address changes for interface. Date: Mon, 09 Jul 2001 11:35:29 +0100 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org on FreeBSD 4.3-STABLE #1: Thu May 24 13:03:35 BST 2001 Is it now standard/expected behaviour that default routes disappear on an IP address change even within the same netmask or even to the same address if the default route is on that interface? Say I've got the following setup. ifconfig ep0 inet 10.0.0.1 netmask 255.255.255.0 route add default 10.0.0.254 then i do ifconfig ep0 inet 10.0.0.2 (or even 10.0.0.1) suddenly my default route disappears. Is this expected behaviour and has this always been the case? I'm pretty sure it wasn't. Thanks, Mark Blackman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message