Vlan – Wake on LAN across VLANs in IPv6 network

broadcastipv6multicastvlanwake-on-lan

In IPv4, if I want to send a magic packet to a workstation in another VLAN, I enable directed broadcasts in the remote VLAN and send it to the VLAN's broadcast address. This works great.

In IPv6, I can use FF02::1 to send a WoL frame to workstations inside the same VLAN, but without broadcasts, how would I send it to a workstation in a different VLAN?

Best Answer

On any router or firewall where you can put in static ARP or ND entries you might try to bind an address to MAC ff:ff:ff:ff:ff:ff and then send the Wake-on-LAN packet to that address. If the router/firewall sends the packet onto the ethernet segment with destination ff:ff:ff:ff:ff:ff then you'll have a broadcast packet...