I am trying to get to Zyxel VMG3925-B10B / VMG1312-B10A in Bridge/Modem Only mode from LAN driven by Mikrotik router
So the setup is client (wired or wireless) → Mikrotik Eth1 → single cable to VMG3925-B10B Eth1
From LAN client (192.168.88.1) I can ping the newly created Vlan2 interface on Mikrotik (192.168.2.1), but not the home networking/group interface on Zyxel (192.168.2.10)
Vlan2 is “attached” to Mikrotik Eth1 (which is used for PPPoE connection to Zyxel Eth1)
I have followed
1 - login to UI of zyxel
2 - select networks -> vlan groups
3 - add group called bridge set vlan id to 2, tick the include box on the lan port you want to use (one used for wan)
4 - select networks -> interface grouping and assign bridge vdsl port to same lan port.
Note you may have already done steps 3 and 4 when setting up the bridge.
5 - now select networks -> home networking
6 - in group name box default is preselected, change this to bridge
7 - make a note of the ip address shown, change if you want to. (to keep things simple change it to 192.168.2.10
If I add ie Eth4 to Vlan Group on Zyxel (point 2 above), then connecting directly on that Eth4 I can access Zyxel unit via that IP, so it does work (just not the two together, yet)
I can not ping Zyxel from Mikrotik itself either
[admin@MikroTik] > ping 192.168.2.10
SEQ HOST SIZE TTL TIME STATUS
0 192.168.2.10 timeout
1 192.168.2.10 timeout
2 192.168.2.1 84 64 982ms host unreachable
3 192.168.2.10 timeout
sent=4 received=0 packet-loss=100%
Help appreciated