Buongiorno,
siamo effettuando dei test su una rete basata su tunnel EOip strutturata come da schema allegato.
In particolare la routerboard 1 è collegata alla routerboard 2 tramite una coppia di antenne su cui è stato instaurato un tunnel. Tutti i pc presenti sulla rete vengono regolarmente raggiunti dagli altri.
Abbiamo però la necessità di dover accedere ai dispositivi wifi presenti nel tunnel da qualsiasi pc (o tuttalpiù solo da quello collegato alla RB 433 1).
Di seguito postiamo l'export delle configurazioni delle routerboard:
RB 433 (1)
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] l2mtu=2290
/interface eoip
add !keepalive local-address=1.1.1.1 mac-address=02:28:7C:24:9A:5F name=\
eoip-tunnel1 remote-address=1.1.1.2 tunnel-id=1
add !keepalive local-address=1.1.2.1 mac-address=02:1A:49:16:E3:AA name=\
eoip-tunnel2 remote-address=1.1.2.2 tunnel-id=2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 edge=yes-discover interface=eoip-tunnel1 point-to-point=no
add bridge=bridge1 edge=yes-discover interface=eoip-tunnel2 point-to-point=no
/ip address
add address=1.1.1.1/30 interface=ether3 network=1.1.1.0
add address=1.1.2.1/30 interface=ether3 network=1.1.2.0
/romon port
add disabled=no
RB 433 (2)
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] l2mtu=2290
/interface eoip
add !keepalive local-address=1.1.1.2 mac-address=02:ED:62:EE:87:7A name=eoip-tunnel1 remote-address=1.1.1.1 tunnel-id=1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 edge=yes-discover interface=eoip-tunnel1 point-to-point=no
/ip address
add address=1.1.1.2/30 interface=ether3 network=1.1.1.0
/romon port
add disabled=no
RB433 (3)
/interface bridge
add name=bridge1
/interface eoip
add !keepalive local-address=1.1.2.2 mac-address=02:BC:0B:59:1B:2E name=\
eoip-tunnel2 remote-address=1.1.2.1 tunnel-id=2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 edge=yes-discover interface=eoip-tunnel2 point-to-point=no
/ip address
add address=1.1.2.2/30 interface=ether3 network=1.1.2.0
/romon port
add disabled=no
/system identity
Come potremmo risolvere il problema?
In alternativa quale altra strategia possiamo adottare per incapsulare i pacchetti provenienti da una postazione ad un' altra?
Grazie