Transparent brdige using PPtP and EoIP Help

I have followed several well written examples of setting up a transparent bridge with PPtP and EoIP.

When we get to the stage (the end) of adding the ports to the bridge, all network traffic is interrupted. Internet access is lost.

It appears that all traffic is routed to the bridge and none to anywhere else. internet is lost and some domain traffic is stopped.

– what I am trying to do: have an IP phone that will plug into a mikrotik, plug that Mikrotik into any other internet access, and have it connect to the home base mikrotik to allow a transparent connection with no configuration.

Any ideas?

Sounds like maybe a routing problem - what does the routing table look like? I imagine all traffic is sent across the tunnel via a default route. Is there a static route to the tunnel end point that is more specific than a default?

yes, it seems that all items in the route table listed as LAN change to Bridge when its turned on.

Then make sure you have a static route for the tunnel termination endpoint.
I can’t be more specific without seeing your specific configuration.