After changing mac address network don't working (in Freebsd 13)

From ifconfig(8):
Code:
     promisc
             Put interface into permanently promiscuous mode.

So, ifconfig_re0="DHCP ether de:ad:be:ef:f0:0d promisc"
 
From ifconfig(8):
Code:
     promisc
             Put interface into permanently promiscuous mode.

So, ifconfig_re0="DHCP ether de:ad:be:ef:f0:0d promisc"
Thank you, SirDice!
Yes, it is an answer :)

Looks like network device filters frames on 2 OSI level by himself. And I need to enable directly promisc mode to disable that filtering on NIC level.

May be in linux this mode is auto-enabled when I change MAC.
 
Back
Top