Hi guys. I’m need to get working an arp broadcast on sstp. I have 3 routers: 2 sstp clients and one server (because only the base server has an static IP). Clients are connected via sstp and communication is working with no problems - I can ping etc. devices from client 1 to client 2. I need now to get an arp broadcast from sstp client 1 to sstp client 2. I’ve read that it can be can by done by using EOIP but all examples which I found were using 2 routers not 3. I’ve tried to create 2 eoip tunnels, one from clinet 1 to server and the second from client 2 to server. I’ve connected eoip tunnels by bridge to the “requester” and the device which I would like to get but it didn’t works. On the main mikrotik server I’ve created an bridge that connects the 2 eoip tunnels.
I think that the main problem is in conncting the proper routing on main server because the routes go to sstp not to eoip, bu I really don’t know what to do to make it work. Is it even possible to do on this configuration (3 routers)?
Thanks in advance for your help.
SSTP supports BCP:
https://wiki.mikrotik.com/wiki/Manual:Interface/SSTP
To overcome this problem as with any other ppp tunnel, SSTP also supports BCP which allows it to bridge SSTP tunnel with a local interface.
https://wiki.mikrotik.com/wiki/Manual:BCP_bridging_(PPP_tunnel_bridging)
So you could probably do what you need to do without needing EoIP. I’ve used this in the past to temporarily bridge remote networks.