From owner-freebsd-net@FreeBSD.ORG Wed Mar 28 18:38:05 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65329106566C for ; Wed, 28 Mar 2012 18:38:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 393128FC12 for ; Wed, 28 Mar 2012 18:38:05 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so2486614pbc.13 for ; Wed, 28 Mar 2012 11:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GN09bCGDYXJU/HLzCVNeRScl6zzEhVWeGelTvKD8QZ0=; b=AwQB1XQlAfgEjJHQSt4DunsZPtjnVpLEv5ZrPib7rbbJ30tViuEpLG/3/kwBi24ecn u74l5Pid96ahBUcDUmomyEXZWNOgmVlqKH0WQpCGZSD/k7Mg4Jfi190A9kz2ZznbQxg8 EtPL7QNUkO3c7JaFzpg/0fuoJJ7gOiKc3ypmlhWrMDW0zVqpZNYvCSpmtK4DLj2Hdq3/ Po1/wfkKS6QGKyHynuG1t0kAgoU9kGg40Ku5v5Gvxo//0sxHtRhT3Cx2Xn74h7zxyDQ5 cig29tb9xgEEuV8SU8424O28o4lAWrPuDnclq5JuHUbwp0jteNQ35WTHwTPbEjsascTn CEUQ== MIME-Version: 1.0 Received: by 10.68.195.38 with SMTP id ib6mr62316216pbc.28.1332959879434; Wed, 28 Mar 2012 11:37:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.33.5 with HTTP; Wed, 28 Mar 2012 11:37:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Mar 2012 11:37:59 -0700 X-Google-Sender-Auth: Rp980UPQhryP9ElaElmP3VZwiTU Message-ID: From: Adrian Chadd To: Beeblebrox Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: (no subject) 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, 28 Mar 2012 18:38:05 -0000 Hi, what's the routing table and ifconfig output look like? It sounds like you're creating the interface and moving things over without: * deleting the route/IP table entry; * create the lagg; * adding the interfaces to the lagg, including the one you booted off of; * assigning the correct IP and readding the default route. adrian