W4RP3D Posted July 11, 2006 Share Posted July 11, 2006 So i installed apache, php and MySQL using this tutorial *clicky* but i have a dynamic IP, how can i make it assesable form the net? ( a free solution would be nice.) Thanks Quote Link to comment Share on other sites More sharing options...
moonlit Posted July 11, 2006 Share Posted July 11, 2006 www.no-ip.com www.dyndns.com Quote Link to comment Share on other sites More sharing options...
stingwray Posted July 11, 2006 Share Posted July 11, 2006 To allow people to access from the internet you need to forward the ports on your router to the internal IP of the server for the services that you are running. Then you need a domain name, so people don't have to remember IP addresses. As you say you have a dynamic IP then you will need something called a Dynamic DNS, this you can get for free from one of the providers that moonlit has provided. You install their software and it will make sure that the domain that you get from them always goes to your current IP. You can then buy a domain yourself and forward that domain to the domain you get from your Dynamic DNS provider, so you can have something like xyz.com rather than xyz.no-ip.com. Quote Link to comment Share on other sites More sharing options...
W4RP3D Posted July 14, 2006 Author Share Posted July 14, 2006 thanks guys, now how do i configure MySQL? i tryed to go though a tutorial but it doesnt seem to work? Quote Link to comment Share on other sites More sharing options...
cooper Posted July 14, 2006 Share Posted July 14, 2006 My guess is that MySQL by default doesn't listen on a port (instead using a filesystem socket) and whatever you're using doesn't know how to deal with that. How to fix that? Um... Read some docs. This isn't something you should be doing without thinking it through. You should *NOT* have a database listening on a port that can be directly accessed from the internet. Try to use a separate machine, but if you can't at least firewall the bejeezus out of it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.