Everything that is connected to public and private wlan works without any problems.
LAN computers connected to ether6 doesn’t load some sites at all, or at very low speed. When I remove eoip tunnel from bridge on first device, they load all resources as they should.
Here is my hand drawn diagram
Office Lens 20160326-181324.jpg
It’s possible to use vlans, but bridges (or bridge on first device) will be problem as before…
I would bet that your MTU changed when you added the EOIP interface to the bridge. While your LAN PC’s are using 1500, your bridge likely shrunk to 1480 or less. This will cause almost all https sites to break, and many normal sites.
On “main site” I have bridged Ethernet interface with EoIP tunel, and it is causing problems (probably with MTU). I am using CCR1036 on the main site and RB750G on remote site.
Any idea to resolve this issue? I need to connect remote site with main site with L2.
When you just set the MTU of the EoIP interface to 1500 it will fragment the large frames on the link.
Not desirable, but in your case probably better than frames that are too large and simply dropped.
In the meantime, plan a network layout change so you don’t need EoIP but can use a VPN.
Do you ask why the bridge MTU auto-adjusts to the lowest one of its member interfaces’ MTUs, or why an MTU smaller than 1500 causes trouble when accessing https servers?
The Bridge’s actual MTU just changed to the value of it’s lowest member.
However we can correct it by changing the Bridge’s MTU to 1500 again…
Most sites indeed won’t load, not all, because of fragmentation problems caused by the smaller MTU…
First of all, elaborate on “same problem”. Multiple issues have been discussed throughout this topic so describe your particular configuration and your particular problem.