LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Access MySQL, Webmin, Tomcat, Apache (https://www.linuxquestions.org/questions/linux-newbie-8/access-mysql-webmin-tomcat-apache-262475/)

treotan 12-04-2004 08:34 AM

Access MySQL, Webmin, Tomcat, Apache
 
I just installed those web server programs included Apache, Tomcat, MySQL and Webmin; But only Apache I can remote access by windows 2000. Another I cannot login from remote machine.

MySQL - I tried to login MySQL Administrator from the remote windows 2000 machine. It failed to login.

WebMin - I already config the ip access control of webmin configuration and only accept the ip range (192.168.1.1/255.255255.0) can be login! but I cannot access by the remote machine 192.168.1.100 window 2000 machine!

Tomcat - I just installed the 5.0.30 version of Tomcat, have not config anything. It failed to login through windows machine from 192.168.1.100!

linux_terror 12-04-2004 04:22 PM

Quote:

MySQL - I tried to login MySQL Administrator from the remote windows 2000 machine. It failed to login.
if the windows 2000 machine was named fred and you wanted to log into mysql as user root you would need to create a mysql user named root@fred on the linux box to be able to log in. Also add fred to your /etc/hosts file.

Quote:

WebMin - I already config the ip access control of webmin configuration and only accept the ip range (192.168.1.1/255.255255.0) can be login! but I cannot access by the remote machine 192.168.1.100 windows 2000 machine!
Webmin operates by default on port 10000, if the local ip of the linux box is 192.168.1.11 then you would need to go to http://192.168.1.11:10000 to view webmin.

Quote:

Tomcat - I just installed the 5.0.30 version of Tomcat, have not config anything. It failed to login through windows machine from 192.168.1.100
Tomcat by default runs on port 8080 I believe(check you config) so if the linux boxes local ip is 192.168.1.11 you would go to http://192.168.1.11:8080 to access your tomcat server.

You will also need to make sure that your firewall is not blocking these ports as that would make the servers unreachable as well.

Hope this helps,
linux_terror


All times are GMT -5. The time now is 05:06 PM.