hello everyone.
i do have 3 sites (office, and 2 appartments) that each one of them has an adsl connection.
the office is the main site and has a mikrotik 750 that holds the pppoe of the adsl connection. the other 2 sites connect through pptp to the office.
the two sites have a linux box on site A and a mikrotik 750 on site B that hols the adsl connection’s pppoe.
due to some requirements i would like to have the 2 mikrotiks to have port5 to pass ‘pure’ layer 2 traffic. the third site that has a linux box (debian 7, with 3 ethernets) it will connect in the near future.
could someone help me how to setup this?
Setup eoip tunnel over your existing pptp and bridge with ether5.
this is where I’ve lost it how to do it.
is there a guide?
I do not know how your PPTP is setup but in most cases the PPTP interface is having an IP address.
If that is the case, create an eoip tunnel between the two IP addresses of the pptp tunnel.
Create an eoip interface on both routerboards connecting to the other Routerboard.
Make sure to set the tunnel id equal to both sides.
on both routerboards put these commands
/interface eoip
add name=eoip-tunnel remote-address= tunnel-id=5
/interface bridge
add name=bridge-tunnel
/interface bridge ports
add bridge=bridge-tunnel interface=ether5
add bridge=bridge-tunnel interface=eoip-tunnel