From owner-freebsd-net@FreeBSD.ORG Thu Jan 27 14:38:40 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8A5316A4CE for ; Thu, 27 Jan 2005 14:38:40 +0000 (GMT) Received: from mail102.csoft.net (lilly.csoft.net [63.111.22.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 3295443D3F for ; Thu, 27 Jan 2005 14:38:39 +0000 (GMT) (envelope-from mcc@fid4.com) Received: (qmail 89383 invoked from network); 27 Jan 2005 14:38:36 -0000 Received: from unknown (HELO ?127.0.0.1?) (63.111.26.110) by mail102.csoft.net with SMTP; 27 Jan 2005 14:38:36 -0000 Message-ID: <41F8FD69.3080606@fid4.com> Date: Thu, 27 Jan 2005 09:40:41 -0500 From: "Michael C. Cambria" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <41F283CD.1030709@fid4.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: starting rtadvd with multiple interfaces X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 14:38:40 -0000 JINMEI Tatuya / 神明達哉 wrote: >>>>>>On Sat, 22 Jan 2005 11:48:13 -0500, >>>>>>"Michael C. Cambria" said: > > >>On 4.10-Stable & 5.3-Stable, I'm able to forward IPv6 traffic just fine >>when I manually start rtadvd. However, each reboot, only one interface >>supplied to rtadvd_interfaces actually gets enabled. ps ax shows just >>one interface supplied and hosts just never see the router >>advertisements. Only when I kill the process, and restart manually do >>all interfaces get enabled. > > > At least on a 4.8R(with some patches) machine, the following in > /etc/rc.conf works fine: > > rtadvd_interfaces="fxp0 gif0 gif1 gif2 gif3" On 4.10 Stable and 5.3 stable listing more than one interface doesn't "work" for me. By work I mean rtadvd isn't running on all interfaces I supply to rtadvd_interfaces in rc.conf. Since I can start rtadvd manually, I'm curious about your setup. Are you using tspc to setup tunnels (at boot)? If not, this may be my problem. I've never tried rebooting without the tunnel, so I'll try that when I get a chance. I'll bet rtadvd is being started just fine, then tspc starts up and changes things. We're actually using IPv6 so I can't just take it down at the moment to try my theory. Thanks, MikeC