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.