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
Code: Select all
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
I can not ping Zyxel from Mikrotik itself either
Code: Select all
[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%