Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 09:50:01 GMT
From:      Rasmus Fauske <rfauske@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/184419: carp does not detect member when using vlan
Message-ID:  <201312020950.rB29o1X5099149@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR kern/184419; it has been noted by GNATS.

From: Rasmus Fauske <rfauske@gmail.com>
To: bug-followup@FreeBSD.org, rfauske@gmail.com
Cc:  
Subject: Re: kern/184419: carp does not detect member when using vlan
Date: Mon, 2 Dec 2013 10:46:44 +0100

 Tried again but this time I first added two other ips from the same
 subnet and now it works:
 
 [admin@fw1 ~]$ ifconfig lan0.10
 lan0.10: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST>
 metric 0 mtu 1500
         options=103<RXCSUM,TXCSUM,TSO4>
         ether 00:25:90:97:98:53
         inet 10.50.189.252 netmask 0xffffff00 broadcast 10.50.189.255
         inet6 fe80::225:90ff:fe97:9853%lan0.10 prefixlen 64 scopeid 0x8
         inet 10.50.189.254 netmask 0xffffffff broadcast 10.50.189.254 vhid 12
         nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
         media: Ethernet autoselect (1000baseT <full-duplex>)
         status: active
         vlan: 10 parent interface: lan0
         carp: MASTER vhid 12 advbase 1 advskew 0
 
 [admin@fw2 ~]$ ifconfig lan0.10
 lan0.10: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST>
 metric 0 mtu 1500
         options=103<RXCSUM,TXCSUM,TSO4>
         ether 00:25:90:97:98:9f
         inet 10.50.189.253 netmask 0xffffff00 broadcast 10.50.189.255
         inet6 fe80::225:90ff:fe97:989f%lan0.10 prefixlen 64 scopeid 0x8
         inet 10.50.189.254 netmask 0xffffffff broadcast 10.50.189.254 vhid 12
         nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
         media: Ethernet autoselect (1000baseT <full-duplex>)
         status: active
         vlan: 10 parent interface: lan0
         carp: BACKUP vhid 12 advbase 1 advskew 10
 
 
 But was it not one of the new things in the carp rewrite that this
 should not be needed any more ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312020950.rB29o1X5099149>