From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 19:14:00 2004 Return-Path: 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 B5E0216A4CE for ; Thu, 16 Sep 2004 19:14:00 +0000 (GMT) Received: from shiva.breakawaygames.com (shiva.breakawaygames.com [207.101.90.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5037643D1F for ; Thu, 16 Sep 2004 19:14:00 +0000 (GMT) (envelope-from mthomas@breakawayltd.com) Received: from mthomas (host167 [192.168.100.167])i8GJDscE011549 for ; Thu, 16 Sep 2004 15:13:54 -0400 (EDT) (envelope-from mthomas@breakawayltd.com) From: "Mark Thomas" To: Date: Thu, 16 Sep 2004 15:10:11 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: rc.conf/ifconfig issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 19:14:00 -0000 Running 4.10-STABLE as of today. I have the following in /etc/rc.conf: gif_interfaces="gif0" gifconfig_gif0="A.B.C.D W.X.Y.Z" ifconfig_gif0="inet 192.168.101.1 192.168.102.1 netmask 0xffffffff" After a boot I see: # ifconfig gif0 gif0: flags=8051 mtu 1280 tunnel inet A.B.C.D --> W.X.Y.Z I can then do: # ifconfig gif0 inet 192.168.101.1 192.168.102.1 netmask 0xffffffff # ifconfig gif0 gif0: flags=8051 mtu 1280 tunnel inet 207.101.90.150 --> 207.101.90.148 inet 192.168.101.1 --> 192.168.102.1 netmask 0xffffffff Can anyone point out my stupidity in the rc.conf? [Please cc me directly -- TIA] Mark Thomas mthomas@breakawayltd.com