• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. fogman4
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 18
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by fogman4

    • RE: Boot Ubuntu 20.04.3 UEFI + Preseed = Error cannot verify [...] certificate issued by CN=FOG Server CA

      @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.

      1. 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.
      2. 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.
      3. 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 :

      https://forums.fogproject.org/topic/15760/uefi-boot-pxe-preseed-ubuntu20-04-via-nfs-with-https-preseed?_=1641557754413

      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.

      posted in FOG Problems
      fogman4F
      fogman4
    • RE: Boot Ubuntu 20.04.3 UEFI + Preseed = Error cannot verify [...] certificate issued by CN=FOG Server CA

      @george1421 : Thank you very much.

      In fact i’m used to regular pxe server and we use fog mostly for the cloning feature for windows Workstations.

      To deal with Ubuntu workstations i like to do iso booting + pxe , this way i can mix/test configurations (preseed.cfg) of installation process quickly/easily directly from our gitea.

      By the way i use fog as the main pxe server even for servers with debian based installations.

      After this part of deployment ansible is the king of the hill to do all basics/complex tasks.

      Can i modify the topic’s title with SOLVED ? Can i edit my posts to remove the domain’s informations ?

      Regards.

      posted in FOG Problems
      fogman4F
      fogman4
    • 1 / 1