Dec
19
2009
All systems need bridge-utils package installed either with yum or apt-get. Redhat / Fedora Edit each network interface startup file that is going to be added to the bridge And create the bridge configuration file Ubuntu Debian
Tags: debian, fedora, linux, network, redhat, ubuntu
Dec
09
2009
I was surprised ifconfig wouldn’t return an interface for my Atheros chipset based Netgear wireless card. Unlike Redhat, Madwifi does not seem to compile on Ubuntu, no matter what version is used. Kernel headers installed, I keep getting the same error: /root/madwifi-0.9.4/net80211/ieee80211_power.c: In function ‘ieee80211_pwrsave’: /root/madwifi-0.9.4/net80211/ieee80211_power.c:240: error: implicit declaration of function ‘__skb_append’ make[3]: *** [/root/madwifi-0.9.4/net80211/ieee80211_power.o] […]
Tags: linux, network, ubuntu, wifi
Aug
30
2008
Channel bonding – or port truncking – gives the ability to apply a policy to a group of network interfaces. It is then possible to load-balance the traffic accross different ports, or keep one aside for failover. Module Loading Declare the channel bonding bond0 interface into /etc/modprobe.conf # Channel Bonding alias bond0 bonding options […]
Tags: linux, network, redhat
Oct
15
2007
Got an old PC or server you want to leave running in a remote place? Don’t want to bother with cables? Add a wireless card in, and configure the network service so it (re)connects automatically when the access point (re)boots. We’ve chosen a Netgear because it integrates an Atheros based chipset. They’re well supported under […]
Tags: fedora, linux, network, redhat, wifi