/* FreeBSD: Link Aggregation Control Protocol (LACP) / failover */

This commit is contained in:
W01f 2014-06-20 11:35:33 +00:00
parent 7faf67b36d
commit e4c2827f43

View File

@ -78,21 +78,23 @@ Solltet ihr Miredo nutzen wird hier eine Warnung aufgrund einer fehlerhaften Nam
'''1. lagg Kernelmodul laden lassen'''
<source lang=bash>vi /boot/kernel/loader.conf
<source lang=bash>vi /boot/kernel/loader.conf</source>
<pre>
# ## ### ### C3D2 ### ### ## #
if_lagg_load="YES"
# ## ### ### C3D2 ### ### ## #
# EOF
kldload if_lagg
</source>
</pre>
'''2. lacp / lagg0 Network definieren'''
<source lang=bash>
vi /etc/rc.conf
</source>
<pre>
# ## ### ### C3D2 ### ### ###
ifconfig_bge0="up"
ifconfig_bge0="ether DE:AD:BE:EF:BA:BE"
@ -104,13 +106,14 @@ ifconfig_lagg0_ipv6="inet6 accept_rtadv"
ip6addrctl_policy="ipv6_prefer"
# ## ### ### C3D2 ### ### ###
# EOF
</source>
</pre>
'''3. [[wpa_supplicant]].conf - WLAN Zugänge definieren'''
<source lang=bash>
vi /etc/wpa_supplicant.conf
</source>
<pre>
# ## ### ### C3D2 ### ### ###
network={
ssid="C3D2"
@ -119,7 +122,7 @@ network={
}
# ## ### ### C3D2 ### ### ###
# EOF
</source>
</pre>
'''4. Netzwerk neustarten / wahlweise Systemreboot'''