===Reset users===It is known that some customers will find themselves locked out from the GUI after changing the password for the '''Administrator''' user, however they will still have access via ''telnet''. Do the following to create an appropriate user. user flush exitTelnet to the router again but this time use the username '''root''' with no password. user add name Admin password awordortwo role SuperUser defuser enabled defremadmin enabled deflocadmin enabledFurther options may be requested, however defaults or blanks are allowed.Check that access to the GUI is now allowed using the new details.===Allow remote access to GUI or Telnet===Users that want to remotely manage their routers either through the GUI or via telnet can.First create a user as above, this gives that user privilege to manage remotely, then telnet to the router. service system ifadd name HTTP group wan service system ifadd name HTTPs group wan service system ifadd name TELNET group wanThis of course opens the router up to anyone on the internet. To secure access to an IP or range of IP's type the following. service system ipadd name HTTP ip 212.23.9.250 service system ipadd name HTTPs ip 82.69.227.30/29 service system ipadd name TELNET ip 212.23.9.250-212.23.9.259If locking down to IP, remember that it takes effect immediately. If you are connected to the router via telnet from the local network and you lock telnet down to a WAN IP you will be instantly disconnected and be unable to connect from anywhere other than the WAN IP specified. '''Be sure to add the IP you are currently connected from first'''.
system config digestauth=disabled