Version 1.3.7
Moderator: Moderators
Re: Version 1.3.7
Hmm, some changes today in repo. Thanks!
Re: Version 1.3.7
Eric, please add also support for ntfs disk (ntfs-3g package).
Re: Version 1.3.7
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:
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.
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'
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
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>