Direct connection from LAN to router on the WAN side

After hours on this forum, changing and adding interfaces and bridges 50 times and configurations of interfaces even more I hope someone can give me a hand. Basically I’m trying to create this setup: http://forum.mikrotik.com/t/route-wan-network-to-vlan/152808/1 (unfortunately no working config was posted). I’ve got a configuration that does not work and I cannot figure out why not.

What I’ve done is create a separate bridge with two members, one being an interface from the upstream router, and the other being a vlan_interface that is used on the lan bridge. My expectations were all traffic would be allowed within that bridge and with that a DHCP request from the vlan_interface would be received and replied to by the upstream router. However, I only get an DHCP if I disable my wanBridge / wan. With that, I obviously loose Internet access on the bridge / LAN.
Important elements, I initially tried to solve it all via ether2 (which is used for the wanbridge) and adding a vlan_interface to ether2 and adding that to iptv_bridge. But there I got stuck. (It is still my preferred solution) Therefore I added ether4. Both ether2 and ether4 are connected to the same (unmanaged) upstream router. For a moment yesterday evening this worked, but after a reboot it changed (to my surprise after changing 80 things even blocking Internet entirely).

Does anybody have an explanation and suggestion how to remedy the situation where ether2 being part of wanBridge blocks my iptv_bridge from getting access?

[admin@MikroTik] /log> /interface bridge export

/interface bridge
add admin-mac=D4:01:C3:B4:0C:F9 auto-mac=no comment=defconf igmp-snooping=yes name=bridge vlan-filtering=yes
add fast-forward=no frame-types=admit-only-vlan-tagged name=iptv_bridge pvid=40 vlan-filtering=yes
add frame-types=admit-only-untagged-and-priority-tagged igmp-snooping=yes multicast-querier=yes name=wanBridge vlan-filtering=yes
/interface bridge port
add bridge=bridge comment=defconf interface=ether3 pvid=100
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=wanBridge interface=ether2
add bridge=iptv_bridge ingress-filtering=no interface=vTV pvid=40
add bridge=iptv_bridge ingress-filtering=no interface=ether4 pvid=40
/interface bridge vlan
add bridge=bridge comment=VLAN_MG tagged=ether5,ether6,ether7 vlan-ids=101
add bridge=bridge comment="VLAN_IPTV" tagged=ether7,ether5,ether6 vlan-ids=40
[admin@MikroTik] /log> /interface bridge vlan export
X
/interface bridge vlan
add bridge=bridge comment=VLAN_MG tagged=ether5,ether6,ether7 vlan-ids=101
add bridge=bridge comment="VLAN_vTV" tagged=ether7,ether5,ether6 vlan-ids=40
[admin@MikroTik] /log> /interface bridge port export

/interface bridge port
add bridge=bridge comment=defconf interface=ether3 pvid=100
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=wanBridge interface=ether2
add bridge=iptv_bridge ingress-filtering=no interface=vTV pvid=40
add bridge=iptv_bridge ingress-filtering=no interface=ether4 pvid=40
[admin@MikroTik] /log> /interface vlan export

/interface vlan
add interface=bridge name="v101 (MG)" vlan-id=101
add comment="vTV LAN" interface=bridge name=vTV vlan-id=40
[admin@MikroTik] /log>

Draw a network diagram, its difficult to understand what you wish to achieve.

Based on the linked diagram, it would appear you have a mikrotik behind an ISP router.
The Mikrotik gets a private IP as its WAN port is connected to one of the LANs of the ISP router. In other words you want the MT acting as a router vice lets say simply a switch.
The difficulty is that you want to carry transparently one of the ISP router LANS through to a device behind the MT.

Is that close?
How many LANs does ISP router have?
Is the private WANIP ( a LAN address from ISP router) in the same subnet that you also want to give a device behind the MT ???

setups.png
The config is about the left setup, where both ether2 and ether4 are used. If I disconnect ether2 / remove it from the wanbridge, the one on the bottom right gets an IP from the isp home router, but the one on the botttom left has no Internet. If I leave ether2 enabled, bottom left has internet access, but the bottom right gets no IP from the ISP home router.
Ideally I go for the right setup (but I think that is possible with an unmanaged isp router), with just one ether involved from the isp home router to the mikrotik. In any case, I tried adding the VLAN tag (PVID40) to the ether from the isp home router to the mikrotik (ether 4 and ether 2). If I add a vlan tag to a system on ether7 I get the 192.168.2.101 if ether2 is not part of wanbridge.
And yes, the goal is to have two devices (Mikrotik at 192.168.2.100 and the other at 192.168.2.101) connected at the ISP home router.

Just to confirm, can you add vlans to the ISP home router? Brand and model of router??