Hi,
thank you very much for your very detailed reply. I am very happy about any support, especially if an expert takes care of newbie issues .
First of all, I will try to answer your questions, although I find it very difficult to give meaningful answers
.
- sorry, you“re right. There is no hint which HW I use. My Mikrotik is the RB3011. I“ve updated the signature
- Trunk Port is SFP1, this is connected to a Cisco SG250 POE (and from the second SFP-Port of the SG250 to the next Cisco Switch)
- Hm! This is a good question. I followed this tutorial (https://www.administrator.de/wissen/mikrotik-vlan-konfiguration-router-os-version-6-41-367186.html; sorry, the tutorial is in german, but have a look at the screenshots) because this was described as the best choice for vlan setup for OS 6.41 and above.
Please keep in mind: I am a newbie and in a ālearning modeā and I use tutorials to collect experience. But if I read between the lines, I notice that this could might be nonsense. If there is a better way, it would be great if you can help me to understand how this should be processed. - puuh! Newbie is overstrained! I am not sure what exacly must be removed in the config.
- this part of the firewall-rule is stolen from annother tutorial. There is no profound reason for ārejectā
- I am planning a redsign of my network (http://forum.mikrotik.com/t/redesign-of-local-network-with-mikrotik-router/119063/1)and I have to learn all basics from scratch. After lessons learned, I reset the router and kill the default configuration. This helps me to familiarize with the OS. At the end I will put the puzzle together.
As you can see, there are a lot of gaps and I have to work on it, step by step! Maybe you can help me to shed some light on this!
Tomorrow I will try to understand the firewall rules and I will test it on the Router. I will let you know!
I“ve checked the firewall-rules. I have installed the default-rules and I“ve added the advanced setting, but I am little bit confused about it:
/ip firewall address-list
add address=172.16.10.0/24 list=VlanFriends
add address=172.16.20.0/24 list=VlanFriends
/ip firewall filter
add action=accept chain=forward comment="Accept VLAN friends" dst-address-list=VlanFriends src-address-list=VlanFriends
add action=drop chain=forward comment="Drop inter-VLAN traffic" dst-address-list=PrivateSubnets src-address-list=PrivateSubnets log=yes log-prefix=InterVLAN
- you add an additional list for āVlanFriendsā to allow the communication between vlan10 and vlan20. This is ok, I can follw you.
- you drop inter-vlan-traffic for the same networks, including vlan1 with list PrivateSubnets (vlan1, vlan10, vlan20).
This is what I do not understand. Are you sure, this is correct?
Requirements are:
- vlan1, vlan10 and vlan20 are allowed to use the internet
- vlan10 and vlan20 are not allowed to comminicate each other, including Gateway
- vlan1 is allowd to communicate with vlan10 and vlan20
with best regards,
Spartacus