I have an RB750GRr3 that I’m trying to set up as a beginner router for my home lab (just getting started here).
I’ve been looking at this thing on and off for about a month, running little experiments to learn how to configure it.
Presently, I’m trying to set up a VLAN access port on eth5, and leaving everything else with factory presets.
I’ve been able to set up a DHCP server for the VLAN. I can connect to the router on eth5, and I get an address, but that’s where the fun stops.
I’ve given the VLAN interface an IP address, and I was assuming that I’d be able to ping it, but I can’t get that to work. The error message I get from ping is “Destination Host Unreachable”.
My most recent attempt was to remove all firewall settings, with just a minimal configuration. This didn’t work either.
Could someone please give me some advice? I’m at a loss for what configuration changes are needed.
Hello,if you want to create access port you need to untag desired port, not set it to tagged as you did here. ROS will automatically untag you desired port with PVID you set.
Also your pool starts with 192.168.0.30 and ends with 192.168.30.100. That is not possible with CIDR of 24. Probably just a typo.
One small piece of advice, if you go VLANs go VLANs all the way.
What IP address do you get ? Error you are getting means there is no route to desired destination.
Thank you for the replies! This was very helpful. As everyone says, the dhcp pool range was indeed a type-o. Though I swear that I really did get an IP address.
The tagged / untagged suggestion was spot on! After making this small change, I was able to connect, and ping the MGMT_VLAN:
I’m clearly having some trouble understanding some of the fundamental concepts here. I started by trying to connect the router to my switch with trunking. After running into problems, I tried isolating the configuration just to the router.
Now that I have a working example for VLAN access ports, I’ll go back to trying to connect the router and switch via trunking.
Once you understand the above background info, then you will have a better chance in understanding the MikroTik specific stuff, which you can find on youtube as well.
But there is no substitute for actually trying things on real router in a lab situation, where you can make mistakes without taking down your working network. You will learn more when things don’t work the first time, and you have to try to figure out why they are not working. This is where having some theoretical background can give you guidance on what is the more likely cause of the symptoms you are seeing.