Ciao a tutti, circa un anno fa ho preso un kit preconfigurato di due antenne Cube 60Pro per fare un piccolo ponte radio e tutto ha funzionato bene, ora ho avuto necessità di aggiungere una 3° antenna ma non riesco a configurarla correttamente.
Quello che ho fatto è esportare la configurazione dell'antenna slave_1 e replicarla sulla seconda, poi ho modificato sulla "master" la modalità wireless dell'interfaccia W60G da "bridge" ad "ap bridge" e la parte radio della slave_2 si collega correttamente ma sotto "address list" vedo che non acquisce nessun ip quindi credo manchi qualcosa.
Mi sono accorto ora mentre scrivo che copiando la configurazione sulla slave_2 è rimasto sull'interfaccia bridge lo stesso mac address della slave_1.
Vi allego le configurazioni delle 3 Cube.
------------------------------------------------------- MASTER ---------------------------------------------------
/interface bridge
add admin-mac=78:9A:18:60:D2:3C auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=\
ap bridge ssid=MikroTik-60d23c
/interface w60g
set [ find ] disabled=no mode=ap bridge name=wlan60-1 password=PASSWORD ssid=\
MikroTik-60d23c
/interface w60g station
add comment=defconf mac-address=04:CE:14:F7:F0:CE name=wlan60-station-1 \
parent=wlan60-1 remote-address=04:CE:14:F7:F0:DB
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-station-1 \
slaves=wlan60-station-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf \
disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik \
wpa2-pre-shared-key=PASSWORD
/port
set 0 name=gps
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/ip dhcp-client
add disabled=no interface=bridge
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
/system gps
set port=gps
/system identity
set name=MikroTik_CUBE_MASTER
------------------------------------------------------- SLAVE_01 ---------------------------------------------------
/interface bridge
add admin-mac=78:9A:18:60:D4:B1 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=\
station-bridge ssid=MikroTik-60d23c
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=PASSWORD \
ssid=MikroTik-60d23c
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-1 slaves=\
wlan60-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf \
disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik \
wpa2-pre-shared-key=PASSWORD
/port
set 0 name=gps
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/ip dhcp-client
add disabled=no interface=bridge
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
/system gps
set port=gps
/system identity
set name=MikroTik_CUBE_SLAVE_01
------------------------------------------------------- SLAVE_02 ---------------------------------------------------
/interface bridge
add admin-mac=78:9A:18:60:D4:B1 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
20/40/80mhz-XXXX disabled=no frequency=auto installation=outdoor mode=\
station-bridge ssid=MikroTik-60d23c
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=PASSWORD \
ssid=MikroTik-60d23c
/interface bonding
add comment=defconf mode=active-backup name=bond1 primary=wlan60-1 slaves=\
wlan60-1,wlan1
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf \
disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik \
wpa2-pre-shared-key=PASSWORD
/port
set 0 name=gps
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=bond1
/ip dhcp-client
add disabled=no interface=bridge
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Rome
/system gps
set port=gps
/system identity
set name=MikroTik_CUBE_SLAVE_02