FreeBSD Server
Posted on Tue 06 May 2014 in english
This post will show how I set up my FreeBSD server which aims to act as a fileserver (primarily).
Failover
# ifconfig igb0 up
# ifconfig igb1 up
# ifconfig lagg0 create
# ifconfig lagg0 up laggproto lacp laggport igb0 laggport igb1 10.0.1.1/8
This is how the result looks:
lagg0 …
Continue reading