OK, thanks!
Is there another solution?
I’m thinking of connecting the schools temporary with a OpenVPN and join them all together in one domain. So each location would still have a DC and file servers untill they are connected with fiber.
OK, thanks!
Is there another solution?
I’m thinking of connecting the schools temporary with a OpenVPN and join them all together in one domain. So each location would still have a DC and file servers untill they are connected with fiber.
Hi
Is it possible to use a DNS name in the IP address field when installing FOG Client?
I have 4 schools that will be connected with fiber within +/- 1 year.
Now there is no connection at all.
I’d like to use FOG server NOW in each school, but as soon as they are connected, I’d like to keep just one FOG server.
School 1: fog-server -> 10.1.0.111 (will remain)
School 2: fog-server -> 192.168.0.111 (wil be removed)
School 3: fog-server -> 10.4.0.111 (wil be removed)
School 4: fog-server -> 172.16.0.111 (wil be removed)
Is it possible and is it going to work, pointing it to another server (after manually importing all Hosts and transferring images to the 10.1.0.111 FOG server?)
@george1421 Thanks George. That solved my problem.
@tom-elliott That solved my problem. Thanks!
@george1421 Yes, the file exists and contains this:
<VirtualHost :80>
<FilesMatch “.php$”>
SetHandler “proxy:fcgi://127.0.0.1:9000/”
</FilesMatch>
KeepAlive Off
ServerName 10.1.0.111
DocumentRoot /var/www/
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule . - [F]
<Directory /var/www/fog/>
DirectoryIndex index.php index.html index.htm
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d
RewriteRule ^/(.*)$ /fog/api/index.php [QSA,L]
</Directory>
</VirtualHost>
I have the same issue with the web page but everyting else works fine.
How to fix this?
Hi
At school we have one PFsense as router/firewall/DHCP server with VLAN’s set up.
Wake On Lan works perfectly from PFsense to the clients.
From FOG is does not because it’s in an other VLAN.
How to enable WOL broadcast (only) from the FOG server to all other VLAN’s in PFsense 2.4.3?
Hi
In a Windows domain, with 400 Windows 10 clients all hosts show as “down” if the firewall is enabled.
I already opened UDP port 7 as mentioned in https://wiki.fogproject.org/wiki/index.php?title=Troubleshooting_Host_Management_Showing_Hosts_as_Down
When I disable the firewall, everything works fine.
The fog client accepts commands from the fog server.
What other ports have to be opened?