Page 3 of 3

Re: Version 1.3.7

Posted: Wed Nov 17, 2010 5:40 pm
by Cezary
Hmm, some changes today in repo. Thanks!

Re: Version 1.3.7

Posted: Fri Nov 19, 2010 3:41 pm
by Cezary
Eric, please add also support for ntfs disk (ntfs-3g package).

Re: Version 1.3.7

Posted: Sat Nov 20, 2010 5:24 am
by vplessky
I finally "upgraded" my TP-Link WR841ND v5 router from Access Point status (connected to another router) to Main Router.

PPPoE connection is working fine, Bandwidth Monitoring for WAN port displays nice charts. And even AP+WDS mode is functional. :)

Two moments:
1) UPnP
BitTorrent client detects UPnP-enabled router. And even opens some ports. I see green checkmark in ststus line.
But it seems port remains closed, traffic is not coming through (connection speed on WAN port is 15Mbit, I get just 5Kbit in BitTorrent)

What need to be fixed here?

2) Sometimes DHCP server is very slow to react, and computer doesn't get IP address.
I either get Private IP address, or Alternative IP (if this configured on Windows machine)

***
Checked from command line UPnP settings:

Code: Select all

root@Gargoyle:~#  cat /etc/config/upnpd

config 'upnpd' 'config'
        option 'secure_mode' '1'
        option 'log_output' '0'
        option 'external_iface' 'wan'
        option 'internal_iface' 'lan'
        option 'enabled' '1'
        option 'download' '3000'
        option 'upload' '3000'
Changed secure_mode to 0:
option 'secure_mode' '0'

This doesn't help.
It seems packets are not coming through required UPnP port, even if port is open.

Re: Version 1.3.7

Posted: Sun Nov 21, 2010 4:18 pm
by Cezary
Typo in qos_upload.sh

Code: Select all

-<label id='qos_enabled_label' for='dhcp_enabled'>Enable Quality of Service (Upload Direction)</label>
+<label id='qos_enabled_label' for='qos_enabled'>Enable Quality of Service (Upload Direction)</label>