Page 2 of 2

Re: Remote Web Acccess Not Working

Posted: Tue Feb 02, 2016 3:08 pm
by nworbnhoj
ispyisail wrote:your router will be attempted to be hacked almost straight away.
Agree entirely
ispyisail wrote:I haven't read this whole post but..................
The Gargoyle WAN is on the LAN side of the Internet gateway/firewall in this instance.

Re: Remote Web Acccess Not Working

Posted: Tue Feb 02, 2016 3:36 pm
by TrickyT
1). I use OpenVPN.
2. This.
The Gargoyle WAN is on the LAN side of the Internet gateway/firewall in this instance.
3). The firewall on my cable modem is set to deny all requests, no open ports.
4). The firewall on my primary router is set to deny all requests, no open ports.
5). My passwords are all random generated, usually better than 12 digits, with the full range of a-z, A-Z, 0-9, and the special characters.

Not an issue, but thanks for pointing it out.

Re: Remote Web Acccess Not Working

Posted: Tue Feb 02, 2016 10:43 pm
by TrickyT
Huh. Well, now I feel like an idiot.

Updated the firmware to gargoyle_1.9.0-ar71xx-nand-wndr4300-squashfs-sysupgrade, and now it works. Looking at the firewall code, it now shows this:

Code: Select all

firewall.ra_443_443=remote_accept
firewall.ra_443_443.local_port='443'
firewall.ra_443_443.remote_port='443'
firewall.ra_443_443.proto='tcp'
firewall.ra_443_443.zone='wan'
firewall.ra_80_80=remote_accept
firewall.ra_80_80.local_port='80'
firewall.ra_80_80.remote_port='80'
firewall.ra_80_80.proto='tcp'
firewall.ra_80_80.zone='wan'
firewall.ra_22_22=remote_accept
firewall.ra_22_22.local_port='22'
firewall.ra_22_22.remote_port='22'
firewall.ra_22_22.proto='tcp'
firewall.ra_22_22.zone='wan'
Moral of the story: Always make sure you've got the latest version before asking for help.

Sorry to have wasted your time on a relearning experience for me.

Re: Remote Web Acccess Not Working

Posted: Wed Feb 03, 2016 1:00 am
by nworbnhoj
Glad it is working!
TrickyT wrote:Moral of the story: Always make sure you've got the latest version before asking for help.
Should have been working in prior versions - no changes there recently - dunno
TrickyT wrote:Sorry to have wasted your time on a relearning experience for me.
No problem I learned stuff too. That is a good part of the reason why I try and help here.

Re: Remote Web Acccess Not Working

Posted: Tue May 17, 2016 3:18 pm
by k.dimitrovski
Sorry to hijack this thread, but I have only one simple question.
Is there a way to limit the "Remote Web Admin Access" only to certain public addresses?
I've done this in both stock TP-Link and D-Link firmwares, OpenWRT, DD-WRT etc. but I can't find this option in Gargoyle UI.

Re: Remote Web Acccess Not Working

Posted: Tue May 17, 2016 6:32 pm
by nworbnhoj
k.dimitrovski wrote:Is there a way to limit the "Remote Web Admin Access" only to certain public addresses?
No it is not available from the GUI (but it would be an important feature IMO).

You can achieve this by using the command line interface to directly configure the firewall rules.