My router is setup as shown on the image - only local access via https, remote is disabled. But is still can go to the WAN facing ip and see the login page. How do I disable the remote ability to configure router for good?
Model:NETGEAR WNDR3700
Thanks.
Gargoyle Version:1.5.10Cannot disable remote access
Moderator: Moderators
Re: Cannot disable remote access
I also have this problem.
Remote Web Admin Access still possible even when set to disabled on the Router Access GUI page.
Dlink dir825
Gargoyle Built 20140102-1815
Any help appreciated, thank you.
Remote Web Admin Access still possible even when set to disabled on the Router Access GUI page.
Dlink dir825
Gargoyle Built 20140102-1815
Any help appreciated, thank you.
Dlink dir825 revB1 stock FW 2.09EU b09 jan2013 -> Gargoyle-ispy 1.5.X (Built 20140102-1815 git@3afc491)
Re: Cannot disable remote access
Code: Select all
vi /etc/config/dropbear
Code: Select all
config dropbear
option PasswordAuth 'on'
option RootPasswordAuth 'on'
option Port '22'
# option BannerFile '/etc/banner'
option Interface 'lan'
Re: Cannot disable remote access
If you try to access the external IP from inside the network it will allow you to do this, since you are actually on the LAN. If you try to access that IP from outside the network it will be blocked, as specified. Make sure you are actually trying to access that IP from the outside when you do your testing. I just tested this and verified that remote IPs cannot access the router.
Re: Cannot disable remote access
Yep, your right.
Schoolboy error.
Thanks
Schoolboy error.
Thanks
Dlink dir825 revB1 stock FW 2.09EU b09 jan2013 -> Gargoyle-ispy 1.5.X (Built 20140102-1815 git@3afc491)