Hello everyone
I have bought a Mikrotik CRS310 in my existing Ubiquiti network to use the 2.5Gbe interfaces to speed up my HomeLab.
Unfortunately I encountered some problems. I am not able to transfer the VLans correctly from Ubiquiti to Mikrotik. The server in VLan 20 is not pingable. The clients in VLan6 have no internet.
I have read various Youtube videos and also here in the forum and tried things out but I seem to have missed a point.
Here is the schematic and the config thanks already for Help.
I have bought a Mikrotik CRS310 in my existing Ubiquiti network to use the 2.5Gbe interfaces to speed up my HomeLab.
Unfortunately I encountered some problems. I am not able to transfer the VLans correctly from Ubiquiti to Mikrotik. The server in VLan 20 is not pingable. The clients in VLan6 have no internet.
I have read various Youtube videos and also here in the forum and tried things out but I seem to have missed a point.
Here is the schematic and the config thanks already for Help.
Code:
/interface bridgeadd frame-types=admit-only-vlan-tagged ingress-filtering=yes name=bridge1 vlan-filtering=yesadd interface=bridge1 name=VLAN20 vlan-id=20add interface=bridge1 name=VLAN6 vlan-id=6/interface bridge portadd bridge=bridge1 ingress-filtering=yes interface=ether1/interface bridge vlanadd bridge=bridge1 tagged=bridge1 untagged=ether1 vlan-ids=1add bridge=bridge1 tagged=bridge1,ether1 vlan-ids=20add bridge=bridge1 tagged=bridge1,ether1 vlan-ids=6/ip addressadd address=192.168.4.1/24 interface="Untagged VLAN" network=192.168.4.0add address=192.168.20.1/24 interface=VLAN20 network=192.168.20.0add address=192.168.6.1/24 interface=VLAN6 network=192.168.6.0
Statistics: Posted by demantor888 — Sun Feb 11, 2024 10:42 pm