We are trying to implement a WOL (Wake on LAN) solution. Some of our sites have machines on seperate VLANS.
We would prefer to use a WOL program from one system to send the "magic packet" versus one of each VLAN.
I have been looking online and we found the commands for ip directed-broadcast and ip udp-bcast-forward. From the sparse examples we seem to have the ip forward-protocol part setup correctly.
The settings are:
VLAN 1:
xxx.xxx.26.255 port 9
VLAN 40:
10.xxx.1.255 port 9
We want the send the packet from VLAN 1 to VLAN40 so it will be broadcast there, and it looks like it should be correct, but the packet never goes.
Any help would be greatly appreciated.