# opnsense-patch 1dba25fed8
I have no way of testing this
so someone with the setup please take a closer look at ifconfig in the working and non-working case.
REDACTED: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 5000 mtu 2800 description: ZeroTier (opt2) options=80000<LINKSTATE> ether 58:9c:fc:10:92:2f inet 172.27.8.25 netmask 0xffff0000 broadcast 172.27.255.255 inet6 fe80::5a9c:ffff:ffff:ffff%REDACTED prefixlen 64 scopeid 0x7 groups: tap media: Ethernet 1000baseT <full-duplex> status: active nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> Opened by PID 66352
REDACTED: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 5000 mtu 2800 description: ZeroTier (opt2) options=80000<LINKSTATE> ether 7a:fd:ba:es:1f:1c hwaddr 58:9c:fc:10:92:2f inet 172.27.8.25 netmask 0xffff0000 broadcast 172.27.255.255 inet6 fe80::5a9c:ffff:ffff:ffff%REDACTED prefixlen 64 scopeid 0x7 groups: tap media: Ethernet 1000baseT <full-duplex> status: active nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> Opened by PID 61635
My assumption is still that this is true for assigned ZeroTier interfaces, but maybe I missed someone confirming that.
And is this an IPv4 or IPv6 tunnel?
ZeroTier modifies the Ethernet address of the device on its own.
ZT needs its own MAC because it works as a SDWAN switch and needs arp to function.
While that seems clear it's also broken by design from the start because you could override the MAC address from the interface settings which obviously is a bad idea then.