Version 1.3.7

The latest news about Gargoyle

Moderator: Moderators

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Version 1.3.7

Post by Cezary »

Hmm, some changes today in repo. Thanks!

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Version 1.3.7

Post by Cezary »

Eric, please add also support for ntfs disk (ntfs-3g package).

vplessky
Posts: 60
Joined: Sun Oct 31, 2010 10:31 am
Location: Moscow, Russia
Contact:

Re: Version 1.3.7

Post 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.

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Version 1.3.7

Post 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>

Post Reply