X-Wrt
July 29, 2010, 07:25:32 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the X-Wrt Forums
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: coova-chilli Package  (Read 5814 times)
gordonz
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #15 on: February 07, 2010, 10:36:22 PM »

Hi fofware,
Thanks for being willing to help, I have been trying to sort out the problem for a while.
I am using Kamikaze - With X-Wrt Extensions 8.09
Bleeding Edge - r4743
and I am using Coova-Chilli  ( installed package webif-iw-lua-coovachilli 0.1-1)



/etc/config/network
Quote
config 'switch' 'eth0'
   option 'vlan0' '0 1 2 3 5*'
   option 'vlan1' '4 5'

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 'type' 'bridge'
   option 'ifname' 'eth0.0'
   option 'proto' 'static'
   option 'netmask' '255.255.255.0'
   option 'macaddr' ''
   option 'ipaddr' '192.168.1.5'
   option 'ip6addr' ''
   option 'gateway' ''
   option 'ip6gw' ''
   option 'dns' ''

config 'interface' 'wan'
   option 'ifname' 'eth0.1'
   option 'proto' 'dhcp'
   option 'macaddr' ''
   option 'ipaddr' ''
   option 'ip6addr' ''
   option 'netmask' ''
   option 'gateway' ''
   option 'ip6gw' ''
   option 'dns' ''

config 'interface' 'wifi'
   option 'proto' 'static'
   option 'type' 'bridge'
   option 'ifname' 'wl0'
   option 'ipaddr' '10.11.0.1'
   option 'netmask' '255.255.255.0'
   option 'macaddr' ''
   option 'ip6addr' ''
   option 'gateway' ''
   option 'ip6gw' ''
   option 'dns' ''
/etc/config/wireless
Quote
config 'wifi-device' 'wl0'
   option 'type' 'broadcom'
   option 'country' ''
   option 'hwmode' ''
   option 'maxassoc' ''
   option 'distance' ''
   option 'diversity' ''
   option 'txantenna' ''
   option 'rxantenna' ''
   option 'disabled' '0'
   option 'antenna' ''
   option 'channel' '05'

config 'wifi-iface'
   option 'device' 'wl0'
   option 'mode' 'ap'
   option 'encryption' 'none'
   option 'network' 'wifi'
   option 'bssid' ''
   option 'server' ''
   option 'port' ''
   option 'hidden' '0'
   option 'isolate' '0'
   option 'txpower' ''
   option 'bgscan' '0'
   option 'frag' ''
   option 'rts' ''
   option 'wds' '0'
   option 'key1' ''
   option 'key2' ''
   option 'key3' ''
   option 'key4' ''
   option '80211h' ''
   option 'compression' ''
   option 'bursting' ''
   option 'ff' ''
   option 'wmm' ''
   option 'xr' ''
   option 'ar' ''
   option 'turbo' ''
   option 'macpolicy' 'none'
   option 'maclist' ''
   option 'ssid' 'Adrift'

etc/config/dhcp
Quote
config dnsmasq
   option domainneeded   1
   option boguspriv   1
   option filterwin2k   '0'  #enable for dial on demand
   option localise_queries   1
   option local   '/lan/'
   option domain   'lan'
   option expandhosts   1
   option nonegcache   0
   option authoritative   1
   option readethers   1
   option leasefile   '/tmp/dhcp.leases'
   option resolvfile   '/tmp/resolv.conf.auto'

config dhcp lan
   option interface   lan
   option start    100
   option limit   150
   option leasetime   12h

config dhcp wan
   option interface   wan
   option ignore   1

/etc/config/firewall
Quote
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'

config 'forwarding'
   option 'src' 'lan'
   option 'dest' 'wan'
   option 'mtu_fix' '1'

config 'zone'
   option 'name' 'wifi'
   option 'input' 'ACCEPT'
   option 'output' 'ACCEPT'
   option 'forward' 'REJECT'

config 'forwarding'
   option 'src' 'wifi'
   option 'dest' 'wan'

config 'forwarding'
   option 'src' 'wifi'
   option 'dest' 'lan'

config 'forwarding'
   option 'src' 'lan'
   option 'dest' 'wifi'

Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.144 seconds with 17 queries.