This is my first post and first try to install Nas4Free on a HP Microserver N54L with 3 x 2Tb WD Reds in ZFS raid-z1.ZFS work as excepected, no problems at all.
The only point where I am stuck is trying to create a LAGG (bond two ethernet cards) and put it in roundrobin mode(tried almost all modes with no success).
HP Microserver has an onboard card and I have added another one (Intel).Below is some info about the nics:
Code: Select all
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
ether 68:05:ca:2d:a1:0c
inet 192.168.10.99 netmask 0xffffff00 broadcast 192.168.10.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
bge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether 9c:b6:54:0c:a5:c9
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0xa
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
I selected roundrobin/loadbalance/failover modes but no one of them seems to work.
LACP is not supported by my switch so that is not an option.
One thing I have noticed is that when I create the LAGG interface and put as slaves my 2 nics and then reboot, all 3 interfaces now has the same MAC address. Is this normal?
Whenever I try to ping from console to any computer outside I get as response:
I've tested also this on a virtual machine with 2 vnics and the problem occurs there too.ping: sendto: Device busy
Can you please assist with this? I have enough experience on Linux but not so on FreeBSD.
thank you




