User Tools

Site Tools


useful:mikrotik

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
useful:mikrotik [2023/02/18 08:00] – created adminuseful:mikrotik [2024/07/01 20:08] (current) admin
Line 8: Line 8:
      /ip dhcp-server lease print file=lease detail      /ip dhcp-server lease print file=lease detail
            
-Or can use "terse" option instead of "detail". Using "detail" will include information on the static allocations.+Or can use "terse" option instead of "detail". Using "detail" will include information on the static allocations. Result is 
  
 +===== Add to Firewall =====
 +
 +Paste is not supported for web terminal, but using SSH can enter e.g.
 +
 +     /ip firewall filter add action=accept chain=forward dst-address=52.208.184.61 dst-port=587 protocol=tcp
 +
 +===== Set DNS servers in DHCP lease =====
 +
 +[[useful:dnsindhcp|Documented here]]
 +
 +
 +===== How to use DHCP option 43 to adopt Ubiquiti router =====
 +
 +[[https://tcpip.wtf/en/unifi-l3-adoption-with-dhcp-option-43-on-pfsense-mikrotik-and-others.htm|Unifi L3 Adoption with DHCP Option 43]]
 +
 +
 +===== SSH to a Ubiquiti AP =====
 +
 +Need to use an extra parameter, recent Linux restricts SSH options. Example:
 +
 +     ssh -oHostKeyAlgorithms=+ssh-dss root@10.3.76.115
useful/mikrotik.1676707228.txt.gz · Last modified: 2023/02/18 08:00 by admin