@george1421 : Hi George
Thank you for your response as always it’s fast and relevant.
As you notice english’s not my native language i’ll try to be clear.
- There are 2 differents servers: old one (deb10) and new one (deb11) . I installed a fresh new Debian 11 OS on a VM to do some tests on another facility. I keep the older (debian 10) fog server on the main site.
- Debian 11 is the OS of the FOG server 1.5.9 119. The target comptuter is booting a ubuntu 20.04.3 iso via NFS.
- I’m automating installing Ubuntu 20.04.3 with (debian) preseed which works like a charm on the older server. I’m not confortable with doing image capture/deploy with ubuntu. I want to keep control over specific setting for several workstations whithout doing a capture/deploy cycle each time i do some tests.
You’re right it’s a redirection and you know what ? I’m a complete dumbass :
diff 001-fog.conf 001-fogm.conf
5,6c5,7
< ServerName 192.168.1.200
< ServerAlias fogdeb10.ad.atdqm.tech
---
> KeepAlive Off
> ServerName 10.17.1.220
> ServerAlias fogm.ad.atdqm.tech
8,13c9,14
< RewriteEngine Off
< # RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
< # RewriteRule .* - [F]
< # RewriteRule /management/other/ca.cert.der$ - [L]
< # RewriteCond %{HTTPS} off
< # RewriteRule (.*) https://%{HTTP_HOST}/$1 [R,L]
---
> RewriteEngine On
> RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
> RewriteRule .* - [F]
> RewriteRule /management/other/ca.cert.der$ - [L]
> RewriteCond %{HTTPS} off
> RewriteRule (.*) https://%{HTTP_HOST}/$1 [R,L]
20,21c21,22
< ServerName 192.168.1.200
< ServerAlias fogdeb10.ad.atdqm.tech
---
> ServerName 10.17.1.220
> ServerAlias fogm.ad.atdqm.tech
24c25
< SSLProtocol all -SSLv3 +TLSv1.3
---
> SSLProtocol all -SSLv3 -SSLv2
I got the exact same problem few times ago and you and @Sebastian-Roth already helped me out !
Right here :
I just adapt the the apache conf of new FOG and it works perfectly ! Now i just feel stupid.
Thank you very much and sorry for the convenience.
Best regards.