/* 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
1 changed files with 15 additions and 12 deletions

View File

@ -78,22 +78,24 @@ 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
### ### ### C3D2 ### ### ###
<source lang=bash>vi /boot/kernel/loader.conf</source>
<pre>
# ## ### ### C3D2 ### ### ## #
if_lagg_load="YES"
### ### ### C3D2 ### ### ###
# ## ### ### C3D2 ### ### ## #
# EOF
kldload if_lagg
</source>
</pre>
'''2. lacp / lagg0 Network definieren'''
<source lang=bash>
vi /etc/rc.conf
</source>
### ### ### C3D2 ### ### ###
<pre>
# ## ### ### C3D2 ### ### ###
ifconfig_bge0="up"
ifconfig_bge0="ether DE:AD:BE:EF:BA:BE"
wlans_wpi0="wlan0"
@ -102,24 +104,25 @@ ifconfig_wpi0="ether DE:AD:BE:EF:BA:BE"
ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP"
ifconfig_lagg0_ipv6="inet6 accept_rtadv"
ip6addrctl_policy="ipv6_prefer"
### ### ### C3D2 ### ### ###
# ## ### ### C3D2 ### ### ###
# EOF
</source>
</pre>
'''3. [[wpa_supplicant]].conf - WLAN Zugänge definieren'''
<source lang=bash>
vi /etc/wpa_supplicant.conf
### ### ### C3D2 ### ### ###
</source>
<pre>
# ## ### ### C3D2 ### ### ###
network={
ssid="C3D2"
key_mgmt=NONE
priority=0
}
### ### ### C3D2 ### ### ###
# ## ### ### C3D2 ### ### ###
# EOF
</source>
</pre>
'''4. Netzwerk neustarten / wahlweise Systemreboot'''