wrong ip address WOL - how to change?
-
I have changed my server ip address. All works OK with one exception: I get an error in apache error log:
[error] [client 192.168.68.252] File does not exist: /var/www/html/fog/wolWhere can I change this IP adress to the new one?
-
@pmonstad Hi, which version of FOG ?
-
Oh, sorry I forgot. svn 5927
-
Which ip? The error log should show the client that made the request. The error is it cannot find that folder on the server.
-
Marking this solved as the log message was just a misinterpretation by the OP. What the error means is that someone (client IP 192.168.68.252) tried to access http://fog.server.ip.addr/fog/wol and apache reported that this file does not exist! This has nothing to do with IP change or WOL!!
-
@Sebastian-Roth I see. A coincidence this was the IP address of my old server, so that is the reason I asked.