M
M
MARMELAD032014-07-04 15:46:51
network hardware
MARMELAD03, 2014-07-04 15:46:51

How to disable Ping packets from LAN port on mikrotik?

I have network storage wd my cloud . Sleep mode does not work on it. I read on the forum that the problem is not with the nas but with the router. The router is sending ping packets so we can't sleep.
How to disable Ping packets from LAN port on mikrotik?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Q
quad1k, 2014-07-04
@MARMELAD03

This is hardly the reason. Why is mikrotik sending a ping? Unlikely. But in any case, try
Full blocking from the router towards your wd if its ip 192.168.0.2
/ip firewall filter
add action=drop chain=output dst-address=192.168.0.2
or only ping
/ip firewall filter
add action=drop chain= output dst-address=192.168.0.2 protocol=icmp

S
Sergey Petrikov, 2014-07-04
@RicoX

In the firewall, deny ICMP traffic to the ip of this storage.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question