Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2012 11:08:47 +0300
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-net@freebsd.org
Subject:   Re: lagg problems on diskless client
Message-ID:  <CAPSTskugYK%2BVMGtK2MQCSTnbJF=eFYjqFMa6pVnxnjLBjM9ZoA@mail.gmail.com>
In-Reply-To: <CAPSTskv-wxM2ZbqTcqe9SEKPV6U60YS=GhXemgC-D3W0sqZuyA@mail.gmail.com>
References:  <CAPSTskviJ26uuoAhRVN7tLBj7AhAPVuQz5GSBCd%2BszGPF2VOfw@mail.gmail.com> <20120329072054.GA45082@server.vk2pj.dyndns.org> <CAPSTsktpDXHXDR1-MgWBZRTwXvHGrdZ=g5wH-=Lkd-JwMmJ95A@mail.gmail.com> <20120403074954.GA19241@server.vk2pj.dyndns.org> <CAPSTskueYtD%2B=zdwLFJkTvxHPXnpDvb4SQGHsb=RA8vq6iiewQ@mail.gmail.com> <CAPSTskvbj%2BV6Q2XvPHS%2BogjSWEzk5CM5TRHgW94Kt-u6o8vt9w@mail.gmail.com> <CAN6yY1ujiGzexDe2Fxe=B_7w2agh5uVPn5AQ%2B7tvtd%2B5VMhgxA@mail.gmail.com> <CAPSTsktiQqkjNL0JntOcap1Z4QLg7AviDVjKaz7s8g5%2Biyp5Nw@mail.gmail.com> <CAN6yY1sTAWb5JACT_tmujJUhsFo0yGL85XGKdtjqMxpVMfT5Dw@mail.gmail.com> <CAPSTskvD5xMPOwWhn_Dr6FHJBK6YTeH2mspEDw89p_n=sX_-mQ@mail.gmail.com> <CAPSTskv-wxM2ZbqTcqe9SEKPV6U60YS=GhXemgC-D3W0sqZuyA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=82008<VLAN_MTU,WOL_MAGIC,LINKSTATE>
	ether 00:30:67:91:6c:c2
	inet 192.168.2.2 netmask 0xffffff00 broadcast 192.168.2.255
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
	ether 00:30:67:91:6c:c2
	media: Ethernet autoselect (1000baseT <full-duplex>)
	status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=3<RXCSUM,TXCSUM>
	inet 127.0.0.1 netmask 0xff000000
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 00:30:67:91:6c:c2
	media: Ethernet autoselect
	status: no carrier
	laggproto failover



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPSTskugYK%2BVMGtK2MQCSTnbJF=eFYjqFMa6pVnxnjLBjM9ZoA>