I
I
Ilya Kuznetsov2018-11-14 14:23:31
Mikrotik
Ilya Kuznetsov, 2018-11-14 14:23:31

How to make Mikrotik see the host through the EOIP tunnel not through the bridge?

we have one Mikrotik RB1100AHx4 (hereinafter 1)
20 pcs. RB750R2 (hereinafter 2)
1.
ETH1 IP 192.168.168.10.254
/24 EOIP_TUNEL1 ID 101 Remote Adress 192.168.10.1 On it IP 10.10.71.254/24 EOIP_TUNEL2 REMOTE
AD3, 108.10.2 On it IP 10.10.10.72.254
/ut adress 192.168.10.3 on it ip 10.10.73.254/24
.....
eoip_tunel20 ID 120 remote adress 192.168.10.20 on it ip 10.10.90.254/24
hung ip 10.11.0.254/24
on eth2 it has a win10 ip 10.11 computer connected to it. 0.2/24 gw 10.11.0.254
2.
Eth1 ip 192.168.10.1/24
eoip_tunel1 ID 101 remote adress 192.168.10.254
bridge1 (eoip_tunel1+eth2+eth3)
devices are connected to eth2 and eth3 that always work (broadcast)
ip of the device looking at eth2 10.10.71.1/24 gw 10.10.71.254
ip of the device looking at eth3 10.10.71.2/24 gw 10.10.71.254
on all rb750 everything changes the same only 71-90
How to make win10 computer see devices 10.10.71-90.1-2 ????
rb1100ahx4:
/interface ethernet
set [ find default-name=ether1 ] name=1_eth
set [ find default-name=ether2 ] name=2_eth
set [ find default-name=ether3 ] name=3_eth
set [ find default-name=ether4 ] name=4_eth
/interface eoip
add !keepalive mac-address=FE:C1:2D:7D:AC:16 name=eoip_tunel1 remote-address=192.168.10.1 tunnel-id=101
/ip address
add address=192.168.10.254/24 interface=1_eth network=192.168.10.0
add address=10.11.0.254/24 interface=2_eth network=10.11.0.0
add address=10.10.71.254/24 interface=eoip_tunel1 network=10.10.71.0
rb750r2:
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] name=eth1
set [ find default-name=ether2 ] name=eth2
set [ find default-name=ether3 ] name=eth3
set [ find default -name=ether4 ] name=eth4
/interface eoip
add !keepalive mac-address=FE:08:DB:CD:FE:BE name=eoip_tunel1 remote-address=192.168.10.254 tunnel-id=101
/interface bridge port
add bridge =bridge1 interface=eoip_tunel1
add bridge=bridge1 interface=eth2
add bridge=bridge1 interface=eth3
/ip address
add address=192.168.10.1/24 interface=eth1 network=192.168.10.0

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drno, 2018-11-14
@Drno

As far as I remember, without a bridge, this can be done in ip>routes. There to register on what ip it is necessary to go before access to other subnet. There and back ... And on the remote router, too, if necessary from there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question