I’m trying to set up eoip to share public ips from our main router so I don’t have to subnet 35 times and lose ip addresses every time. I am wanting to send static customers over vlan2000 the regular customers are just nat. I also am running a bgp/ospf hybrid.
EOIP is ethernet like interface encapsulated over ip packet.
Ethernetlike makes it able to be part of bridge witch you seem to grasp but then you attach ip’s to interfaces instead of the bridge?
Please make a drawing on what you are trying to do, then we are much more able to help you. Subject sugest L2 but you do config ip on physical interface instead of bridge.
Are you trying to expand an L2 segment to streatch ip’s without subnetting or do you want a L3 way to do the same (ie proxy arp and /32 routing.
Basically just extending the l2 to use the public ips I had it working on a test setup but the test was setup a little different I think the problem is
/interface bridge port
add bridge=bridge1 interface=eoip-tunnel1
add bridge=bridge1 disabled=yes interface=sfp-sfpplus1
When I turn it on the whole network stops working I guess it tries to send everything thru the tunnel or something.
So no bridge then? I tired a bridge on the incoming port nothing. I tried adding vlan 2000 to the eoip port still nothing. I tried putting the vlan 2000 on the incoming port and a bunch of other things i’m pretty lost here.
The EOIP tunnel is an interface to RouterOS. This is your inside of tunnel and can be part of bridge.
the interface that holds the LocalIP that eoip binds to in the encapsulated iptraffic it generates should of course not be part of the same (or any bridge) this creates loops and defeats the purpose of havving to tunnel in the first place.
IE:
Bridge0 Bridge0
I I------1.2.3.4 Localip EOPIP Remote 5.6.7.8--------I I
192.168.0.0/24----(eth3)(R1)(eth1)---1.2.3.4----internetrouters-------5.6.7.8---(eth1)(R2)(eht3)-------192.168.0.0/24
Bridge0 on R1 ports eth3 and eoip1
Bridge0 on R2 ports eth3 and eoip1
Bridge0 on both routers can off course have ip on the 192.168.0.0/24 network and route to and from that network but they ar in no way part of the L3 stuf that transport the eoip(IP) traffic this is routing from 1.2.3.4 ↔ 5.6.7.8