From owner-freebsd-isp@FreeBSD.ORG Tue Apr 8 06:41:38 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE64A37B404 for ; Tue, 8 Apr 2003 06:41:38 -0700 (PDT) Received: from bill.infodev.ca (bill.infodev.ca [216.191.3.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A1543FB1 for ; Tue, 8 Apr 2003 06:41:37 -0700 (PDT) (envelope-from dpageau@infodev.ca) Received: from localhost (localhost.infodev.ca [127.0.0.1]) by bill.infodev.ca (Postfix) with ESMTP id 3C7AD2EB31 for ; Tue, 8 Apr 2003 09:48:44 -0400 (EDT) Received: from bill.infodev.ca ([127.0.0.1]) by localhost (bill.infodev.ca [127.0.0.1:10024]) (amavisd-new) with ESMTP id 79057-04 for ; Tue, 8 Apr 2003 09:48:43 -0400 (EDT) Received: from infodev.ca (rd-03.lan [192.168.42.127]) by bill.infodev.ca (Postfix) with ESMTP id C21082EB2E for ; Tue, 8 Apr 2003 09:48:43 -0400 (EDT) Message-ID: <3E92D313.5080108@infodev.ca> Date: Tue, 08 Apr 2003 09:48:03 -0400 From: "D.Pageau" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Can't bind IP to my bridge at boot time X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 13:41:39 -0000 This as been post to freebsd-isp without success, I'm sorry for the cross post but I need help. If I uncomment #net.link.ether.bridge=1 in sysctl.conf my IP is not bind to rl1 but if I leave it commented and type "sysctl net.link.ether.bridge=1" at command prompt everything work fine. Need help! Thanks $cat /etc/rc.conf ... ifconfig_rl0="inet 192.168.42.2 netmask 255.255.255.0" ifconfig_rl1="inet 216.1.1.2 netmask 255.255.255.240" #ifconfig_rl2 Bridge to rl1 ... $cat /etc/sysctl.conf net.link.ether.bridge_cfg=rl1,rl2 net.link.ether.bridge_ipfw=1 #net.link.ether.bridge=1 $uname -a FreeBSD x.x.x 5.0-RELEASE FreeBSD 5.0-RELEASE #7: Mon Apr 7 13:35:54 EDT 2003 -- Dominic Pageau