hi all!
i want to set up a wireless access point, with one fonera, and i want to connect to it with some others foneras (setted up in std mode).
it is possible?
i already red this documentation, but i don't understand how to do that i want..
well:
fonera AP:
#vi /etc/confic/network
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface wan
option ifname ath0
option proto static
option ipaddr 10.10.10.1
option netmask 255.255.255.0
config route
option interface lan
option target default
option netmask 0.0.0.0
option gateway 192.168.1.100
#vi /etc/config/wireless
config wifi-device wifi0
option type atheros
option channel 11
config wifi-iface
option device wifi0
option network wan
option mode ap
option ssid myssid
option encryption none
fonera STD:
#vi /etc/confic/network
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface wan
option ifname ath0
option proto static
option ipaddr 10.10.10.2
option netmask 255.255.255.0
config route
option interface wan
option target default
option netmask 0.0.0.0
option gateway 10.10.10.1
#vi /etc/config/wireless
config wifi-device wifi0
option type atheros
option channel 11
config wifi-iface
option device wifi0
option network wan
option mode std
option ssid myssid
option encryption none
what is the right configuration of the Fonera.AP and the Fonera.STD for working properly ?
(Last edited by Trew on 1 Dec 2007, 17:16)