Dynamic IP troubles

Post Reply
User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Dynamic IP troubles

Post by TeoTwawki » Mon Jul 15, 2013 11:00 pm

I have a domain name set up to handle log in, but reading the guide it seems the map server requires an explicit IP address. The problem is that address will change and I have no way to stop it from doing so. Am I going to have to edit IP for the map server every time it does or is there a way around this?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Dynamic IP troubles

Post by bluekirby0 » Tue Jul 16, 2013 12:08 am

A few options here:
1. Try to avoid your server disconnecting and it should renew its DHCP lease with the same IP each time.
2. Write a tool that auto-updates your IP with a DB query on either an interval or some kind of triggered event. You may be required to restart your servers any time it changes though.
3. Use ffxi-boot_mod3 to log in using the hairpinning hack. It will bypass the zoneip of the server entirely.

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Dynamic IP troubles

Post by TeoTwawki » Tue Jul 16, 2013 5:40 pm

Thanks! I didn't know that about the hairpin option.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

Post Reply