Advice for beginner

Hi,
I’ve spent all weekend playing with a new RB951G-2HnD and wanted to check if my experience was common. I seemed to have a few problems initially with the setup and I ended up reseting via the switch/website and finally winbox, winbox being different from the others and what eventually got things working. Do people have good sources they would recommend reading to understand this stuff (networking with mikrotik, probably just on networking as well) better? I’d much rather have it working by understanding than good luck of trying random things!!

thanks, Paul

Paul,
There’s quite a bit of info online in the RouterOS Wiki section. Along with that, I could easily recommend the following book by Steve Discher:

https://www.amazon.com/RouterOS-Example-Stephen-Discher-ebook/dp/B006U3MP7W?ie=UTF8&*Version*=1&*entries*=0

Good place to start.

-tp

Read the example here in the forum, is a very good option. Read the post. Take a Lite router and practice yourself.

And for european people, here the book…

http://www.amazon.es/gp/product/B005OY0JJY/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=3626&creative=24790&creativeASIN=B005OY0JJY&linkCode=as2&tag=accesintersat-21\

http://www.amazon.es/gp/product/B006U3MP7W/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=3626&creative=24790&creativeASIN=B006U3MP7W&linkCode=as2&tag=accesintersat-21

If you want to understand networking theory, the most important concept to understand is the OSI model (7-layer network model).
The OSI model ultimately does not map 1:1 with the Internet - the Internet uses a similar 4-layer model.

As a network engineer, the most important (OSI) layers to me are 1-4

It all seemed like “theoretical stuff that’s not useful in the real world” when I was first taught this, but having worked with it, it’s a crucial way to understand what’s going on. You’ll see lots of posts here that mention layer2 and layer3. Learning how to distinguish what layer a problem comes from is key in learning how to break a problem down into testable pieces.

Example:
If you don’t see the MAC address of another LAN host in the ARP cache, for instance, then you know that the problem is local to your own local network segment - i.e. it’s likely either a layer 2 problem (wrong vlan, perhaps?) or a layer 1 problem (cable between switches got unplugged). It could be layer 3 if the other host has the wrong IP settings configured… but it’s certainly not going to involve port numbers or access rules in an HTTP server, so don’t bother looking there if you don’t get ARP replies.