Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 01:20:13 +0100
From:      markus.hoenicka@mhoenicka.de
To:        freebsd-questions@freebsd.org
Subject:   Re: lagg problems (or lack of understanding?)
Message-ID:  <20740.29373.958333.777272@wombat.mininet>
In-Reply-To: <20130126083839.3fced29d@X220.ovitrap.com>
References:  <20739.7055.151377.161980@wombat.mininet> <20130126083839.3fced29d@X220.ovitrap.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Erich Dollansky writes:
 > Hi,
 > 
 > On Sat, 26 Jan 2013 00:55:59 +0100
 > markus.hoenicka@mhoenicka.de wrote:
 > 
 > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html
 > > 
 > > Specifically, I use the rc.conf entries mentioned in the box at the
 > > very bottom on the page, except that my ethernet interface is re0
 > > instead of bge0. The lagg module is loaded during boot using an
 > > appropriate entry in /boot/loader.conf.
 > > 
 > if you could post your settings here?
 > 

Oh yes, certainly, although I think that I use pretty much exactly
what the instructions said.

/boot/loader.conf:

verbose_loading="YES" # print verbose loader output during boot
coretemp_load="YES" # intel temp sensor support
hw.psm.synaptics_support="1" # improved touchpad support
atapicam_load="YES" # access CD drive through SCSI subsystem
cuse4bsd_load="YES" # required for webcamd
sem_load="YES" # required by firefox for displaying HTML5
if_lagg_load="YES" #link aggregation


/etc/rc.conf:

hostname="wombat.mininet"
ifconfig_re0="up"
ifconfig_iwn0="ether 00:1e:33:26:4c:3e"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 DHCP"
sshd_enable="YES"
moused_enable="NO"
powerd_enable="YES"
powerd_flags="-a max -b adaptive -i 90"
cupsd_enable="YES"
mysql_enable="YES"
linux_enable="YES"
dbus_enable="YES"
hald_enable="NO"
anacron_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
# -- sysinstall generated deltas -- # Thu Feb 16 22:33:22 2012
rpcbind_enable="YES"
rpc_statd_enable="YES"
rpc_lockd_enable="YES"
nfs_server_enable="YES"
nfs_client_enable="YES"
devfs_system_ruleset="localrules"
fusefs_enable="YES"

Is there anything suspcicious?

regards,
Markus


-- 
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20740.29373.958333.777272>