Community discussions

MikroTik App
 
Jendys
just joined
Topic Author
Posts: 1
Joined: Sun Mar 20, 2022 3:02 pm

WOL - Doesnt work

Sun Mar 20, 2022 4:03 pm

Hello,

I want to ask. I starting with WOL and it works in case that I have computer - computer (connected together). But in case that I have computer connected into mikrotik, it doesnt work.
I have RB941-2nD (hap lite), version of firmware 6.49.5 (newer version 7.1 is bugged - terminal cant export configuration thats reason why I use this). I tried static IP address in DHCP and also ARP record (set like static) but nothing. I tested it with WOL tool (with mac:90:B1:1C:8A:XX:XX) and port where its placed.. also tested with bridge port. Nothing

I have one older asus in my house. With this router wol works but Mikrotik didnt work. Do you have some advice, how to make it alive this function?

edit. I tried with Wireshark to listen port (9) which sent packets and I see that Mikrotik allowed wol packets but it also has
some ICMP packets with error. Is it possible that this error packets are reason?

Thank you for feedback, I realy aprociate it!
Best regards,
Jan

My configuration is:
# mar/20/2022 14:45:59 by RouterOS 6.49.5
# software id = MPUV-DLL8
#
# model = RB941-2nD
# serial number = D11...
/interface bridge
add name=bridge1
/interface vlan
add interface=ether1 name=vlan84_ether1 vlan-id=84
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan84_ether1 max-mru=1480 \
    max-mtu=1480 name=pppoe84_vlan84 password=X use-peer-dns=yes user=\
    metro
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys \
    name=Test supplicant-identity="" wpa-pre-shared-key=Something \
    wpa2-pre-shared-key=Something
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=ap-bridge \
    security-profile=test ssid=Test
/ip pool
add name=dhcp_pool2 ranges=192.168.1.20-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 ingress-filtering=yes interface=ether2
add bridge=bridge1 ingress-filtering=yes interface=ether3
add bridge=bridge1 ingress-filtering=yes interface=ether4
add bridge=bridge1 ingress-filtering=yes interface=wlan1
/ip settings
set max-neighbor-entries=2048
/ip address
add address=192.168.1.1/24 interface=bridge1 network=192.168.1.0
/ip dhcp-server lease
add address=192.168.1.2 mac-address=C4:AD:34:2F:D8:3A
add address=192.168.1.3 mac-address=B0:6E:B0:75:A6:10
add address=192.168.1.4 mac-address=00:72:63:60:00:DE
add address=192.168.1.229 client-id=1:90:b1:1c:8a:xx:xx mac-address=\
    90:B1:1C:8A:xx:xx
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat
add action=dst-nat chain=dstnat dst-address=95.85.000.000 dst-port=443 \
    protocol=tcp to-addresses=192.168.1.16 to-ports=443
add action=dst-nat chain=dstnat dst-address=95.85.000.000 dst-port=80 protocol=\
    tcp to-addresses=192.168.1.16 to-ports=80
add action=dst-nat chain=dstnat dst-address=95.85.000.000 dst-port=32400 \
    protocol=tcp to-addresses=192.168.1.16 to-ports=32400
add action=dst-nat chain=dstnat dst-address=95.85.000.000 dst-port=3389 \
    protocol=tcp to-addresses=192.168.1.16 to-ports=3389
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
/system clock
set time-zone-name=Europe/Prague
/system identity
set name=Test
/system package update
set channel=long-term

Who is online

Users browsing this forum: mszru, p4klt0 and 34 guests