Hi all
I need to run WOL through the Internet so I add to ip firewall:
/ip firewall nat
add action=src-nat chain=srcnat disabled=no src-address=192.168.100.0/24 to-addresses=\
IPEX
add action=dst-nat chain=dstnat disabled=no dst-address=IPEX dst-port=7 protocol=udp \
to-addresses=192.168.100.255 to-ports=7
add action=dst-nat chain=dstnat disabled=no dst-address=IPEX dst-port=9 protocol=udp
to-addresses=192.168.100.255 to-ports=9
I tired WakeOnLanGui (windows) and wakeonlan (from debian repo). Packets aim in rules (ip firewall counter is ticking).
Not working so I tested:
/tool wol interface=ether1 mac=00:22:44:66:88:BB
It works.
How to override problem?
How to run tool wol after for example "ping -s 888" ??
Regards