RT is configured with several vlans. Some ports have both tagged and untagged vlans.
The WOL function in the webui appears to broadcast the magic packet/wol request across all configured vlans.
How can I control this?
As an alternative, perhaps a script (that runs ether-wake) can be linked to a hidden webui entry.
Something like http://192.168.1.1/wol_aa_bb.asp
aa_bb are the last 4 characters of the mac in question.
Then that url calls the script which executes
ether-wake -i vlan25 aa:bb:cc:dd:ee:ff
Thoughts?
The WOL function in the webui appears to broadcast the magic packet/wol request across all configured vlans.
How can I control this?
As an alternative, perhaps a script (that runs ether-wake) can be linked to a hidden webui entry.
Something like http://192.168.1.1/wol_aa_bb.asp
aa_bb are the last 4 characters of the mac in question.
Then that url calls the script which executes
ether-wake -i vlan25 aa:bb:cc:dd:ee:ff
Thoughts?