Date: Wed, 15 Aug 2012 21:17:52 +0300 From: Eugen Konkov <kes-kes@yandex.ru> To: Rick Miller <vmiller@hostileadmin.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re[2]: vlan tagging in releng/8.3 not working Message-ID: <1207405505.20120815211752@yandex.ru> In-Reply-To: <CAHzLAVF%2BhEfwVrteX-=506Rpf7EHQKDVaYObQW9VGtaxfZgQEQ@mail.gmail.com> References: <CAHzLAVF%2BYgSJ=TEj0CXiostAb9fb5ipcBhBJ99a_ayGPAFbMWg@mail.gmail.com> <CAHzLAVF%2BhEfwVrteX-=506Rpf7EHQKDVaYObQW9VGtaxfZgQEQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
RM> On Mon, Aug 13, 2012 at 3:39 PM, Rick Miller RM> <vmiller@hostileadmin.com> wrote: >> Hi All, >> >> I am running the latest releng/8.3 on a HP DL360 with an Intel 82599 >> 10G NIC using the ixgbe driver. Without vlan tagging, tcpdump sees >> traffic on the default vlan. With vlan tagging there is no traffic on >> the interface. Wondering if anyone else has seen similar and/or might >> be able to provide some additional information? >> >> I'm not seeing anything in syslog. The interface is configured via rc.conf: >> >> cloned_interfaces="vlan0" >> ifconfig_vlan0="inet 10.x.x.x netmask=255.255.255.0 vlan $id vlandev ix0" RM> I was missing ifconfig_ix0="up" in rc.conf. After inserting this, it worked! that is old bug of FreeBSD: interfaces do not auto up if there is only vlan interfaces
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1207405505.20120815211752>