Page 1 of 1

Vers. 1.3.13

Posted: Thu Mar 31, 2011 5:26 pm
by behappy
Very good firmware. Thanks.
But I get some problems with it.

1. Despite of wireless is enabled and broadcasted but the client pc couldn't connect to the router. Router Setup; dual band, channel width 40MHz, multi SSID, different channel on 2.4Mhz (11), on 5 GHz (48). Changed back to channel width 20MHz the client pc can connect to the router. What is the problem here?
2. With my half bridge modem I need to add the rules because of ARP problem
- route add -net 192.168.1.0 netmask 255.255.255.0 eth1
- route add default gw 192.168.1.1
but the upon rules aren't valid from the GUI, since the gw address 0.0.0.0 isn't allowable. Why ???

Wdnr3700 w. OpenWrt/LuCi works wo. probl. but I prefer your nicely GUI.

EDIT:
At 1. Found out the limited editing from GUI. Can't neither change channel width to 40MHz below nor above. That's why no valid channel according regdomain.
At 2. Still don't know to add it in GUI. Add those from terminal is ok, but how to save them permanently?

Re: Vers. 1.3.13

Posted: Fri Apr 01, 2011 5:57 am
by DoesItMatter
https://wiki.openwrt.org/doc/uci/wireless

Check that page

also check this one:

http://www.gargoyle-router.com/phpbb/vi ... ?f=6&t=979

-------------------

You can add the option 'noscan' in /etc/config/wireless

That will force the router to use 40 mhz bandwidth mode.

Re: Vers. 1.3.13

Posted: Fri Apr 01, 2011 3:51 pm
by behappy
@DoesItMatter,
Thanks for your tips about 'noscan'.
Found the way to resolve both my problems. Connect the router w. WinScp, edit the config files w. the built-in text editor, much easier end using vi or nano !!!

Re: Vers. 1.3.13

Posted: Sun Apr 03, 2011 10:12 am
by ruriruri
I found out 40mhz only works on channel 5 for me.

I did not use the "noscan"

Re: Vers. 1.3.13

Posted: Sun Apr 03, 2011 10:37 am
by juzis28
If i connect with WinSCP to fonera, it gives me error - no sftp service found...
ssh is configured and works on 22 port. Do i need to install something to have secure ftp access?

Re: Vers. 1.3.13

Posted: Sun Apr 03, 2011 10:38 am
by behappy
ruriruri wrote:I found out 40mhz only works on channel 5 for me.

I did not use the "noscan"
You dont need to add noscan, but editing the network config is necessary to enable HT40 plus or minus (above or below) because GUI options are invisible

option 'type' 'mac80211'
option 'macaddr' 'xx:xx:xx:...'
option 'hwmode' '11ng'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'TX-STBC'
list 'ht_capab' 'RX-STBC1'
list 'ht_capab' 'DSSS_CCK-40'
option 'distance' '300'
option 'htmode' 'HT40-'
option 'disabled' '0'
option 'channel' '8'
option 'txpower' '17'
option 'country' 'US'


cfg80211: Regulatory domain changed to country: US
cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)

Re: Vers. 1.3.13

Posted: Sun Apr 03, 2011 11:19 am
by behappy
juzis28 wrote:If i connect with WinSCP to fonera, it gives me error - no sftp service found...
ssh is configured and works on 22 port. Do i need to install something to have secure ftp access?
Don't need too. Use file protocol scp in stead in yr winscp session

Re: Vers. 1.3.13

Posted: Sun Apr 03, 2011 11:57 am
by Eric
I will look into the issue with static routes -- thanks for reporting it.

When the channel is the max, it automatically gets set to use htc40-, otherwise htc40+. That's why you're seeing the issue with the 40MHz channel width.