From owner-freebsd-net@FreeBSD.ORG Thu Mar 29 01:42:41 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB53106564A for ; Thu, 29 Mar 2012 01:42:41 +0000 (UTC) (envelope-from rsb@berentweb.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 69F818FC0C for ; Thu, 29 Mar 2012 01:42:40 +0000 (UTC) Received: by lagv3 with SMTP id v3so2766070lag.13 for ; Wed, 28 Mar 2012 18:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=VlvWR5A1KllbJNPwh6YTKOk8FbGyvbYAUcUv3qRZh4A=; b=KvvPIeIASLQCNj3ARLrjiXvnDXbvzUwCK8COSeNj6/tIg6z8GBk2OoE7sevfVKeLHR Ylfd+sT1e7CwDBc8ojECX+9IJBXGX0JDAcOLbK9jxLMMWyIsw4gfz2a87D/wuc+3HKKI bdjxwA5s/lFcNoRx7Q8odTx6R4d4+LzPGPxlk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=VlvWR5A1KllbJNPwh6YTKOk8FbGyvbYAUcUv3qRZh4A=; b=TKxEeXhO/lYPm5uBUkmFShiNh6dvRXHRVSa5lzahBy1/fiUBzJGpA+u/vN3oJdym+9 Ts5Hr1Faj7UHD93FcJPcC57fvlDwsdJ/FPe88TJkecpd+kdrGmERjSc8Lcf/yfc7f5/5 GPCqSon2zY0swBHhQKvpfg7oA+9BRCSymFVNPSncPbn2S8zo9zK0TtgWn/00yDdHbUJB +10GlRstxaI/7rnu5yD6O5hsTcE7BdBA0cG0ggjsLEjx0P0wuDlxKfoEGER7EcI+sZai 4f/YU9lFkV72YqHRVx8DW2lss1PjaTW0hOv2IKIvItdx1Eaou41pEKsAu5uuGtB6/yYj uGuA== MIME-Version: 1.0 Received: by 10.152.110.170 with SMTP id ib10mr28017088lab.7.1332985358918; Wed, 28 Mar 2012 18:42:38 -0700 (PDT) Sender: rsb@berentweb.com Received: by 10.112.77.15 with HTTP; Wed, 28 Mar 2012 18:42:38 -0700 (PDT) X-Originating-IP: [78.162.12.68] In-Reply-To: References: Date: Thu, 29 Mar 2012 04:42:38 +0300 X-Google-Sender-Auth: KbkEXhLEMVF6RV0IW7sRY6z7pQo Message-ID: From: Beeblebrox To: freebsd-net@freebsd.org X-Gm-Message-State: ALoCoQlBTgxDpdj7flIP1xkzeHoic9hNE3DYHCau65WDtLi1Mg5M/tVoWKx6VTIXDwMK85/0ka/B Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Thu, 29 Mar 2012 01:42:41 -0000 Hi Adrian, Re your comments; you are 100% right, as I have not done steps 1 & 4 from your list below. I must also admit that my knowledge of networking, on a scale of 0-10, is probably -1. I assume you mean for Client? For example, re0 has static IP assigned by DHCP and re1 (GBit NIC) has no IP untill I assign same MAC Address as re0, create lagg and do an ifconfig lagg. Can't boot Client at the moment as I have an NFS mount problem. All diskless clients boot from 192.168.2.1; DHCP, inetd, (and hopefully NFS) run from jail and are bound to that IP. No firewall (yet) on that NIC. I'd like to try steps 1 & 4 as per your suggestion and see if that solves it - so, 1. What commands should I run for steps 1 & 4 ? 2. lagg should be set up ass failover right? I assume loadbalance is impossible when hubs are involved? 3. Is it possible to assign lagg instruction through DHCP or some other service on HOST, rather than settings in CLIENT rc.conf? Thanks so much for your help... > On Wed, Mar 28, 2012 at 9:37 PM, Adrian Chadd wrote: > >> 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 >> > >