• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. martial
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by martial

    • M

      Solved button "Reset encryption Data" does not appear

      FOG Problems
      • • • martial
      20
      0
      Votes
      20
      Posts
      1.1k
      Views

      S

      @martial said in button "Reset encryption Data" does not appear:

      I guess the virtual mac address made by forticlient is the big problem as it is created on multiple clients?

      Yes, most probably. Take a look at the option QUICKREG PENDING MAC FILTER in FOG Configuration -> FOG Settings -> FOG Client - Host Register!

    • M

      Unsolved USB nic general problems

      FOG Problems
      • • • martial
      6
      0
      Votes
      6
      Posts
      602
      Views

      S

      @martial The fog-client mostly fails with Middleware::Response Invalid security token. From that I see in our code this can only happen if there is a security token set in the DB for this host (identified via MAC address but it’s always the same as you re-use the same adapter over and over).

      Well let’s see if we can figure this out in the DB:

      shell> mysql -u root -p Password: ... mysql> use fog; ... mysql> SELECT h.hostID,h.hostName,h.hostSecToken,m.hmMAC,m.hmPrimary,m.hmPending FROM hosts h JOIN hostMAC m ON h.hostID=m.hmHostID AND m.hmMAC LIKE '%aa:bb:cc:dd:ee:ff%'; ...

      Use the USB nic adapter MAC address instead of aa:bb:cc:dd:ee:ff. See if you get any results.

    • 1 / 1