• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

MAC Address manufacturer doesn't update

Scheduled Pinned Locked Moved
FOG Problems
3
4
619
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    Rayco
    last edited by Jan 3, 2022, 10:53 AM

    Hello,

    I never had problems with mac list update, but in my last update FOG cannot open http://standards.ieee.org/regauth/oui/oui.txt because isen’t a valid link now.

    I visit ieee.org website and now the link is different; http://standards-oui.ieee.org/oui/oui.txt

    How can I do manually update? or, How can I change updater url?

    Thank you in advance.

    R 1 Reply Last reply Jan 3, 2022, 11:37 AM Reply Quote 0
    • R
      Rayco @Rayco
      last edited by Rayco Jan 3, 2022, 5:38 AM Jan 3, 2022, 11:37 AM

      @rayco I solved this problem changging it manually.

      nano ./fog/lib/pages/fogconfigurationpage.class.php

      public function maclistPost()
      {
      if (isset($_GET[‘update’])) {
      self::clearMACLookupTable();
      $url = ‘http://linuxnet.ca/ieee/oui.txt’;; <-------------------------- Changing this link for; ‘http://standards-oui.ieee.org/oui/oui.txt’

      👍 Current Records: 31239 successful

      G 1 Reply Last reply Jan 3, 2022, 11:38 AM Reply Quote 2
      • G
        george1421 Moderator @Rayco
        last edited by Jan 3, 2022, 11:38 AM

        @rayco Nice thank you for the find. @Developers ??

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Jan 4, 2022, 4:14 PM

          @Rayco Thanks for letting us know. Though I guess we have updated this long ago. See this commit from 2018: https://github.com/FOGProject/fogproject/commit/b629d5ef15ae52f680fb5c7b99c53ee1da91aa5a#diff-6c19cefd5d36153992eb2ff3ad4873a91680a65ef783d8aa86751fea6f90ef29 (We have changed the URL to standards-oui.ieee.org despite Tom’s comment in that commit.)

          I never had problems with mac list update, but in my last update FOG cannot open http://standards.ieee.org/regauth/oui/oui.txt because isen’t a valid link now.

          You seem to be mixing up a few things here. First we need to know which version exactly you use and if you’ve manually modified the code already. The very latest dev-branch code is already using the URL you ask about. And this is the same if you’d use latest alpha from working-1.6 branch.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            3/4
            Last post

          195

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project