From owner-freebsd-net@FreeBSD.ORG Wed Apr 26 13:53:36 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 5A7A816A479 for ; Wed, 26 Apr 2006 13:53:36 +0000 (UTC) (envelope-from willay@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B70343D6A for ; Wed, 26 Apr 2006 13:53:35 +0000 (GMT) (envelope-from willay@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so1189711nfc for ; Wed, 26 Apr 2006 06:53:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AwGP7W+LF2nk1x9xCKusEh8ziggCakNfeEePa6dj77Wgm1no85pxAJzFePueB2ZtLDrBy2DtsQvQKSaCMpSDTxnNAajpNTbkiO74yeVOV4g1w7PnZadZUXN4ZJFuWcO5OHdq5Tyd430OY6O9DEn94Q9gS2Lj/TLOrVykHXINNJE= Received: by 10.48.246.10 with SMTP id t10mr4571663nfh; Wed, 26 Apr 2006 05:55:11 -0700 (PDT) Received: by 10.48.235.4 with HTTP; Wed, 26 Apr 2006 05:55:11 -0700 (PDT) Message-ID: Date: Wed, 26 Apr 2006 13:55:11 +0100 From: William To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: VLAN interfaces and routing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 13:53:37 -0000 Hi guys, I'm running on FreeBSD 6.0-RELEASE with various network cards. I'm trying to get vlan interfaces working with my freebsd box, everything seems to work fine apart from routing into non-connected networks. My setup is done via rc.conf, I make serveral cloned interfaces and then apply IP addresses, mask, vlan ID and hw interface to them using ifconfig. The switch is a Cisco 3550, trunking is setup on the port and I've allowed the VLANS I'm interested in using. The end result is being able to communicate with all devices on said VLANS which is fantastic but my next objective is to have the box talk to other networks via a default route, I've tried applying the default route by defaultrouter=3D in rc.conf, also manually adding it using route once the box has booted up but it always results in no replys back from other networks, even netstat -r seems to hang. Is there something I'm missing here in my configuration? Thanks for your time, please CC me on emails as I am not subscribed to the = list. Regards, William