Hello there, First of all thank you all for your replies. Meanwhile I did some testing, and after removing all files from the "Files" section in Winbox menu, rebooted, tried the "Download and upgrade" option again in the "System>Packages" section and finally the server/...
Hi there, As a matter of fact, I used some Draytek ADSL Routers (but they work only as Modems like yours because I disable the routing functions) to connect to a MikroTik Router. Normally, for example, with Draytek Vigor 2700 I just enable the " DMZ Host " option of the Draytek to make a &...
Hello there, I'm having a problem updating my MikroTik x86 with license 4 router from RouterOS version 6.25 to 6.27. I've been able to update it just fine for a few years since we bought the license and last week after everyone stopped working and went home I was making some maintenance and one of t...
I think I got it... :D For the connection and packet marking, in mangles: /ip firewall mangle add action=mark-connection chain=postrouting comment=network1-download dst-address=\ 192.168.1.0/24 new-connection-mark=network1_download_conn add action=mark-packet chain=postrouting connection-mark=networ...
Hello there, I'm posting this situation due to the fact that, after a lot of searching, reading and testing based on Queue tree examples for controling the internet bandwidth usage I wasn't successful implementing a Queue tree like the next one: DOWNLOAD_TOTAL (Max limit: 10Mbps) <-- parent -Network...
Hi there, thanks again for the reply I have a question (maybe a stupid one but I want to learn and understand this), so if the internet traffic comes without any tagging at all, how will the virtual machines comunicate directly to the internet only through Layer 2? The traffic from the internet come...
Thanks again for the quick reply, I've tested both scenarios that you've suggested and for the configuration: /interface ethernet set ether10 master-port=ether1 set ether11 master-port=ether1 /interface ethernet switch vlan add ports=ether10,ether11,switch1-cpu vlan-id=99 learn=yes add ports=ether1,...
Hi there, thanks for the reply My question here is, internet comes in without any vlan or tagging of some sort because it comes from another switch of the ISP that provides direct internet connection, so will it be possible for virtual machines in vlan500 to pass directly to the internet and maintai...
Hi again, Looks like the procedure I last described wasn't exactly what it was intended... Is there any way of doing the schematics in the picture below without any routing at all? Or I'm obligated to do routing? http://s22.postimg.org/wmx62tr3h/casestudy.jpg I'm running out of ideas... :cry: Thanks...
I think I discovered what the problem was...looks like the CRS doesn't like too much default vlan (or vlan 0) :lol: so just because, I tested the next setup: In ether10 I've configured for another vlan to be untagged other then vlan 0, for example, I've configured vlan 99 to be untagged and afterwar...
Hi again and thanks for all your help so far :D But CRS still isn't isolating things right, so I connected the ESXi server to ether10 and the virtual machine in vlan 500 comunicates fine but for the network of the physical NIC in default vlan that isn't the case unfortunately...it loses packets all ...
First of all thanks for the help ;) But with the configuration that you told me I've just put ether10 only in access mode/untagged for vlan 500, so every vlan non-aware device will connect to vlan 500 network and it's not what I'm looking for. The goal here is to configure ether10 to have an untagge...
For example, I want ether10 in a no-vlan network (vlan 0) so it would be untagged for vlan 0, and I want it to be tagged in vlan 500. Trunk port where all vlan's traffic will go thru will be ether1 . Please correct me if I'm wrong: /interface ethernet set ether10 master-port=ether1 untagged: /interf...
Well...unfortunately the tagging isn't working for some reason, done everything has the examples and has becs said and I'm still haven't been able to have a port with no tagging + vlan500 (for example) only been able to setup access ports, the rest nothing... CRS's are crap dealing with vlan traffic...
Hello everyone, I have a CRS226-24G-2S+RM, and I've been struggling to setup a connection for some ESXi servers that have several virtual machines on them in different vlan's, and I've attempted numerous configurations without no luck... The idea here is to setup a few interfaces as trunk so that mo...
I'm a bit confused here... So, to make a port untagged/access is, for example: /interface ethernet switch ingress-vlan-translation add ports=ether6 customer-vid=0 new-customer-vid=200 sa-learning=yes And to make a port tagged/trunk for it to have multiple vlan tagging is, for example: /interface eth...
Hi there, I have a network that the traffic is being managed by a MikroTik 1100 AHx2 (working as router/DHCP server/DNS server/firewall), and I've been searching for a way to block internet access for certain machines using their MAC address with no success, I've already tried to "drop" tr...