Hi all, how do we block access to the default page on the MT box without killing access to usermanager (at same address). If customers drop off the “/userman” they get the default page and the abiltiy to view other customers PPPoE interfaces.
yup...
for temporary, we used userman for manage user and only our admins know and had access it. many arguments why our user can't access our '/userman' or '/user', that's our policy....!!!
again, this opinion for us...
Clients allways forgot about the /userman. Any idea’s on how to fix this? Perhaps somehow “adding a switch” (as airstream mentioned) to enable Winbox/ROS Default Page only on certain interfaces and userman as default on other interfaces. Or perhaps do it IP based.
I think this is a relatively important thing for many/most clients.
You know how you could handle this is to perhaps set up a DNS record in the router of whatever, say, user.customer.com and point that to an IP address of a web server somewhere in your network. Set the default page on the webserver to do a redirect to the correct usermanager page and you’re sorted.
Hi all, is there any plans to take this security hole seriously. By saying “hole” I dont think its anything that can be remotley compromised, but customers that hit the root page have a abilty to look at other peoples pppoe interfaces, this is a privacy issue right there, especially that in my country we have specific laws that deal with this.
Essentially, viewing other peoples records (all beit just interfaces values), needs to be blocked either by interface or IP, or better to turn it off.
If you are talking about ‘graphs’ available at the RouterOS webpage. To restrict access per address specify ‘allow-address’, ‘allow-address’ is available at each graph.
Why not change the default www port on the router to something else, then tell the user to go to some webpage on your website or something with a link to the router http://routername:port_number_you_changed_www_to/user.
This is how we get around the problem, it also removes an open port 80 on your router which people always try once they know the address range they are on.
I do not see any other opportunity to view information about PPPoE as graphs, graphs access is limited using above mentioned options.
Access for simple HotSpot (User Manager) user and even for User Manager subscriber is not possible,
to Winbox,
Telnet,
Webbox.
What is the problem with default page displaying ?
Lets make it simple. I and others want a feature to restrict the mikrotik default web page (change it, turn it off - MORE CONTROL OF THIS COMPONENT), for many reasons, some of which are listed in this thread.
Debating what can be accessed etc from the default page is irrelevant. Workarounds are not the solution we are seeking, and I have made it clear the feature we desperatly require.
Thanks for the tip, i can create the firewall rule to do that easy enough but could you possibly direct me to the command to change the port Usermanager web interface listens on.
We have a 99% workaround. It requires web proxy package. Redirect all inward port 80 requests to proxy with firewall. Create access rules for deny all and one allow rule with IP of MT and “/um*” as the action.
After this, the root page is blocked by proxy and /um* works for the usermanager features.