Remote Web Acccess Not Working

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: Remote Web Acccess Not Working

Post 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.
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

TrickyT
Posts: 9
Joined: Sat May 16, 2015 12:55 am
Location: Houston, TX

Re: Remote Web Acccess Not Working

Post 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.
Noob. Please be gentle!
TP-Link WR1043ND running DD-WRT
Netgear WNDR4300v1 running Gargoyle 1.9.0

TrickyT
Posts: 9
Joined: Sat May 16, 2015 12:55 am
Location: Houston, TX

Re: Remote Web Acccess Not Working

Post 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.
Noob. Please be gentle!
TP-Link WR1043ND running DD-WRT
Netgear WNDR4300v1 running Gargoyle 1.9.0

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: Remote Web Acccess Not Working

Post 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.
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

k.dimitrovski
Posts: 1
Joined: Tue May 17, 2016 3:13 pm

Re: Remote Web Acccess Not Working

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

nworbnhoj
Posts: 916
Joined: Mon Jul 21, 2014 10:08 am
Location: Australia
Contact:

Re: Remote Web Acccess Not Working

Post 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.
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E

Post Reply