LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   can someone link me to channel bonding or aggregation on latest Fedora release 14 ? (https://www.linuxquestions.org/questions/linux-networking-3/can-someone-link-me-to-channel-bonding-or-aggregation-on-latest-fedora-release-14-a-843784/)

pexctt 11-11-2010 08:09 PM

can someone link me to channel bonding or aggregation on latest Fedora release 14 ?
 
on my previous release *cough* if inenslave was needed, bonding instructions didn't work through aggregation did.

cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet static
address 192.168.1.149
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 127.0.0.1
broadcast 192.128.1.255
post-up ifenslave bond0 eth0 eth1
pre-down ifenslave -d bond0 eth0 eth1

#auto wlan0
#iface wlan0 inet dhcp
#netmask 255.255.255.0
#wpa-conf /etc/wpa_supplicant.conf

for some reason the unmentioned former disto, i could not get wireless networking under this configuration and a simple wlan0 interface, in case either cable were to sever it would retain a wireless. the bonding was done for speed, and i believe i can't get faster than mode=4.

help appreciated. i'm a long time user of linux, but not a guru, i'm a linux mechanic ;)

smoker 11-12-2010 03:20 PM

auto bond0 ?

Have you tried setting the bonding up normally ?

http://docs.redhat.com/docs/en-US/Re...l_Bonding.html

Bearing in mind that RH6 is only up to the level of about fedora 12/13 .


All times are GMT -5. The time now is 08:27 PM.