XFileSharing Pro - Dedicated Server with Dynamic Ip
-
- Posts: 7
- Joined: Jun 03, 2008 12:04 pm
Dedicated Server with Dynamic Ip
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.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
If changes IP address of File-server, I think it's enought to comment this line in fs.cgi:
to disable IP check.
Code: Select all
die"444" unless $server->{srv_ip} eq $ENV{REMOTE_ADDR};