From owner-freebsd-net@FreeBSD.ORG Fri Apr 6 08:08:55 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 7505C1065675 for ; Fri, 6 Apr 2012 08:08:55 +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 D31BF8FC0C for ; Fri, 6 Apr 2012 08:08:54 +0000 (UTC) Received: by lagv3 with SMTP id v3so3043414lag.13 for ; Fri, 06 Apr 2012 01:08:47 -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=WI44mP7z3jCRNBTv+TDJxbCbH0xUXREg0/xHdA5Xgbs=; b=PVI9fve8yp7AVeU/zF306ihoiB4oEP4ylVRCxiA71IpMOa+4wNHq9L7vW/eMphOSd9 hQNrPAE1NFXAyZPfjlF6h0B4+9OSPU5HDYHIiLGZigiJJgdTiESGJ7hEHt2I9Vu33i4S e2K7gqRMT6LX34yMW2bpRz14oliaKhiSwVCrA= 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=WI44mP7z3jCRNBTv+TDJxbCbH0xUXREg0/xHdA5Xgbs=; b=ipUlUi6Ostmdfd8Fyqks+KoeqmHEF6TgYEXpt/PnxWJiSLKyczceY0Y+O85gf+iVRw JquX0it6hA+ik+QNfRZnpFJ8vytdNrWcODSAxw7R8WSg4PveHSlxGdINP2Ue5Y7fBud+ R1JvV0cSWHn2F5GgD2rWuYJxPRShXrUdmRZHGqswdT6CmyxOD2oGQYFqEp6eTXWrLnVA KNJoSyUjli/aW4UgY4U0nBgNjcpAz/3eMSImsJ4W3nhCZFrvFdwR/sSJtVPbD9wNufZV mliCTo/aqoAjUTmQecyooO7NrFkn8unl0C1/itZexNWpt9+kKlSPf1Qw6SiY7d+4j7nc GBAA== MIME-Version: 1.0 Received: by 10.152.111.161 with SMTP id ij1mr7324345lab.19.1333699727514; Fri, 06 Apr 2012 01:08:47 -0700 (PDT) Sender: rsb@berentweb.com Received: by 10.112.77.15 with HTTP; Fri, 6 Apr 2012 01:08:47 -0700 (PDT) X-Originating-IP: [85.110.138.250] In-Reply-To: References: <20120329072054.GA45082@server.vk2pj.dyndns.org> <20120403074954.GA19241@server.vk2pj.dyndns.org> Date: Fri, 6 Apr 2012 11:08:47 +0300 X-Google-Sender-Auth: oaWV0oyXp0taOofHkU0w9jiGafU Message-ID: From: Beeblebrox To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl2VjHyH8ZcLUlAmHpHjLVUUjkP7gfhfixJTg/PNhfZ2gYPK6rr7NAuQ8vYdi6fmI1mnRBx Subject: Re: lagg problems on diskless client 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: Fri, 06 Apr 2012 08:08:55 -0000 In a previous mail re this problem, Adrian Chadd had asked: 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. In answer, info for the DC is below. This is the situation with the rc.d/lagg script disabled and below line in jail/etc/rc.conf commented out. Anything I do with lagg after this point freezes the system ifconfig_lagg0="up laggproto failover laggport re1 laggport re0 192.168.2.2 netmask 255.255.255.0" ROUTE TABLE: Destination Gateway Flags Refs Use Netif Expire default 192.168.2.1 UG 0 0 re0 127.0.0.1 link#3 UH 0 0 lo0 192.168.2.0/24 link#1 U 2 7653 re0 192.168.2.2 link#1 UHS 0 0 lo0 IFCONFIG re0: flags=8843 metric 0 mtu 1500 options=82008 ether 00:30:67:91:6c:c2 inet 192.168.2.2 netmask 0xffffff00 broadcast 192.168.2.255 media: Ethernet autoselect (100baseTX ) status: active re1: flags=8843 metric 0 mtu 1500 options=8209b ether 00:30:67:91:6c:c2 media: Ethernet autoselect (1000baseT ) status: active lo0: flags=8049 metric 0 mtu 16384 options=3 inet 127.0.0.1 netmask 0xff000000 lagg0: flags=8843 metric 0 mtu 1500 ether 00:30:67:91:6c:c2 media: Ethernet autoselect status: no carrier laggproto failover