From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 10:36:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94B316A438 for ; Wed, 31 Aug 2005 10:36:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC23743D46 for ; Wed, 31 Aug 2005 10:36:38 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7VAaZkd026182; Wed, 31 Aug 2005 13:36:36 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j7VAaYdS047433; Wed, 31 Aug 2005 13:36:34 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j7VAaXe7047432; Wed, 31 Aug 2005 13:36:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 31 Aug 2005 13:36:32 +0300 From: Giorgos Keramidas To: Ewald Jenisch Message-ID: <20050831103632.GC47091@orion.daedalusnetworks.priv> References: <20050831090245.GA3534@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050831090245.GA3534@aurora.oekb.co.at> Cc: freebsd-questions@freebsd.org Subject: Re: rc.conf - setting interface UP without IP-address? 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, 31 Aug 2005 10:36:40 -0000 On 2005-08-31 11:02, Ewald Jenisch wrote: > I'm looking for a way to set an interface UP using /etc/rc.conf > without giving the interface an IP-address (i.e. neither static nor > DHCP) > > Background: The machine in question has three Ethernet-IFs - one > connects to the LAN (and has an IP-address) the other two are used for > monitoring traffic via ethereal only. For security reasons I don't > want to assign IP-addresses to the two "ethereal-only" interfaces - > but I need them "UP". > > Sure enough I can "up" these interfaces manually but I want them up at > boot-time. > > I've tried with entries like e.g. > > ifconfig_fxp1="" > ifconfig_fxp1="UP" > > in my /etc/rc.conf - none of these work. Try "up" (lowercase) instead.