Cédric Schieli wrote:
> Hi Erich
> 
> That's what I've done to make it work :
> 
> /etc/modules :
> 
> wlan
> wlan_wep
> wlan_scan_sta
> wlan_scan_ap
> ath_hal
> ath_rate_sample
> ath_pci countrycode=250 autocreate=none
> 
> /etc/network/interfaces :
> 
> auto eth3
> iface eth3 inet static
>         address 0.0.0.0
>         netmask 255.255.255.255
>         madwifi_base wifi0
>         wireless_mode master
>         wireless_essid xxxxxxxx
>         wireless_key xxxxxxxxxxxxxxxxx
>         wireless_channel 1
> 
> auto br0
> iface br0 inet static
>         address y.y.y.y
>         netmask 255.255.255.0
>         broadcast y.y.y.255
>         bridge_ports all
>         bridge_maxwait 0


More complicated than it needs to be, since Eric or KP patched busybox 
to support the inet manual standard.  Here's mine:

/etc/modules:

# local ethernet
crc32
natsemi

# wireless (Atheros)
aes
wlan
wlan_acl
wlan_ccmp
wlan_tkip
wlan_wep
wlan_xauth
wlan_scan_ap
wlan_scan_sta

ath_hal
ath_rate_sample
ath_pci

# bridging
bridge


/etc/network/interfaces:

auto eth1
iface eth1 inet manual

auto ath1
iface ath1 inet manual
         madwifi-base wifi0
         wireless-essid oasis
         wireless-mode master
         wireless-channel 6

auto br0
iface br0 inet static
         address 192.111.107.58
         netmask 255.255.255.224
         broadcast 192.111.107.63
         bridge_ports eth1 ath1


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to