Hello experts,
since many years I'm running an RB3011 uias-rm in my home network.
What I have configured during all this time was a WAN router on ether1 and a trunk on ether5 which is connected to a
Ubiquiti USW-16 PoE Gen2 switch where all my equipment and wireless access points are connected to.
I have several VLANSNow I want to connect my raspberry pi cluster, or at least the first node to ether3 - but stupid me, I'm not able to get it working.
My dedicated server VLAN is 17, which is a class-c network of 192.168.17.0/24. The PIs fixed IP is 192.168.17.200
Here is my interface,bridge, switch config:I'm very happy if someone can shed some light on my problem. It's frustrating me since a long time. But until now, I had no time to write an forums post.
Thank you all in advance.
Richard
since many years I'm running an RB3011 uias-rm in my home network.
What I have configured during all this time was a WAN router on ether1 and a trunk on ether5 which is connected to a
Ubiquiti USW-16 PoE Gen2 switch where all my equipment and wireless access points are connected to.
I have several VLANS
Code:
/interface vlanadd interface=bridge1 name=vlan_17_server vlan-id=17add interface=bridge1 name=vlan_18_client vlan-id=18add interface=bridge1 name=vlan_19_homeoffice vlan-id=19add interface=bridge1 name=vlan_20_media vlan-id=20add interface=bridge1 name=vlan_21_client_wifi vlan-id=21add interface=bridge1 name=vlan_22_sonos_wifi vlan-id=22add interface=bridge1 name=vlan_23_smarthome vlan-id=23add interface=bridge1 name=vlan_24_guestwifi vlan-id=24add interface=bridge1 name=vlan_99_mgmt vlan-id=99
Code:
/ip addressadd address=192.168.99.1/24 comment="Management IP" interface=vlan_99_mgmt network=192.168.99.0add address=192.168.20.1/24 comment="Gateway Multimedia" interface=vlan_20_media network=192.168.20.0add address=192.168.10.254/24 comment="Gateway Interface fuer FritzBox" interface=ether1 network=192.168.10.0add address=192.168.18.1/24 comment="Gateway Client Netzwerk" interface=vlan_18_client network=192.168.18.0add address=192.168.17.1/24 comment="Gateway Server" interface=vlan_17_server network=192.168.17.0add address=192.168.19.1/24 comment="Gateway Homeoffice, ueber WAN2 Routen" interface=vlan_19_homeoffice network=192.168.19.0add address=192.168.21.1/24 comment="Gateway Client WiFi" interface=vlan_21_client_wifi network=192.168.21.0add address=192.168.22.1/24 comment="Gateway SONOS WiFi" interface=vlan_22_sonos_wifi network=192.168.22.0add address=192.168.23.1/24 comment="Gateway Smarthome" interface=vlan_23_smarthome network=192.168.23.0add address=192.168.24.1/24 comment="Gateway Guest Wifi" interface=vlan_24_guestwifi network=192.168.24.0
My dedicated server VLAN is 17, which is a class-c network of 192.168.17.0/24. The PIs fixed IP is 192.168.17.200
Here is my interface,bridge, switch config:
Code:
/interface bridgeadd dhcp-snooping=yes igmp-snooping=yes multicast-querier=yes name=bridge1 protocol-mode=none/interface ethernetset [ find default-name=ether1 ] comment="WAN1 FritzBox"/interface vlanadd interface=bridge1 name=vlan_17_server vlan-id=17add interface=bridge1 name=vlan_18_client vlan-id=18add interface=bridge1 name=vlan_19_homeoffice vlan-id=19add interface=bridge1 name=vlan_20_media vlan-id=20add interface=bridge1 name=vlan_21_client_wifi vlan-id=21add interface=bridge1 name=vlan_22_sonos_wifi vlan-id=22add interface=bridge1 name=vlan_23_smarthome vlan-id=23add interface=bridge1 name=vlan_24_guestwifi vlan-id=24add interface=bridge1 name=vlan_99_mgmt vlan-id=99/interface ethernet switch portset 2 default-vlan-id=17 vlan-header=always-stripset 3 vlan-mode=secureset 4 vlan-mode=secureset 5 default-vlan-id=17 vlan-mode=secure/interface listadd include=all name=allWifi/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/interface bridge portadd bridge=bridge1 interface=ether5add bridge=bridge1 interface=ether4add bridge=bridge1 interface=ether6 pvid=17add bridge=bridge1 interface=ether3 pvid=17/interface ethernet switch vlanadd independent-learning=yes ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=20add independent-learning=no ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=99add independent-learning=no ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=18add independent-learning=no ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=19add independent-learning=yes ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=21add independent-learning=yes ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=22add independent-learning=yes ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=23add independent-learning=no ports=ether5,ether4,switch1-cpu,ether3 switch=switch1 vlan-id=17add independent-learning=no ports=ether5,ether4,switch1-cpu switch=switch1 vlan-id=24/interface list memberadd interface=vlan_21_client_wifi list=allWifiadd interface=vlan_22_sonos_wifi list=allWifiadd interface=vlan_23_smarthome list=allWifi
Thank you all in advance.
Richard
Statistics: Posted by bali2006 — Thu May 30, 2024 1:23 pm