Skip to content

Fix DHCP exchange on eth1

Baptiste MOINE requested to merge dev into master

The Antecursor was not able to perform proper DHCP exchange while ensuring MAC address spoofing (changing).

Finally, we managed to find that the kernel keeps a track of the burned-in MAC address for packet filtering.

The solution to make the system receiving packets that are not meant to be processed before MAC address changing is to enter the eth1 device into promiscuous mode.

Edited by Baptiste MOINE

Merge request reports