NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

laat's avatar
laat
Aspirant
Apr 06, 2022
Solved

ReadyNas 6.10.7

Hello and thank you for reading my question.   To have one and only one share available on the wan, I have enabled https access for that share.   Now I notice that also the admin GUI (https:..../...
  • laat's avatar
    laat
    Apr 06, 2022

    Thank you,

    Since apparently there is no intended configuration setting to do this, I have entered it manually in the configuration as follows. This assumes that your LAN ip addressrange starts with 192.168., if not you can change that in the instructions below. Suggestions to make this easier are welcome.

     

    1. Create a new file /etc/apache2/conf-enabled/PasswordRecoveryLanOnly.conf containing these lines:

    <Location /password_recovery/>
    Order deny,allow
    deny from all
    allow from 192.168
    </Location>

    <Location /my_password>
    Order deny,allow
    deny from all
    allow from 192.168
    </Location>

     

    2. Edit the file /etc/frontview/apache/fv-admin.conf. In the <Location /admin> block mark two lines as comment by putting a # sign in front of it:

    # Order allow,deny
    # Allow from all

    And right below that add 3 lines:

    Order deny,allow
    deny from all
    allow from 192.168

     

    3. Restart frontview with the command:

    service apache2 restart

     

NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology! 

Join Us!

ProSupport for Business

Comprehensive support plans for maximum network uptime and business peace of mind.

 

Learn More