Page 1 of 1

New Feature Request

Posted: Mon Mar 07, 2016 11:38 am
by x1705
A Feature Request: (i searched and don't think it has been mentioned)

The Gargoyle login screen shows: "Your Quota" before logging in (for lan) but not ALL of the (if more than one) Quota Rule is set. I would like to see All of the "Quota Limit/Rules on that page,not just the Lan one), no biggie. really. just a suggestion. :)

Also; I am not 100% sure, but i don't think the "Port Forwarding" is working. I run a local web server/MAMP (MAC OS X 10), when i connect to my (other) Router running DD-WRT i have ports forwarding for two connections locally, and it works, my sites are right. When i use the Gargoyle's Router, it does not work. and P.Fwd is not real hard to use ;) (again, i am not 100% sure it is the router, but i am pretty sure) ... Anyways, Great software. Thanks.

Cheers.

Re: Router Firmware Requests

Posted: Mon Mar 07, 2016 4:19 pm
by nworbnhoj
x1705 wrote:The Gargoyle login screen shows: "Your Quota" before logging in (for lan) but not ALL of the (if more than one) Quota Rule is set. I would like to see All of the "Quota Limit/Rules on that page,not just the Lan one), no biggie. really. just a suggestion. :)
This is what us supposed to happen - so perhaps more of a bug.
x1705 wrote:I am not 100% sure, but i don't think the "Port Forwarding" is working.
As you say, not hard to use, but could we have a screenshot of your port forwarding table?

Re: Router Firmware Requests

Posted: Mon Mar 07, 2016 6:35 pm
by x1705
could we have a screenshot of your port forwarding table?
I tried, but apparently the MAC OS X does not contain that command (anymore).. and i don't own another to try it on. nonetheless, it's not to important at this time, it could, as far as i know, be something to do with my OS X settings, i will look into it further when i get a chance.

if you know of another means to get the iptables output i'd be happy to try.
noworries.
Thanks.

Re: Router Firmware Requests

Posted: Mon Mar 07, 2016 6:59 pm
by nworbnhoj
you can certainly ssh into the router and from the command line run iptables -t nat -L

but I am a bit more interested in what you are seeing via Gargoyle GUI
Gargoyle - Firewall - Port Forwarding - Individual Port Forwarding
Each row in the port-forwarding-table has an "enabled" tickbox. Are your port forwards enabled?

Re: Router Firmware Requests

Posted: Mon Mar 07, 2016 9:55 pm
by x1705
Desc. Protocol From Port To IP To Port Enabled
site1 both 8888 192.168.1.129 80 [checked]
site2 both 7777 192.168.1.129 80 [checked]

this is exactly like it is on my other (DDWRT) router, which is working.
hmph. :)

Re: Router Firmware Requests

Posted: Mon Mar 07, 2016 10:02 pm
by Lantis
Just letting you both know that when I get home from work I'll split your posts into a seperate thread as this isn't quite the right place for this conversation.
So don't panic if it moves.
It will still be under the "Festure Requests" forum and I'll pm you with a new link.

Edit: actioned 08/03/16

Re: Router Firmware Requests

Posted: Tue Mar 08, 2016 1:00 am
by nworbnhoj
x1705 wrote:Desc. Protocol From Port To IP To Port Enabled
site1 both 8888 192.168.1.129 80 [checked]
site2 both 7777 192.168.1.129 80 [checked]
So the Gargoyle WAN port 8888 will be forwarded to an internal web-server port 80. To get to your website from the Internet a user wil have to specify port 8888 (or 7777) to get to it. Is this what you intend?

Also can you browse to your webserver port 80 from another internal device?

Re: Router Firmware Requests

Posted: Tue Mar 08, 2016 1:15 am
by x1705
So the Gargoyle WAN port 8888 will be forwarded to an internal web-server port 80. To get to your website from the Internet a user wil have to specify port 8888 (or 7777) to get to it. Is this what you intend?
yes that is what i intend.
Also can you browse to your webserver port 80 from another internal device?
yes, i can reach the server, at port 80.


I have tried using various other ports for my sites, ie; 5500,5600,7001,8001. and all have failed. (on Gargoyle router)


They work fine when i am connected to my other DDWRT with those ports, just for comparison. :)

Thanks.