It seems the webgui doesn't modify /etc/rc.conf properly when the LAGG interface is created.
Although setting up lag in the gui puts the correct lines in /etc/rc.conf:
Code: Select all
ifconfig_igb0="up"
ifconfig_igb1="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport igb0 laggport igb1"
ipv4_addrs_lagg0="192.168.1.100/24"but the gui didn't remove the reference to the previous interface:
Code: Select all
ipv4_addrs_igb0="192.168.1.100/24"Right now i'm pushing 190mb/s into the my server
