hi @ all users!!
i'm going to create an Ad Hoc network, somethig like this: http://img265.imageshack.us/img265/8752 … acktj2.jpg
TrewPC----cable----FoneraTrew)))))wireless(((((FoneraJack----cable----JackPC
Trew Fonera configuration:
#vi /etc/confic/wireless
config wifi-device wifi0
option type atheros
option channel 11
config wifi-iface
option device wifi0
option network wan
option mode adhoc
option ssid myssid
option encryption none
#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 77.113.158.101 #forced by my isp
option netmask 255.255.255.248 #forced by my isp
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 wan
option target 77.113.158.200
option netmask 255.255.255.248
option gateway 10.10.10.2
config route
option interface lan
option target default
option netmask 0.0.0.0
option gateway 77.113.158.100 #forced by my isp
Jack Fonera configuration:
#vi /etc/confic/wireless
config wifi-device wifi0
option type atheros
option channel 11
config wifi-iface
option device wifi0
option network wan
option mode adhoc
option ssid prove
option encryption none
#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 77.113.158.201 #forced by my isp
option netmask 255.255.255.248 #forced by my isp
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 77.113.158.100
option netmask 255.255.255.248
option gateway 10.10.10.1
config route
option interface lan
option target default
option netmask 0.0.0.0
option gateway 77.113.158.200 #forced by my isp
these configuration doesn't works fine..
can anyone explain me the correct configuration of each Fonera?
where i mistake?
thanks goods!
bye,
Trew
(Last edited by Trew on 15 Dec 2007, 09:24)