|
Protecting admin access 7 Months, 1 Week ago
|
Karma: 0
|
|
In my case, all users are remote so I need to put the desktop on the Internet. Is there a method by which to prevent remote users from reaching the admin section via URL blocking or some other means? It does not appear so.
|
|
voopy
Fresh Boarder
Posts: 42
|
|
|
|
|
Re:Protecting admin access 7 Months, 1 Week ago
|
Karma: 104
|
|
You could add a clause
<Directory "/var/www/html/admin">
deny from all
allow from my.allowed.network/netmask
</Directory>
to /etc/httpd/conf.d/elastix.conf
then issue
/etc/init.d/httpd restart
|
|
|
|
Last Edit: 2010/01/26 14:24 By dicko.
I assume you have downloaded, read and absorbed - Links hidden for unregistered users. Login or register Here, I encourage you all to visit Links hidden for unregistered users. Login or register Here
Dicko
|
|
|
Re:Protecting admin access 7 Months, 1 Week ago
|
Karma: 36
|
|
Be sure to put a secure password.
What does your remote users do? Do they need to access the web interfase?
It would be a good idea to use vpns between Elastix and your clients desktop/phones/networks.
Regards,
Rafael
|
|
|
|
|
|
|
Re:Protecting admin access 7 Months, 1 Week ago
|
Karma: 0
|
|
They are all mobile and need access to the dashboard.
|
|
voopy
Fresh Boarder
Posts: 42
|
|
|
|
|
Re:Protecting admin access 6 Months, 3 Weeks ago
|
Karma: 0
|
|
I've tried this but it seems to allow users in who aren't in the network range.
|
|
voopy
Fresh Boarder
Posts: 42
|
|
|
|
|
Re:Protecting admin access 6 Months, 3 Weeks ago
|
Karma: 0
|
|
voopy wrote:
I've tried this but it seems to allow users in who aren't in the network range.
I had put the changes in when I asked here about this but had forgotten that the web server hasn't been restarted since then.
Next question; Any way of preventing the login pop up box next?
|
|
voopy
Fresh Boarder
Posts: 42
|
|
|
|
|
Re:Protecting admin access 6 Months, 3 Weeks ago
|
Karma: 104
|
|
Why ??
|
|
|
|
I assume you have downloaded, read and absorbed - Links hidden for unregistered users. Login or register Here, I encourage you all to visit Links hidden for unregistered users. Login or register Here
Dicko
|
|
|
Re:Protecting admin access 6 Months, 3 Weeks ago
|
Karma: 0
|
|
To prevent temptation by anyone who found it popping up. We don't need this from outside, we need it only from inside while allowing users to get at their dashboard.
|
|
voopy
Fresh Boarder
Posts: 42
|
|
|
|
|
Re:Protecting admin access 6 Months, 3 Weeks ago
|
Karma: 104
|
|
Then do the same thing in your .htaccess file
|
|
|
|
I assume you have downloaded, read and absorbed - Links hidden for unregistered users. Login or register Here, I encourage you all to visit Links hidden for unregistered users. Login or register Here
Dicko
|
|
|
Re:Protecting admin access 6 Months, 3 Weeks ago
|
Karma: 0
|
|
In the /admin/modules section then?
|
|
voopy
Fresh Boarder
Posts: 42
|
|
|
|
|