Scobber
Scobber
You need to configure the equivalentof Hyper-V's "MAC address spoofing" in VirtualBox, Maybe promiscuous mode or something in the virtual box NIC settings.
did you setup the pi correctly? from memory there is some stuff to do in sudo raspi-config the likes of enabling SPI and such
macOS 13.4.1 (c) Zerotier 1.10.6 same issue here as well
clean install, enable dns, zero resolution, nothing in scutil if I manually add to scutil everything works fine. IMO it is a zerotier problem unless there is a quirk on...
"I believe you, I have definitely had times in the past where scutil --dns looks correct." for me, it does not have a entry for the dns name at all.
zerotier-cli listnetworks -j ` [ { "allowDNS": true, "allowDefault": false, "allowGlobal": false, "allowManaged": true, "assignedAddresses": [ "fd1d:7193:9404:bded:1c99:935e:b824:7a5/88", "172.20.30.253/24" ], "bridge": false, "broadcastEnabled": true, "dhcp": false, "dns": { "domain": "i.domain.net.au", "servers":...
Ok, ive removed the manual dns forwarder, ``` scobber@Scotts-MacBook-Pro ~ % scutil --dns DNS configuration resolver #1 search domain[0] : wifi.local nameserver[0] : 0000:0000:0000:1::1 nameserver[1] : 192.168.5.1 if_index : 13...
further testing adding manual entries again ``` scobber@Scotts-MacBook-Pro ~ % ping i.domain ping: cannot resolve i.domain: Unknown host scobber@Scotts-MacBook-Pro ~ % ./installdns.sh f.read: reading file (dns.txt). 1> d.init 1> d.add...
leave / rejoin does not help ``` show State:/Network/Service/ffffffffffffffff/DNS { ServerAddresses : { 0 : 172.20.30.2 } SupplementalMatchDomains : { 0 : i.domain } } ```
the only thing that is different about the output of the both, is if it is manually created, it appears in the scutil --dns list, where if its created by...