Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

match14

macrumors 6502
Original poster
Does using private MAC address effect wake for network access?

The computers app on my Apple TV does not wake my MacBook from sleep. The MacBook is using a private MAC address will this prevent wake for network access?
 
Sorry for the delay in replying I teied turning off private MAC address and the ATV still doesn’t wake the MacBook.
 
You can post them here, maybe someone can spot something amiss.
These are my settings for all sleep disabled, you should have the opposite
pmset -g
System-wide power settings:
SleepDisabled 1
Currently in use:
standby 1
Sleep On Power Button 1
SleepServices 0
hibernatefile /var/vm/sleepimage
powernap 0
networkoversleep 0
disksleep 0
sleep 0 (sleep prevented by powerd)
hibernatemode 0
ttyskeepawake 0
displaysleep 2
tcpkeepalive 0
lowpowermode 0
womp 0
 
My pmset settings
Currently in use:
lidwake 1
lowpowermode 0
standbydelayhigh 86400
standbydelaylow 10800
standby 1
proximitywake 0
ttyskeepawake 1
hibernatemode 3
powernap 1
gpuswitch 2
hibernatefile /var/vm/sleepimage
highstandbythreshold 50
displaysleep 10
womp 1
networkoversleep 0
sleep 1 (sleep prevented by sharingd)
acwake 0
halfdim 1
tcpkeepalive 1
disksleep 10
 
networkoversleep should be 1
I'll change that.

On a slightly related matter I have being looking here and I can run the command

dns-sd -B _sleep-proxy._udp local

and get results back ok, but when I try

sudo killall -INFO mDNSResponder; tail -1000f /var/log/system.log

I don't see the registered sleep proxies, I'm wondering if this command no longer works as log files have changed on more recent versions of macOS.

Any ideas?
 
Last edited:
I'm wondering if this command no longer works as log files have changed on more recent versions of macOS.
Yes, I think there's very little in the /var/log/system.log for any recent macOS. You'll likely need to use the 'log' command (or some third-party app).

Try

log show --info --last 1h --predicate 'composedMessage contains[c] "mDNSResponder" '

or

log show --info --last 1h --predicate 'process=="mDNSResponder" '

I like to add --style compact option, also. You can delete or modify the "--last 1h" to be 10m or 4h, for example.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.