Hi all,
after alots of tring to connect the wifi with my fon2100and faild, i asking fror your help
i flashed my fon2100 with openWRT, i got ssh and talent working. i also got an adpter for serial communication.
i search all over the net and i didn't find any solution.
This is my Network, wireless and firewall configurtion.
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 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '192.168.5.1'
config 'interface' 'wan'
option 'proto' 'none'
option 'ifname' 'wifi0'
option 'defaultroute' '0'
option 'peerdns' '0'
------------------------------------
Wireless:
------------
config 'wifi-device' 'wifi0'
option 'type' 'atheros'
option 'channel' 'auto'
option 'disabled' '0'
option 'diversity' '0'
config 'wifi-iface'
option 'device' 'wifi0'
option 'mode' 'sta'
option 'encryption' 'none'
option 'ssid' 'HOTBOX-C560'
option 'network' 'wan'
-----------------------------------------
Firewall:
------------
config 'defaults'
option 'syn_flood' '1'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
config 'zone'
option 'name' 'lan'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
config 'zone'
option 'name' 'wan'
option 'input' 'REJECT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
option 'masq' '1'
option 'mtu_fix' '1'
config 'forwarding'
option 'src' 'lan'
option 'dest' 'wan'
option 'mtu_fix' '0'
config 'rule'
option 'src' 'wan'
option 'proto' 'udp'
option 'dest_port' '68'
option 'target' 'ACCEPT'
config 'include'
option 'path' '/etc/firewall.user'
---------------------------------------------------
please tell me what is the problem.
Topic: help to set openWRT as wifi clinet
The content of this topic has been archived on 3 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
Page 1 of 1
It would help if you had raised a proper question. Anyway, maybe these documents from the wiki will help you:
http://wiki.openwrt.org/doc/recipes/routedclient
http://wiki.openwrt.org/doc/recipes/bridgedclient
The discussion might have continued from here.
Page 1 of 1