Frequently Asked Question

Mikrotik Device Configuration as Router
Last Updated 2 years ago

Configuration is very simple:
  • Menu "System / Reset Configuration" -> "No Default" e "No Backup" spuntati
  • Al riavvio ci si deve connettere con MAC address perchè la radio ha perso indirizzo IP
  • Menu "Wireless / Security Profiles" -> creare un nuovo profilo ed impostare la cifratura WPA2-PSK (AES+TKIP) ed inserire la password della rete wifi alla quale collegarsi
  • Menu "Wireless / Wireless" -> fare doppio click su wlan1. Abilitare la radio con il tasto "Enable" e mettere in modalità "Advanced Mode" con l'apposito tasto.
  • Impostare i parametri necessari: "Mode" = station, SSID (nome della rete), "Wireless protocol" = 802.11, "Security profile" = profile1 (creato precedentemente)
    Infine impostare la frequenza in auto!

    image

  • Menu "Bridge" -> creare un bridge1
  • Menu "Bridge / Ports" -> aggiungere al bridge1 la porta eth1
  • Menu "IP / Addresses" -> assegnare indirizzo IP statico all'interfaccia wlan1
    oppure
    Menu "IP / DHCP client" -> creare un nuovo DHCP client ed assegnarlo alla wlan1
  • Menu "IP / DNS" -> impostare gli indirizzi dei DNS server e mettere il flag su "Allow Remote Requests".
  • Menu "IP / Addresses" -> assegnare IP statico all'interfaccia bridge1. Questo sarà l'indirizzo IP da utilizzare come gateway predefinito nei dispositivi connessi alla ethernet del dispositivo.
  • Menu "IP / Firewall", tab "NAT" -> creare una regola di srcnat con "Output Interface" = wlan1 e "Action" = masquerade

    image
  • If it is necessary to reach equipment within the Mikrotik's network from the wifi network, dstnat rules must be created.
    Menu "IP / Firewall", tab "NAT" -> create dstnat rule for each port with "Input Interface" = wlan1, "Protocol" = tcp or udp, "Dst. Port" = port on interface wlan1, "Action" = dst-nat, "To Addresses" = IP address of the equipment to be reached.


    image

Loading ...