Page 1 of 1
Cannot disable remote access
Posted: Mon Sep 02, 2013 7:02 pm
by sergeyhush
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?

- Screen Shot 2013-09-02 at 3.58.49 PM.png (134.14 KiB) Viewed 5580 times
Gargoyle Version:1.5.10
Model:NETGEAR WNDR3700
Thanks.
Re: Cannot disable remote access
Posted: Tue Jan 14, 2014 10:50 am
by WoodyUK
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.
Re: Cannot disable remote access
Posted: Wed Jan 15, 2014 4:21 pm
by harpy
then add config interface 'lan'
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
Posted: Wed Jan 15, 2014 11:20 pm
by Eric
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
Posted: Thu Jan 16, 2014 9:34 am
by WoodyUK
Yep, your right.
Schoolboy error.
Thanks