Quote from: lebowski on August 29, 2025, 04:34:50 PMAccording to this website, it should be the i210-AT nic.
Quote from: lebowski on August 30, 2025, 12:38:39 AMigb1@pci0:5:0:0: class=0x020000 rev=0x03 hdr=0x00 vendor=0x8086 device=0x1533 subvendor=0x15d9 subdevice=0x1533
Quote from: lebowski on August 29, 2025, 04:34:50 PMls /boot/kernel | grep -v kernel . After this, i got a long list of modules, where i found if_igb.ko and if_igc.ko . I'm actually not sure what i'm looking at .Kudos for you doing some digging.
QuoteThe Intel I210 Ethernet controller has updatable firmware that can enhance its features and fix issues. You can update the firmware using a utility provided by Intel, which typically involves downloading the firmware package and running it on your system.
Overview of Intel I210 EEPROM Firmware
The Intel I210 Ethernet Controller requires firmware updates to enhance functionality and fix issues. The firmware is stored in the EEPROM (Electrically Erasable Programmable Read-Only Memory) and can be updated using specific utilities.
Updating the Firmware
Supported Operating Systems
Windows
Linux
Update Process
Download the Firmware Update Utility:
For Windows, download the I210_NVMUpdatePackage_v2_00_Windows.exe.
For Linux, use the appropriate command-line tools.
Installation Steps:
Windows:
Run the downloaded executable as an administrator.
Follow the prompts to complete the update.
Linux:
Boot from a live USB (e.g., Ubuntu).
Install necessary packages:
sudo apt install gcc-12 linux-headers-$(uname -r) make ethtool
Use the bootutil command to flash the firmware.
Important Considerations
Ensure that the firmware version is compatible with your specific I210 model.
Back up existing configurations before proceeding with the update.
Be cautious, as improper updates can lead to bricking the device.
Features of the Firmware Update
Fixes security vulnerabilities.
Improves network stability and performance.
Unlocks new features for enhanced functionality.
By following the correct procedures, users can successfully update the Intel I210 EEPROM firmware to maintain optimal performance and security.
Quote from: wiggler on August 30, 2025, 03:13:15 AMAre you suggesting to split the network to try to isolate the leak?Yes, but that's required unless you're using VLANs. What VLANs bring to the table is that they create virtual L2 domains, which allows you to create networks atop shared physical infrastructure. Without them (if you're using native networks) then you need separate ports / switches / cabling for each network in order to maintain L2 isolation.
Quote from: wiggler on August 30, 2025, 03:13:15 AMIn that case, would it be best to put switch C, with the access point on the separate port?Yes
QuoteThen that would have the guest subnet, and a sort of secondary lan subnet?Not sure where you're getting this "secondary" lan from? There would only be two native networks: the main LAN (router port 1), and Guest (router port 2).
Quote from: wiggler on August 30, 2025, 02:43:51 AMYou want me to bridge switches A and C through 2 ports on the firewall?No. No bridging.
Quote from: pfry on August 29, 2025, 09:55:35 PMWhat do the kids say these days? "Pics or it didn't happen"?I don't recommend calling me a liar. Think again, better this time.
Quote from: wiggler on August 30, 2025, 01:22:08 AMCould adding a rule blocking lan from reaching the guest network prevent lan devices from getting guest addresses? I'll give it a try.