Cannot disable remote access

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
sergeyhush
Posts: 1
Joined: Mon Sep 02, 2013 6:56 pm

Cannot disable remote access

Post 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
Screen Shot 2013-09-02 at 3.58.49 PM.png (134.14 KiB) Viewed 5065 times
Gargoyle Version:1.5.10
Model:NETGEAR WNDR3700

Thanks.

WoodyUK
Posts: 7
Joined: Sun Jan 12, 2014 8:54 am

Re: Cannot disable remote access

Post 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.
Dlink dir825 revB1 stock FW 2.09EU b09 jan2013 -> Gargoyle-ispy 1.5.X (Built 20140102-1815 git@3afc491)

harpy
Posts: 6
Joined: Mon Dec 30, 2013 7:32 am

Re: Cannot disable remote access

Post by harpy »

Code: Select all

vi /etc/config/dropbear
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'

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: Cannot disable remote access

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

WoodyUK
Posts: 7
Joined: Sun Jan 12, 2014 8:54 am

Re: Cannot disable remote access

Post by WoodyUK »

Yep, your right.
Schoolboy error.
Thanks
Dlink dir825 revB1 stock FW 2.09EU b09 jan2013 -> Gargoyle-ispy 1.5.X (Built 20140102-1815 git@3afc491)

Post Reply