• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. astrugatch
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 41
    • Posts 225
    • Groups 0

    Topics

    • A

      Windows 11 Fog Client install failing with HTTPS

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      2
      0 Votes
      2 Posts
      23 Views
      Tom ElliottT

      @astrugatch Thanks, I can reproduce this.

      Cause: since 1.5.10.2253 the server signs its HTTPS certificate with a “FOG Web CA” intermediate under the FOG Server CA. The client installer only accepts an HTTPS certificate issued directly by “FOG Server CA” when it downloads ca.cert.der, so the download fails and the pin fails. The fix is in the client: https://github.com/FOGProject/zazzles/pull/48. It needs a new client release.

      Workaround until then, either one:

      Trust the FOG CA before you install. Download http://<fog-server>/fog/management/other/ca.cert.der (plain HTTP works), then run certutil -addstore Root ca.cert.der as administrator. Then run the HTTPS install as before. Or install with HTTPS off. The client downloads the CA over HTTP, and the server redirects it to HTTPS after that.
    • A

      iPXE build failing

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      7
      0 Votes
      7 Posts
      247 Views
      Tom ElliottT

      @astrugatch Okay thanks and sorry there was that issue.

      Can you pull and try installing again?

      Thank you!

    • A

      Firewall Rules Fog Server

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      2
      0 Votes
      2 Posts
      1k Views
      AUTH IT CenterA

      @astrugatch we have firewalld but you can make the adjustments… some ports have been changed from the initial setup due to network restrictions.

      - name: FOG_Services short: FOG Server network rules description: >- For FOG Server to handle boot, image and various tasks on workstations sources: - SUBNET_IPS allow_icmp: - echo-request - echo-reply services: - ftp - http - mountd - nfs - rpc-bind - tftp ports: - { port: 20048, proto: tcp } # nfs - { port: 20048, proto: udp } # nfs - { port: "35350-36350", proto: udp } # tftp - { port: "49512-65532", proto: udp } # multicast
    • A

      Update failure during creation of PXE with SSL Cert

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • A

      Serverside logs for snapins

      Watching Ignoring Scheduled Pinned Locked Moved General
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • A

      Uninstall Fog Client

      Watching Ignoring Scheduled Pinned Locked Moved General
      6
      0 Votes
      6 Posts
      3k Views
      Tom ElliottT

      @Florent For removal of the FOG Client, a connection to the server is not needed.

      The only reason it’s needed during install is because it’s communicating to the fog server to get the certificates needed from the server. These certificates are not necessary to remove the software.

    • A

      Hostname change / bind "disabled on host"

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      985 Views
      A

      Nevermind. For whatever reason my host module settings were all deselected. No idea why. I am using persistent groups and these are set in that group.

    • A

      Deleted Host attempting to reenroll duplicate MAC

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      471 Views
      A

      When I run :

      SELECT * FROM hostMAC WHERE hmMAC LIKE '%aa:bb:cc:dd:ee:ff%'; SELECT * FROM hosts WHERE hostID IN (SELECT hmHostID FROM hostMAC WHERE hmMAC LIKE '%aa:bb:cc:dd:ee:ff%');

      I get output pertaining to the host that I had deleted via the GUI. Is there a way to delete those records from the DB using the MAC?

    • A

      After update to latest dev version Apache doesn't respond to hostname

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      8
      0 Votes
      8 Posts
      2k Views
      A

      Finally got a chance to run the upgrade again and figured out my issue.

      For some reason safari wasn’t happy with the upgrade. I can open fog fine from a private window or if I cleared history. It doesn’t open in Chrome, which was my other test because chrome doesn’t trust the ssl cert and no longer gives an option to bypass by default.

    • A

      Script to detect and repair AD Biding

      Watching Ignoring Scheduled Pinned Locked Moved General
      7
      0 Votes
      7 Posts
      2k Views
      S

      @astrugatch said in Script to detect and repair AD Biding:

      Is that separate from the cert that is used for HTTPS? Do I need to generate a new cert or does that come from the install as long as it is recent?

      It’s separate from the cert used for HTTPS. Nothing you need to mess with. It’s a code siging certificate and it’s bundled into the fog-client. So if you use a recent one you are good to go.

    • A

      PXE Failure virtual box

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      673 Views
      Tom ElliottT

      @astrugatch if this host isn’t already registered, this can be enabled globally, and likely won’t hurt anything even if it’s forgotten about.

      FOG Configuration Page -> FOG Settings -> KERNEL ARGS add noapic

    • A

      Recommended branch?

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      474 Views
      S

      @astrugatch Latest laster is 1.5.9 as of now. There have been a fair amount of fixes since then. I would suggest you use dev-branch to make sure you have all those fixes included.

    • A

      Simplifying Deployment with Official Virtual Appliance

      Watching Ignoring Scheduled Pinned Locked Moved General
      19
      0 Votes
      19 Posts
      7k Views
      Wayne WorkmanW

      @astrugatch I haven’t done anything on this yet.

      @moderators would there be any issue with using a forums topic to host torrent files for a fog VM image?

    • A

      MAC already exists

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      5
      0 Votes
      5 Posts
      2k Views
      A

      @Sebastian-Roth

      Now that I have the necessary MAC addresses at least associated with the machine I am good for now. I will wait for a final release before I move. This isn’t a deal breaker kind of issue for me.

    • A

      Web UI unavailable after 1.5.8 upgrade

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      572 Views
      S

      @astrugatch Good to know this was caused by browser caching. I can imagine more people running into this. Thanks!

    • A

      Unable to update kernel

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      8
      0 Votes
      8 Posts
      2k Views
      A

      @george1421

      Looked through the guide and everything matched, it was just the tftp server password that was wrong.

    • A

      HTTPS Apache Config

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      4
      0 Votes
      4 Posts
      1k Views
      S

      @astrugatch Yeah, probably a good idea. We’d need to do extensive testing on this. E.g. iPXE boot, fog-client, storage nodes (php curl calls) and so on.

      PS: Moved to feature request.

    • A

      LDAP Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      11
      0 Votes
      11 Posts
      3k Views
      Tom ElliottT

      For 1.5.X LDAP ports were being applied within the database, but not used in all areas. I have since fixed this so it will use the ports list defined by the user instead of predetermined ports.

    • A

      Failed upgrade to latest 1.5.7.xxx

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      27
      0 Votes
      27 Posts
      7k Views
      A

      @Sebastian-Roth

      fogadmin@fogimaging:~$ ls -al /var/www && ls -al /var/www/html total 16 drwxr-xr-x 4 root root 4096 Feb 13 10:53 . drwxr-xr-x 14 root root 4096 Sep 11 2017 .. drwxr-xr-x 10 www-data www-data 4096 Feb 13 11:04 fog drwxr-xr-x 2 root root 4096 Sep 11 2017 html total 20 drwxr-xr-x 2 root root 4096 Sep 11 2017 . drwxr-xr-x 4 root root 4096 Feb 13 10:53 .. lrwxrwxrwx 1 root root 13 Sep 11 2017 fog -> /var/www/fog/ -rw-r--r-- 1 root root 10701 Sep 11 2017 index.html
    • A

      Security Request: Integrated Fail2Ban for login window

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      9
      1 Votes
      9 Posts
      3k Views
      L

      @george1421 Thanks for the input!

      I’m not looking to specifically put F2B in; I am putting in code to log to a file login failures and successes, then the SysAdmin can choose to setup a F2B jail based on that. I believe heavily in separation of responsibilities, so I will definitely look into writing a proper tutorial.

      Do you think code for simply logging the login attempts would get merged?

    • 1 / 1