On Sat, Sep 06, 2025 at 04:57:10AM +0000, Jeremy C. Reed wrote: > I found that later one of my network cards would connect but couldn't get an > IP via DHCP. > I read online that the ONT box uses 802.1Q tagging with VLAN 0. Later I > will try to sniff the connection to see if I see VLAN. And then figure out > how to strip or use it.
Tagging a packet with VLAN ID 0 is forbidden by IEEE 802 specification. It's probably something that we should implement anyway though.