• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Can not get DHCP leases on new intel I225-LM based machine

Hardware
9
27
5.0k
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.
  • S
    stephenw10 Netgate Administrator
    last edited by Nov 2, 2022, 12:38 AM

    Did you already try disabling hardware checksum offloading? And rebooted to be sure it applied?

    Seeing that in a pcap in the igc driver but not at the other end of a directly connected cable implies the hardware is not putting it on the wire for some reason.

    Steve

    T 1 Reply Last reply Nov 2, 2022, 1:18 AM Reply Quote 0
    • T
      TripleZ @stephenw10
      last edited by Nov 2, 2022, 1:18 AM

      @stephenw10 I did and rebooted multiple times throughout all my testing.

      I noticed some generic error message in the windows event view logs:

      Your computer was not assigned an address from the network (by the DHCP Server) for the Network Card with network address xxx. The following error occurred: 0x79. Your computer will continue to try and obtain an address on its own from the network address (DHCP) server.

      Which seems...not useful. I tried a completely different windows machine (laptop has a realtek NIC, other machine has an intel NIC) and observed the same behavior. Just to try and rule out some windows issues, I booted a live ubuntu image and experienced the exact same behavior. Can set a manual address and get connected, but DHCP does not work.

      pcap (all UDP traffic, might be extraneous things in here) on pfsense LAN:

      00:51:11.692951 IP 0.0.0.0.68 > 255.255.255.255.67: UDP, length 285
      00:51:11.693055 IP 192.168.3.1.67 > 192.168.3.10.68: UDP, length 300
      00:51:12.587322 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 45
      00:51:13.264491 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 139
      00:51:16.287778 IP 0.0.0.0.68 > 255.255.255.255.67: UDP, length 285
      00:51:16.287871 IP 192.168.3.1.67 > 192.168.3.10.68: UDP, length 300
      00:51:16.590436 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 45
      00:51:40.538343 IP 0.0.0.0.68 > 255.255.255.255.67: UDP, length 285
      00:51:40.538453 IP 192.168.3.1.67 > 192.168.3.10.68: UDP, length 300
      00:51:40.607481 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 45
      00:51:54.490489 IP 0.0.0.0.68 > 255.255.255.255.67: UDP, length 285
      00:51:54.490570 IP 192.168.3.1.67 > 192.168.3.10.68: UDP, length 300
      00:51:56.306841 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 139
      00:51:57.050628 IP 0.0.0.0.68 > 255.255.255.255.67: UDP, length 285
      00:51:57.050703 IP 192.168.3.1.67 > 192.168.3.10.68: UDP, length 300
      00:51:57.592485 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 45
      00:51:58.339711 IP6 fe80::3ee5:e629:f781:f4ce.5353 > ff02::fb.5353: UDP, length 139
      

      dhcpd logs:

      Nov 2 00:49:41 	dhcpd 	89628 	DHCPDISCOVER from b0:25:aa:2c:b1:69 via igc0
      Nov 2 00:49:42 	dhcpd 	89628 	DHCPOFFER on 192.168.3.10 to b0:25:aa:2c:b1:69 (kubuntu) via igc0
      Nov 2 00:49:46 	dhcpd 	89628 	DHCPDISCOVER from b0:25:aa:2c:b1:69 (kubuntu) via igc0
      Nov 2 00:49:46 	dhcpd 	89628 	DHCPOFFER on 192.168.3.10 to b0:25:aa:2c:b1:69 (kubuntu) via igc0
      Nov 2 00:49:54 	dhcpd 	89628 	DHCPDISCOVER from b0:25:aa:2c:b1:69 (kubuntu) via igc0
      Nov 2 00:49:54 	dhcpd 	89628 	DHCPOFFER on 192.168.3.10 to b0:25:aa:2c:b1:69 (kubuntu) via igc0
      Nov 2 00:50:11 	dhcpd 	89628 	DHCPDISCOVER from b0:25:aa:2c:b1:69 (kubuntu) via igc0
      Nov 2 00:50:11 	dhcpd 	89628 	DHCPOFFER on 192.168.3.10 to b0:25:aa:2c:b1:69 (kubuntu) via igc0 
      

      To echo what you said, at this point...I think it is some kind of hardware issue. With my limited networking knowledge, it doesn't feel? like this is a pfsense issue. I also tried upgrading to the latest pfsense plus version just to see if anything different would happen - no dice.

      There does appear to be a newer version of the NVM for this NIC, though I could not figure out how to get the nvm tool to update (it kept failing with a nondescript error message). I contacted ASRock about this / if they have a way for me to update it, but have yet to hear back. The release notes are as follows:
      (in picture form) https://imgur.com/B0LTT74
      (or text)

      Version 1.68:
      • Increment security revision variable in CSS header
      • Upgrade PHY FW to 4C08-8754
      • Fix LM HW sku value in MAC FW
      

      I doubt it would make a difference, but it's unlikely I could get it updated before my return window on this device is up - and it would be much less stress to simply get a netgate appliance I know would work 😃

      1 Reply Last reply Reply Quote 0
      • T
        TripleZ
        last edited by TripleZ Jun 2, 2023, 4:00 PM Jun 2, 2023, 3:59 PM

        Hello again,

        I long since returned the unit and got my installation working on another device with no issues. That said, I just (7 months later!) got an update from ASRock that it was in fact a problem on their end. If anyone somehow ends up here via google, it might be good to know that as of 6/2/2023, this is the situation:

        We have used isc-dhcp-server (Linux) & Open DHCP Server (Windows) to test in our lab, and we are able to duplicate your symptom.
        Test Configuration
        BIOS: P1.40
        Memory: Corsair CMSX32GX4M2A3200C22
        Storage: Kingston A400
        OS: Ubuntu / Windows 10 LTSC 2021
        We have discovered LAN1 (Intel I225-LM with vPro Essentials) could not work as DHCP server properly.
        When we switch to LAN2 (Intel I225-LM without vPro), the client PC could receive DHCPOFFER (assigned IP).
        After some further testing, we found the symptom is related to vPro (AMT) function of I225-LM in general.
        Currently, we are still co-working with Intel to solve this symptom.
        If there is any update about the solution or conclusion, we will inform you as soon as possible.

        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by Jun 2, 2023, 4:08 PM

          Hmm, good to know. I wonder what's blocking that....

          1 Reply Last reply Reply Quote 0
          • J
            JimBob Indiana
            last edited by Jun 4, 2023, 2:23 AM

            Nice they confirmed the issue is on their side but gee Intel. With some of the previous issues with rolling out 2.5gb chips one would think they’d make sure to avoid that again. But no……

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Jun 5, 2023, 12:53 PM

              Mmm, we haven't seen any issues like that on the i225/226 NICs we have. But, yeah....

              1 Reply Last reply Reply Quote 0
              • T
                thundershower71
                last edited by Jun 9, 2023, 10:05 AM

                I think there must be some sort of conflict between AMT & DHCP Server function with I225 NIC.
                So far, I couldn't get DHCP Server to work if I225-LM has AMT enabled.
                The temporary solution for DHCP Server to work is disabling I225-LM's AMT function.
                Not sure if this is also the case with I226 NIC tho.

                1 Reply Last reply Reply Quote 0
                • R
                  Richard 1
                  last edited by Jul 5, 2023, 9:06 PM

                  I have the same ASRock NUC.

                  How can I disable the AMT function ? On my NUC Bios ?

                  3 months after having bought this unit, I still cannot use it as I would like and if I don't find a solution, I will resell it.

                  1 Reply Last reply Reply Quote 0
                  • C
                    curiousAboutDHCP
                    last edited by curiousAboutDHCP Jul 10, 2023, 11:02 AM Jul 10, 2023, 11:00 AM

                    I have the Intel NUC 11 Pro Kit NUC11TNHv70L, which also has a 2.5GB Intel Ethernet Controller I225-LM NIC. I have pfSense installed and have also pulled out my hair for the past three weeks, trying to set up pfSense on Proxmox on the NUC. I've followed all the instructsions for Proxmox, and I've also chatted quite a bit on discord with some experts on Proxmox.

                    I've set up packet capturing on both clients and server (pfSense), and I'm experiencing the same.

                    DHCPACK and DHCPOFFER packets are sent from pfSense, but they do not go beyond the network card. They are never received by the client. When I came across this thread, I thought I had my answer. I was using AMT. So I disabled it, but the issue remains.

                    When I swap DHCP servers to another one on my network, everything works great. When I swap the LAN interface on pfSense to use a USB-Ethernet plugged into the NUC and set up on Proxmox as a Linux Bridge, that also works great.

                    But using the Intel Ethernet Controller I225-LM does NOT work with pfSense's DHCP Server. I've tried PCI direct. I've tried Linux bridges. I've tried everything.

                    DHCPACK and DHCPOFFER packets are not received by the client. Something is preventing the packet from going beyond the Intel Ethernet card. There is an issue with this card and pfSense's DHCP Server or with this card and DHCP Server's in general.

                    I hope someone can figure out why and provide an update/fix.

                    L 1 Reply Last reply Jan 6, 2024, 7:15 PM Reply Quote 0
                    • R
                      Richard 1
                      last edited by Jul 11, 2023, 7:51 PM

                      How did you deactivate the AMT function ?

                      I have an ASRock 1220p.

                      Thanks

                      T 1 Reply Last reply Aug 13, 2023, 12:48 PM Reply Quote 0
                      • T
                        thundershower71 @Richard 1
                        last edited by Aug 13, 2023, 12:48 PM

                        @Richard-1
                        I think AMT needs to be disabled by SMBus or CSME settings in order to get DHCP Server working.
                        You should contact ASRock for further assistance.

                        1 Reply Last reply Reply Quote 0
                        • L
                          lutel @curiousAboutDHCP
                          last edited by Jan 6, 2024, 7:15 PM

                          @curiousAboutDHCP I have exactly the same issue with I226 NIC. Have you found any solution to this problem?

                          1 Reply Last reply Reply Quote 0
                          • S
                            stephenw10 Netgate Administrator
                            last edited by Jan 6, 2024, 7:57 PM

                            What chip exactly?

                            I'm not aware of any solution for this in pfSense though. BIOS/firmware fix only as far as I know.

                            T 1 Reply Last reply Jul 21, 2024, 10:15 PM Reply Quote 0
                            • T
                              thewho @stephenw10
                              last edited by thewho Jul 21, 2024, 10:18 PM Jul 21, 2024, 10:15 PM

                              @stephenw10 I'm now having the exact same problem on a minisforum ms-01. "i226-LM" and from what i read its the same with the other port on my computer "i226-V".

                              I think this is a issue in Linux kernel driver "igc". In my case i run pfSense in Proxmox 8.2 with kernel "6.8.8-3-pve".

                              But i don't know that much really i'm not a programmer.. or even close to it..

                              https://www.intel.com/content/www/us/en/products/sku/210595/-intel-ethernet-controller-i226lm/downloads.html

                              Might be related. What if it could be fixed with a driver in pfSense? I don't understand it at all really but trying to learn.. I don't even know how to try that later version or to figure out what it's dependencies are.

                              S 1 Reply Last reply Jul 29, 2024, 12:07 PM Reply Quote 0
                              • S
                                stephenw10 Netgate Administrator @thewho
                                last edited by stephenw10 Jul 29, 2024, 12:09 PM Jul 29, 2024, 12:07 PM

                                @thewho said in Can not get DHCP leases on new intel I225-LM based machine:

                                I'm now having the exact same problem on a minisforum ms-01.

                                Yup it's a known issue on that device, there's a thread here detailing it. One of those NICs has the Intel vPro OOB access enabled on it and that somehow prevents DHCP working. Try the other i226 NIC.

                                T 1 Reply Last reply Jul 30, 2024, 9:54 PM Reply Quote 0
                                • T
                                  thewho @stephenw10
                                  last edited by Jul 30, 2024, 9:54 PM

                                  @stephenw10 Yeah! Sorry for that! i ended up using a x710 also on the board for LAN.

                                  Still having lot's of weird issues but can't really what they are more then that they come and goes... might be a really unstable NIC..

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephenw10 Netgate Administrator
                                    last edited by Jul 30, 2024, 9:59 PM

                                    Anything logged?

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post
                                    Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.