Hi guys, I'm facing an issue trying to do a wifi bridge. Here a little chart. https://i.ibb.co/7GRB2Lh/Capture.jpg I have differents vlans coming to my Ap. One vlan per SSID. Eveything is working fine with my wifi clients (my Aps are ExtremeNetwork ). But now, I need a temporary solution to bring th...
I saw that :)
It's what i had, an interface list. But if i use just the vlans interfaces, it's not working. To make it work, i added the vrrps in the same list.
Since that, the results are better :)
Thanks for your advice. Now I'll work on my rules :)
Thanks both of you :) Even for the sarcasm, but i guess you're right :) The setting use-ip-firewall-for-vlan will make my cpu work crazy right ? And maybe add some delay. What you're saying is using the subnets ip to do my fw's rules ? # mar/12/2021 07:30:22 by RouterOS 6.48.1 # software id = 412E-I...
Hi guys, i'm coming to expose a problem with my Firewall. I have one bridge with all my vlans in it. I want to do some inter-vlan routing or make some vlan non reachebles. But all my rules in the FW are not working. OK i know, vlans are L2 & the FW work at L3. But, if i force the vlan to go thro...
Thanks Sindy for your answer.
I wasn't sure about all of this. At the end everything is working properly, but i was confuse.
At the end i just set the mgmt Ip and didn't setup the ip on the bridge.
Hi everyones, I'm coming to ask you some help on one thing i'm not sure to fully understand. Here the architecture i'm working with. 3 layers network (Core, distribution & access) https://i.ibb.co/cCk4xFQ/Capture4.jpg The vlan are declared in the Core, everything is in one bridge. The clients pl...
Both clients are wired, on a different crs. Both can ping the gateway, both can be ping from the CCR. But they can't ping each other. The CRS configuration is pretty basic. One bridge, all the interfaces on it. One switch, no port with forwarding-override enable. Same conf as the default one i guess...
Oh my god ! I even didn't check that. I configured that field with the gui. I thought i didn't needed to put the netmask in cidr after the address, as there is a field for the netmask. I was a bit confuse. Of course, my pc client now how have the right ip, with the right gateway ! A good step.I can'...
Ohh ok, on this way. Sorry i didn't understood that way. I understand the vrrp and how it's works, but i didn't think using it for routing. It's for that my previous answer. For the ping, it's from the Mikrotik to the client. Reverse it's not working either. /interface bridge add name=br-all-vlans p...
Thanks again for you complete reply. I was thinking about a script to change the VRRP priority. Sounds easier and faster for me than create virtual gateway. I saw some topics on this forum, and it looks to work fine. But now, your virtual gateway sounds more interesting, as the traffic can be distri...
Haha that's true :) I wasn't sure about it. But it's what i did. My wan will be the eth1, then it's not a member of the bridge. The trunk between both routers will be sfp8, then it's a member of the bridge. Sadly, my 2 wans ar not from the same provider, so it's not possible for me to do a wanvrrp. ...
I feel it's working now. Thanks for your explanation, sounds clear now. No Tx/rx packets going crazy. Another question, with this kind of setup, one bridge for all vlans.Am i suppose to put the wan interface, and the trunk (between the two routeurs) in the same bridge ? Or create another bridge for ...
So, do you think about the STP should stay like this : Just changing the STP priority on both bridge ? Core 1 /interface bridge add name=br-all-vlans priority=0x4000 protocol-mode=stp vlan-filtering=yes /interface vlan add interface=br-all-vlans name=vlan15 vlan-id=15 add interface=br-all-vlans name...
Thank you. It's my lab so no problem. I'm using the eth as mgmt. I'm trying to configure the br-all-vlans, but now i can't get any ip issues by dhcps on vlans. Do you have an idea why ? Thank you. /interface bridge add name=br-all-vlans vlan-filtering=yes /interface vlan add interface=br-all-vlans n...
Thanks for your reply and your time. Sadly i don't have the routers with me right now, i'll tonight. I just have the ccfg without the rstp now. I'll try to configure the MSTP, but i never used this protocol before. CCR1 : /interface bridge add name=bridge-15 priority=0x1000 vlan-filtering=yes add na...
I have a question about the VLAN in Mikrotik.
Can i assotiate my vlan to a bridge without interface (just my vlan in) and share this vlan on other bridge ?
Should i use bridge vlan for that ?
Hello Everybody, I'm new in the mikrotiok world, ans i struggle to understand some vlan stuff. I want to make this infrastructure : https://zupimages.net/up/20/17/flcr.png 1. Fist thing, I want a VRRP on the interfaces sfp1, 2 & 3. So i created a bridge (bridge_lan) with my 3 sfp inside. Then i ...