Community discussions

MikroTik App

Search found 9 matches

by EchtkPvL
Tue Jan 27, 2015 8:56 pm
Forum: Beginner Basics
Topic: QoS
Replies: 5
Views: 2612

Re: QoS

push
by EchtkPvL
Mon Jan 26, 2015 10:37 pm
Forum: Beginner Basics
Topic: how to block traffic
Replies: 8
Views: 2450

Re: how to block traffic

Try the following Code:
/ip firewall filter add action=drop chain=input dst-address=192.168.0.2
by EchtkPvL
Mon Jan 26, 2015 10:16 pm
Forum: Beginner Basics
Topic: Newbie question
Replies: 3
Views: 1064

Re: Newbie question

This will drop all packets to port 22:
/ip firewall filter add action=drop chain=input dst-port=22 protocol=tcp
Is this what you are searching for?
by EchtkPvL
Mon Jan 26, 2015 8:51 pm
Forum: Beginner Basics
Topic: QoS
Replies: 5
Views: 2612

Re: QoS

Hello, it doesn't work :( Here is my Configuration: /queue type add kind=pcq name=2m_down pcq-classifier=dst-address pcq-rate=2M /queue type add kind=pcq name=2m_up pcq-classifier=src-address pcq-rate=2M /queue tree add name="ft_down" packet-mark=client_download parent=br-lan queue=2m_down...
by EchtkPvL
Sun Sep 07, 2014 6:11 pm
Forum: Beginner Basics
Topic: Fritzbox and MikroTik
Replies: 3
Views: 1664

Re: Fritzbox and MikroTik

push
by EchtkPvL
Thu Aug 28, 2014 1:24 pm
Forum: Beginner Basics
Topic: Fritzbox and MikroTik
Replies: 3
Views: 1664

Fritzbox and MikroTik

Hello,

how can I migrate the MikroTik (RB2011UiAS-2HnD-IN) router into the net of my FritzBox? Is it possible that I can access from a Client in my Mikrotik-net a Windows share in the FritzBox net?
by EchtkPvL
Thu Aug 21, 2014 4:25 pm
Forum: Beginner Basics
Topic: QoS
Replies: 5
Views: 2612

Re: QoS

Thank you. I will try to Configure this. And sorry for the Push, it was sent before youre Comment was accepted :D
by EchtkPvL
Thu Aug 21, 2014 12:43 am
Forum: Beginner Basics
Topic: QoS
Replies: 5
Views: 2612

Re: QoS

---PUSH---
by EchtkPvL
Sun Aug 17, 2014 1:59 am
Forum: Beginner Basics
Topic: QoS
Replies: 5
Views: 2612

QoS

Hello, first sorry but my English is not very good. I'm going to buy this Router: MikroTik RB2011UiAS-2HnD-IN I need to configure this Router that QoS give every User (dynamic) the same bandwidth. In my Case this is about 25m. The reason is that we have a LAN-party and even if Steam automaticly upda...