XFileSharing Pro - Dedicated Server with Dynamic Ip

Message
Author
kleinergeist191
Posts: 7
Joined: Jun 03, 2008 12:04 pm

Dedicated Server with Dynamic Ip

#1 Postby kleinergeist191 » Jun 04, 2008 5:06 pm

Is it possible to make the dedicated server available with a dynamic ip address. I have the Problem that every 24 hours the ip canched on my second server and than the mainserver don´t update gis database.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jun 05, 2008 5:45 am

If changes IP address of File-server, I think it's enought to comment this line in fs.cgi:

Code: Select all

die"444" unless $server->{srv_ip} eq $ENV{REMOTE_ADDR};
to disable IP check.