Spero possa essere utile
- Codice: Seleziona tutto
/system identity set name="identità antenna"
/interface bridge
add name="nme-bridge"
port add interface=ether1 bridge="nome-bridge"
port add interface=wlan1 bridge="nome-bridge"
/interface wireless security-profiles
add name="NOME" mode=dynamic-keys authentication-types=wpa2-psk unicast-ciphers=tkip group-ciphers=tkip wpa2-pre-shared-key="STESSA CHIAVE DI 21 CARATTERI IMPOSTATA ALL' ACCESS POINT"
/interface wireless
set wlan1 radio-name="NOME RADIO" ssid="SSID" mode=station-wds country=italy frequency="5180" tx-power-mode=all-rates-fixed tx-power=26 security-profile="PROFILO" disabled=no
/ip service
disable ftp
disable www
disable www-ssl
set ssh port=15151
/ip address
print
remove 0
add address=0.0.0.0/24 interface="nome-bridge"