Segui il video qui sotto per vedere come installare il nostro sito come web app sulla tua schermata principale.
Nota: Questa funzionalità potrebbe non essere disponibile in alcuni browser.
Pubblicità
Diciamo che c'è un'interfaccia web, ma nessuno consiglia di usarla
Più che altro, vorrei imparare a farlo io, vedendo alcuni esempi.Se mi dici che vuoi fare posso prepararti una script per configurare da winbox
Va bene per winbox, ma se via web si può fare qualcosa (anche non tutto) è meglio.Winbox è più pratico e più completo

/interface bridge
add comment="BRIDGE LAN" name=bridge-lan
/interface ethernet
set [ find default-name=ether1 ] comment="CONNESSIONE DA ROUTER"
/interface wireless security-profiles
add authentication-types=wpa-psk,wpa2-psk comment="PROFILO SICUREZZA WIFI STANDARD" eap-methods="" mode=dynamic-keys name=profile-wifi supplicant-identity="" \
wpa-pre-shared-key=PASSWORD-WIFI wpa2-pre-shared-key=PASSWORD-WIFI
add authentication-types=wpa-psk,wpa2-psk comment="PROFILO SICUREZZA WIFI OSPITI" eap-methods="" mode=dynamic-keys name=profile-ospiti supplicant-identity="" \
wpa-pre-shared-key=PASSWORD-OSPITI wpa2-pre-shared-key=PASSWORD-OSPITI
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 band=2ghz-b/g/n comment="WIFI 2.4GHZ" country=no_country_set disabled=no frequency=auto \
frequency-mode=manual-txpower mode=ap-bridge security-profile=profile-wifi wireless-protocol=802.11 wps-mode=disabled \
ssid="NOME-RETE-WIFI" radio-name="NOME-RETE-WIFI"
set [ find default-name=wlan2 ] antenna-gain=0 band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX comment="WIFI 5GHZ" country=no_country_set \
disabled=no frequency=auto frequency-mode=manual-txpower mode=ap-bridge security-profile=profile-wifi wireless-protocol=802.11 wps-mode=disabled \
radio-name="NOME-RETE-WIFI-5G" ssid="NOME-RETE-WIFI-5G"
add comment="WIFI OSPITI 2.4GHZ" disabled=no keepalive-frames=disabled master-interface=wlan1 multicast-buffering=disabled \
name=wlan-ospiti security-profile=profile-ospiti wds-cost-range=0 wds-default-cost=0 wps-mode=disabled \
ssid="NOME-RETE-OSPITI"
/interface bridge port
add bridge=bridge-lan interface=ether1
add bridge=bridge-lan interface=ether2
add bridge=bridge-lan interface=ether3
add bridge=bridge-lan interface=ether4
add bridge=bridge-lan interface=ether5
add bridge=bridge-lan interface=wlan1
add bridge=bridge-lan interface=wlan2
add bridge=bridge-lan interface=wlan-ospiti
/interface wireless access-list
add comment="ESEMPIO BLOCCO MAC ADDRESS PER ACCESSO WIFI - MAC ADDRESS OVVIAMENTE INVENTATO" disabled=yes authentication=no forwarding=no \
interface=any mac-address=11:11:11:11:11:11 vlan-mode=no-tag
/ip address
add address=192.168.1.250/24 comment="IP LAN ACCESS POINT MIKROTIK" interface=bridge-lan network=192.168.1.0
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,8.8.8.8
/ip route
add comment="DEFAULT GATEWAY (ROUTER)" distance=1 gateway=192.168.1.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
/system identity
set name=AP-MIKROTIK
/system ntp client
set enabled=yes server-dns-names=ntp1.inrim.it,it.pool.ntp.org


/interface bridge
add comment="BRIDGE LAN" name=bridge-lan
/interface ethernet
set [ find default-name=ether1 ] comment="CONNESSIONE DA ROUTER"
/interface wireless security-profiles
add authentication-types=wpa-psk,wpa2-psk comment="PROFILO SICUREZZA WIFI STANDARD" eap-methods="" mode=dynamic-keys name=profile-wifi supplicant-identity="" \
wpa-pre-shared-key=PASSWORD-WIFI wpa2-pre-shared-key=PASSWORD-WIFI
add authentication-types=wpa-psk,wpa2-psk comment="PROFILO SICUREZZA WIFI OSPITI" eap-methods="" mode=dynamic-keys name=profile-ospiti supplicant-identity="" \
wpa-pre-shared-key=PASSWORD-OSPITI wpa2-pre-shared-key=PASSWORD-OSPITI
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 band=2ghz-b/g/n comment="WIFI 2.4GHZ" country=no_country_set disabled=no frequency=auto \
frequency-mode=manual-txpower mode=ap-bridge security-profile=profile-wifi wireless-protocol=802.11 wps-mode=disabled \
ssid="NOME-RETE-WIFI" radio-name="NOME-RETE-WIFI"
set [ find default-name=wlan2 ] antenna-gain=0 band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX comment="WIFI 5GHZ" country=no_country_set \
disabled=no frequency=auto frequency-mode=manual-txpower mode=ap-bridge security-profile=profile-wifi wireless-protocol=802.11 wps-mode=disabled \
radio-name="NOME-RETE-WIFI-5G" ssid="NOME-RETE-WIFI-5G"
add comment="WIFI OSPITI 2.4GHZ" disabled=no keepalive-frames=disabled master-interface=wlan1 multicast-buffering=disabled \
name=wlan-ospiti security-profile=profile-ospiti wds-cost-range=0 wds-default-cost=0 wps-mode=disabled \
ssid="NOME-RETE-OSPITI"
/interface bridge port
add bridge=bridge-lan interface=ether1
add bridge=bridge-lan interface=ether2
add bridge=bridge-lan interface=ether3
add bridge=bridge-lan interface=ether4
add bridge=bridge-lan interface=ether5
add bridge=bridge-lan interface=wlan1
add bridge=bridge-lan interface=wlan2
add bridge=bridge-lan interface=wlan-ospiti
/interface wireless access-list
add comment="ESEMPIO BLOCCO MAC ADDRESS PER ACCESSO WIFI - MAC ADDRESS OVVIAMENTE INVENTATO" disabled=yes authentication=no forwarding=no \
interface=any mac-address=11:11:11:11:11:11 vlan-mode=no-tag
/ip dhcp-client
add comment="DHCP CLIENT - SU BRIDGE LAN" disabled=no interface=bridge-lan \
use-peer-dns=no use-peer-ntp=no
/ip dns set allow-remote-requests=yes servers=1.1.1.1,8.8.8.8
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
/system identity
set name=AP-MIKROTIK
/system ntp client
set enabled=yes server-dns-names=ntp1.inrim.it,it.pool.ntp.org
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 6.47.8 (c) 1999-2020 http://www.mikrotik.com/
[?] Gives the list of available commands
command [?] Gives help on the command and list of arguments
[Tab] Completes the command/word. If the input is ambiguous,
a second [Tab] gives possible options
/ Move up to base level
.. Move up one level
/command Use command at the base level
(2 messages not shown)
apr/23/2021 14:47:35 system,error,critical router rebooted without proper shutdown, probably power outage
apr/23/2021 15:04:24 system,error,critical login failure for user admin from 10.150.22.36 via web
apr/23/2021 15:19:45 system,error,critical login failure for user admin from 10.150.22.36 via web
apr/23/2021 15:23:43 system,error,critical login failure for user admin from 10.150.22.36 via web
apr/23/2021 15:23:48 system,error,critical login failure for user admin from 10.150.22.36 via web
apr/23/2021 14:47:33 system,error,critical router rebooted without proper shutdown, probably power outage
apr/23/2021 14:47:33 system,error,critical router rebooted without proper shutdown, probably power outage
apr/23/2021 15:26:48 system,error,critical router rebooted without proper shutdown, probably power outage
[admin@MikroTik wisp ap] >