I recently had a Mikrotik router for home use. I want to get to know the device and at the very beginning I have a few questions, probably simple for you, but I can't find a solution. I wanted to protect it from connecting to the provider so that it rejects all incoming connections with the LAN disabled. I made this entry:
26 ;;; Drop all from WAN not DSTNAT
chain=input action=drop in-interface-list=!LAN log=no log-prefix=""
It looks good, but on the router itself I can't ping or update packages:
Code: Select all
ping google.com
invalid value for argument address:
invalid value of mac-address, mac address required
invalid value for argument ipv6-address
while resolving ip-address: could not get answer from dns server
> ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
Code: Select all
Error: could not resolve dns name.
Is this what Queues is for?
Where can I check what traffic is coming out of my network and, if necessary, analyze it? to end unnecessary calls.
I will be very grateful for links and any articles that will expand my knowledge.
Piotrek