Pfsense 2.2 LAGG & VLAN LACP
-
Hi everyone,
I have a trouble similar to this post https://forum.pfsense.org/index.php?topic=86147.0
I have a Netgear XS712T where I create a Lagg of two ports. I tagg my VLAN 24 on this VLAN and select LACP.
On my firewall, I downloaded the FreeBSD 10.1 driver for my 10Gbit network card (Emulex). PFsense see it correctly. So I created a LAGG with two ports with LACP. I added a VLAN on this LAGG and assign a IP in my subnet. Everything seems to be okay.
oce0: flags=8043 <up,broadcast,running,multicast>metric 0 mtu 1500 options=502bb <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,jumbo_mtu,vlan_hwcsum,tso6,vlan_hwfilter,vlan_hwtso>ether 00:90:fa:9d:29:00 nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect (10Gbase-SR <full-duplex>) status: active oce1: flags=8043 <up,broadcast,running,multicast>metric 0 mtu 1500 options=502bb <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,jumbo_mtu,vlan_hwcsum,tso6,vlan_hwfilter,vlan_hwtso>ether 00:90:fa:9d:29:00 nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect (10Gbase-SR <full-duplex>) status: active lagg0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500 options=502bb <rxcsum,txcsum,vlan_mtu,vlan_hwtagging,jumbo_mtu,vlan_hwcsum,tso6,vlan_hwfilter,vlan_hwtso>ether 00:90:fa:9d:29:00 inet6 fe80::290:faff:fe9d:2900%lagg0 prefixlen 64 scopeid 0xb nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect status: active laggproto lacp lagghash l2,l3,l4 laggport: oce1 flags=0<> laggport: oce0 flags=1c <active,collecting,distributing>lagg0_vlan24: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500 options=203 <rxcsum,txcsum,tso6>ether 00:90:fa:9d:29:00 inet6 fe80::290:faff:fe9d:2900%lagg0_vlan24 prefixlen 64 scopeid 0xf inet 1.1.1.100 netmask 0xfffffc00 broadcast 172.28.27.255 nd6 options=21 <performnud,auto_linklocal>media: Ethernet autoselect status: active vlan: 24 vlanpcp: 0 parent interface: lagg0</performnud,auto_linklocal></rxcsum,txcsum,tso6></up,broadcast,running,simplex,multicast></active,collecting,distributing></performnud,auto_linklocal></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,jumbo_mtu,vlan_hwcsum,tso6,vlan_hwfilter,vlan_hwtso></up,broadcast,running,simplex,multicast></full-duplex></performnud,auto_linklocal></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,jumbo_mtu,vlan_hwcsum,tso6,vlan_hwfilter,vlan_hwtso></up,broadcast,running,multicast></full-duplex></performnud,auto_linklocal></rxcsum,txcsum,vlan_mtu,vlan_hwtagging,jumbo_mtu,vlan_hwcsum,tso6,vlan_hwfilter,vlan_hwtso></up,broadcast,running,multicast>
But when I want to use this link I can't do anything. A simple ping says "host is down".
Do you have any idea of what's going on ?
Thank you.
-
I've done some research. It seems that my OCE.ko driver can be the reason of my trouble.
If I plug an other intel card 1GBe, everything is working fine. But if I do the same with my Emulex OCE11102 nothing is working anymore.
In order to install my 10Gbe extra card, I downloaded a freebsd 10.1 ISO. Get the oce.ko file in it and copied it into the pfsense at /boot/kernel/oce.ko. I added the line oce_load="YES" at the end of the file /boot/loader.conf and one reboot later, my card is correctly there.
But it seems that I can't handle any traffic with these ports. they are correctly view and configurable on pfsense gui interface.
Any idea on what's going on ?
Thanks you !