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