Community discussions

MikroTik App

Search found 7 matches

by dcuk
Tue Nov 18, 2014 11:12 pm
Forum: General
Topic: 6.22 released!
Replies: 151
Views: 74441

Re: 6.22 released!

In the interests of making Mikrotik aware of what is happening, with 6.22 I'm seeing the following issues with an RB450G: MicroSD card has completely disappeared from system, no longer showing under disks or stores. This last appeared correctly in version 6.18 Ethernet stats are zero for all slave p...
by dcuk
Sat Mar 22, 2014 12:06 am
Forum: General
Topic: vLAN with Switch chips _ scenario-based solutions
Replies: 33
Views: 12086

Re: vLAN with Switch chips _ scenario-based solutions

Unfortunately you can only have a single master port per switch chip. If you need to logically separate the ports you'll need to go with vlans. Of course, on an RB2011 there are two switch chips so you could wait for that. :idea:
by dcuk
Thu Mar 20, 2014 10:24 pm
Forum: Beginner Basics
Topic: VLAN configuration help
Replies: 19
Views: 3976

Re: VLAN configuration help

Won't vlan92 need an IP address assigned to it for NAT to work?

None of the router interfaces have the gateway address on them either.
by dcuk
Wed Mar 19, 2014 9:41 pm
Forum: Beginner Basics
Topic: Make use of switch chip for VLANs
Replies: 5
Views: 2943

Re: Make use of switch chip for VLANs

There are a couple of things there that need correcting. Firstly, ether5 in your print-out isn't assigned to the switch chip, it should be: set [ find default-name=ether5 ] mac-address=00:0C:42:BD:D3:FB master-port=\ ether2-master-local name=ether5-trunk Your Router port connected to the CPU then be...
by dcuk
Thu Dec 19, 2013 9:58 pm
Forum: Beginner Basics
Topic: default configuration input chain
Replies: 1
Views: 870

Re: default configuration input chain

That sounds about right. The forward chain governs the traffic destined for your LAN, by default (certainly on my RB450G) it is empty which seems to be an implicit deny all. Return traffic to outbound connections will be pin-holed automatically, so unless you need inbound ports forwarded you can ess...
by dcuk
Wed Dec 18, 2013 9:50 pm
Forum: Beginner Basics
Topic: RB450G port forwarding/mapping
Replies: 2
Views: 1439

Re: RB450G port forwarding/mapping

I'm only a noob myself, but I think you're missing some inbound rules in the forward chain, something like: add chain=forward comment="port-forward tcp/3389 (ip after dst-nat)" dst-address=192.168.0.6 dst-port=3389 protocol=tcp You've set up the inbound NAT translations, you just haven't a...
by dcuk
Wed Dec 04, 2013 5:49 pm
Forum: Beginner Basics
Topic: First time user: quick question
Replies: 1
Views: 894

First time user: quick question

Hi, I've just booted a new RouterBoard RB450G for the first time and connected via WebFig and WinBox. I have a quick question regarding licensing: My router says is came with a level 5 license, but when I look at the license printout it has blank spaces next to "Upgradable To", "Featu...