WiFiコミュニティFONでネットスポット共有計画 3

このエントリーをはてなブックマークに追加
537774円/60分
>>521>>530
こんなの見つけた
ttp://www.bandaancha.st/foros.php?temid=1116809

Tutorial para habilitar WDS en la fonera :
Cambiando la mac y alguna otra cosilla propia de tu red,
puedes utilizar este script para levantar un essid por wds
#!/bin/sh
wlanconfig ath1 destroy
wlanconfig ath5 create wlandev wifi0 wlanmode ap
wlanconfig ath1 create wlandev wifi0 wlanmode wds
iwconfig ath5 essid wds
iwconfig ath5 channel 11
iwconfig ath5 key 9218918D1B7A42D5FD44514BE9
iwpriv ath1 wds_add 00:xx:xx:xx:FD:32
iwpriv ath1 wds 1
ifconfig ath1 up
ifconfig ath5 up
brctl addbr br0
brctl addif br0 ath1
brctl addif br0 ath5
ifconfig br0 up
#la ip local de tu fonera por tu fonera sera la *.107
ifconfig br0 192.168.1.107 netmask 255.255.255.0
route add default gw 192.168.1.1 br0