Community discussions

MikroTik App

Search found 1155 matches

by tomaskir
Mon Jul 13, 2015 1:15 pm
Forum: Wireless Networking
Topic: [bug] wireless-fp and CLI tab-completion not working
Replies: 2
Views: 1241

[bug] wireless-fp and CLI tab-completion not working

With wireless-fp (which is now the default wireless package) tab-completion for the "country" doesnt work. /interface wireless> set [find name=wlan1] country=[TAB] Will NOT give you all available countries. This means there is no way for you to see in the CLI all the available countries fo...
by tomaskir
Thu Jul 09, 2015 4:08 pm
Forum: General
Topic: 6.30 ipsec-policy matcher question
Replies: 12
Views: 3086

Re: 6.30 ipsec-policy matcher question

Now added to fw manual. There you will find difference between ipsec and none Just a final confirmation, so basically the settings are: ipsec-policy=in,none - incoming packets matched by any policy before decryption ipsec-policy=in,ipsec- incoming packets matched by any policy after decryption ipse...
by tomaskir
Thu Jul 09, 2015 3:04 pm
Forum: General
Topic: 6.30 ipsec-policy matcher question
Replies: 12
Views: 3086

6.30 ipsec-policy matcher question

Hi guys, Whats the difference between ipsec-policy=in,ipsec and ipsec-policy=in,none? Its not made clear in the new Manual article http://wiki.mikrotik.com/wiki/Manual:IP/IPsec#Allow_Only_Ipsec_Ecapsulated_Traffic Also the options are not yet described in the firewall Manual article http://wiki.mikr...
by tomaskir
Tue Jun 23, 2015 1:55 pm
Forum: RouterBOARD hardware
Topic: hEX lite, function of ports
Replies: 3
Views: 1705

Re: hEX lite, function of ports

All ports are totally equal and can be anything.
The labels are just how the router behaves with default (factory) config.

You can reconfigure the router to do anything.
by tomaskir
Tue Jun 23, 2015 10:48 am
Forum: General
Topic: ipsec and multiple ip addresses on interface
Replies: 5
Views: 3312

Re: ipsec and multiple ip addresses on interface

There is local-address in 6.27 too, I tried that, that doesn't help...

I also tried to add y.y.y.y/32 route to peer with pref-src=x.x.x.x. It doesn't work as well.
It works correctly for me even with 6.23.

Are you sure other NAT / Mangle rules are not interfering?
by tomaskir
Fri Jun 19, 2015 5:29 pm
Forum: General
Topic: ipsec and multiple ip addresses on interface
Replies: 5
Views: 3312

Re: ipsec and multiple ip addresses on interface

Yes, using 6.29.1, you can specify IP address used per-peer.
/ip ipsec peer set 0 local-address=x.x.x.x
by tomaskir
Fri Jun 19, 2015 2:57 pm
Forum: General
Topic: Optimize WLAN Bridge as Low Latency connection for DSL Bonding
Replies: 12
Views: 3934

Re: Optimize WLAN Bridge as Low Latency connection for DSL Bonding

Nstream will be the best option for lowest latency (if like you mentioned, throughput is secondary).
by tomaskir
Fri Jun 19, 2015 12:17 pm
Forum: General
Topic: Support for PPPoE MTU > 1492 (via RFC4638 PPP-Max-Payload)
Replies: 19
Views: 8860

Re: Support for PPPoE MTU > 1492 (via RFC4638 PPP-Max-Payload)

You have something configured wrong then. 1500 works without a problem. Client config: /ppp profile add change-tcp-mss=no name=pppoe use-compression=no use-encryption=no use-ipv6=no use-mpls=no \ use-vj-compression=no /interface pppoe-client add disabled=no interface=ether1 keepalive-timeout=10 max-...
by tomaskir
Thu Jun 18, 2015 12:31 pm
Forum: General
Topic: Support for PPPoE MTU > 1492 (via RFC4638 PPP-Max-Payload)
Replies: 19
Views: 8860

Re: Support for PPPoE MTU > 1492 (via RFC4638 PPP-Max-Payload)

PPPoE client supports 1500 MTU in v6.x

Support for MTU >1500 is not there, but 1500 is supported.
/interface pppoe-client add interface=ether1 max-mtu=1500 max-mru=1500
by tomaskir
Wed Jun 17, 2015 1:47 pm
Forum: General
Topic: Mikrotik Hotspot Manager [beta]
Replies: 44
Views: 26664

Re: Mikrotik Hotspot Manager [beta]

The link isn't working :? :?
This thread is 9 years old...
This is the UserManager ... you can get the package and install it in your MikroTik.

Do NOT bump old threads.

Can this please be locked?
by tomaskir
Wed Jun 17, 2015 1:45 pm
Forum: The Dude
Topic: List of limitations/bugs/fixes/todo in The Dude 4.0b3?
Replies: 3
Views: 2659

Re: List of limitations/bugs/fixes/todo in The Dude 4.0b3?

4.0b3 uses an embedded sqlite DB to store things in. As soon as the DB file is larger then 2GB, you are screwed (that is the limit on the old sqlite drivers Dude 4.0b3 is using). There are ways to recover - includes deleting all historical data. You however have to manually dump (export) the sqlite ...
by tomaskir
Wed Jun 17, 2015 12:21 pm
Forum: General
Topic: Error in "Current Firmware Version" in system/routerboard?
Replies: 6
Views: 1989

Re: Error in "Current Firmware Version" in system/routerboard?

Yes, some of the newer units update firmware automatically.

After you reboot for ROS update, you will see the standard firmware update message in the log, and after another reboot, you will have newest firmware automatically.
by tomaskir
Wed Jun 17, 2015 12:20 pm
Forum: General
Topic: Packet gets lost: how to debug?
Replies: 14
Views: 6510

Re: Packet gets lost: how to debug?

Well, without getting access to the system and playing with it directly, I dont see why it doesnt work.

You can contact me at tomas[at]atris[dot]sk if you want more direct help.
Or maybe someone else can help you.
by tomaskir
Wed Jun 17, 2015 10:13 am
Forum: General
Topic: Packet gets lost: how to debug?
Replies: 14
Views: 6510

Re: Packet gets lost: how to debug?

Post your "/ip rou exp" please. There are 2 things I can see happening: 1) routing engine dropping packets because of no route or a blackhole route 2) packets are arriving with TTL of 1, therefore are being dropped I also advise sniffing the traffic (there is an action in prerouting that c...
by tomaskir
Tue Jun 16, 2015 6:59 pm
Forum: General
Topic: Packet gets lost: how to debug?
Replies: 14
Views: 6510

Re: Packet gets lost: how to debug?

You mentioned in your previous posts you can properly see the return traffic in mangle pre-routing: prerouting in:ether1-gateway out:(none), src-mac e4:48:ab:ab:ab:ab, proto ICMP (type 8, code 0), 10.5.1.14->10.0.10.2, len 84 This means the encrypted traffic is properly coming in and being decrypted...
by tomaskir
Tue Jun 16, 2015 5:02 pm
Forum: General
Topic: Packet gets lost: how to debug?
Replies: 14
Views: 6510

Re: Packet gets lost: how to debug?

The addresses being incorrect and missing incoming ipsec firewall rule was a copy-paste mistake on my end. Sorry for the confusion. That is why I said it would not work with the previously posted config. I can also confirm traffic is arriving at 10.5.1.14 when pinging from 10.0.10.2. Replies from 1...
by tomaskir
Tue Jun 16, 2015 4:11 pm
Forum: General
Topic: using snmp v3 v3.20
Replies: 6
Views: 7663

Re: using snmp v3 v3.20

what is the difference between SECUIRITY=PRIVATE VS SECURITY=AUTHORIZED ?
Do NOT bump a 4 years old topic.

Regarding your quesion, watch this presentation and you can learn all about SNMP an SNMP in MikroTik:
https://www.youtube.com/watch?v=McUCYuy9Cv0
by tomaskir
Tue Jun 16, 2015 4:08 pm
Forum: General
Topic: Packet gets lost: how to debug?
Replies: 14
Views: 6510

Re: Packet gets lost: how to debug?

First of all, from these exports, your IPSec should not work at all, since the policies dont match the peers: /ip ipsec peer add address=54.239.63.154/32 ... add address=54.239.63.155/32 ... /ip ipsec policy add ... sa-dst-address=54.239.63.111 ... add ... sa-dst-address=54.239.63.222 ... add ... sa...
by tomaskir
Tue Jun 16, 2015 3:06 pm
Forum: General
Topic: Packet gets lost: how to debug?
Replies: 14
Views: 6510

Re: Packet gets lost: how to debug?

Post your export of:
/ip ipsec exp
/ip fi filt exp
/ip fi nat exp
/ip fi mang exp
/ip rou exp
by tomaskir
Mon Jun 15, 2015 3:52 pm
Forum: Beginner Basics
Topic: OID SNMP
Replies: 1
Views: 3695

Re: OID SNMP

Go over the data in this presentation:
https://youtu.be/McUCYuy9Cv0

It will give you all useful OIDs and what is located where.
by tomaskir
Mon Jun 15, 2015 12:50 pm
Forum: General
Topic: Set Admin Password via Config File (Flashfig)
Replies: 8
Views: 3290

Re: Set Admin Password via Config File (Flashfig)

/user set [/user find name="admin"] password=123456
by tomaskir
Tue Jun 09, 2015 11:54 am
Forum: Announcements
Topic: v6.29 released
Replies: 191
Views: 76834

Re: v6.29 released

Hi, I think this is a bug or something can't say cleary. Problem is when change SIM card for RB922 or RB912 with RouterOS v6.29.1. Have 2 SIM card with different ISP. Another have PIN code other not have PIN code. When first card witch have PIN code everything works wine, but when i change card to ...
by tomaskir
Tue Jun 09, 2015 11:48 am
Forum: Forwarding Protocols
Topic: VPLS/MPLS via ospf in wireless network
Replies: 31
Views: 9309

Re: VPLS/MPLS via ospf in wireless network

1508 is however correct if you need to deliver full frames (1500) in a pppoe session inside of the vpls tunnel.

Which is what the presentation was dealing with.
by tomaskir
Mon Jun 08, 2015 10:46 am
Forum: Announcements
Topic: v6.29 released
Replies: 191
Views: 76834

Re: v6.29 released

@normis
I have managed to reproduce a very rare and annoying bug [Ticket#201503206600075]

It will go away if I reboot the device.
Could someone from support please look at this so I can give you guys SSH access?
I cant keep the device in this state for long, since it needs to be used.
by tomaskir
Tue Jun 02, 2015 11:27 am
Forum: General
Topic: Winbox 3 RC
Replies: 636
Views: 208737

Re: Winbox 3 RC

It was announced before somewhere, that single letter shortcuts are removed, because there was a risk of accidentaly removing, disabling, etc. We will add shift or something to these keys Yes, I read that and I understand why that was done for remove/disable etc. But comment was not mentioned. Comm...
by tomaskir
Tue Jun 02, 2015 10:05 am
Forum: General
Topic: Winbox 3 RC
Replies: 636
Views: 208737

Re: Winbox 3 RC

The C button no longer works for me to set comments in RC10.

Is this also happening for others?
by tomaskir
Thu May 28, 2015 4:25 pm
Forum: General
Topic: "no-mark" as default mark to all connections and traffic
Replies: 19
Views: 10705

Re: "no-mark" as default mark to all connections and traffic

Very useful and it significantly reduces complexity :) . I just came across the need for a default routing-mark=no-mark as well which is not implemented as of now (v6.28) :(
This post is from 2009.

This is already working as described in 6.28.

@MirkoTik - Please lock this topic.
by tomaskir
Mon May 25, 2015 12:58 pm
Forum: Forwarding Protocols
Topic: VPLS/MPLS via ospf in wireless network
Replies: 31
Views: 9309

Re: VPLS/MPLS via ospf in wireless network

Are you using nv2 for wireless?
by tomaskir
Mon May 25, 2015 12:23 pm
Forum: Forwarding Protocols
Topic: VPLS/MPLS via ospf in wireless network
Replies: 31
Views: 9309

Re: VPLS/MPLS via ospf in wireless network

1500 is the correct L3 and L2 MTU on the VPLS interface in your test scenario. Remember that MTU (L3 MTU) in MKT is with the data, L4 and L3 headers counted in. Calculation of MTU from the point of view of the VPLS interface: 1472 data + 8 icmp header + 20 ip header = 1500 L3 MTU for the VPLS interf...
by tomaskir
Mon May 25, 2015 11:50 am
Forum: Forwarding Protocols
Topic: VPLS/MPLS via ospf in wireless network
Replies: 31
Views: 9309

Re: VPLS/MPLS via ospf in wireless network

Hi, Well, that works, but I have read somewhere that the vpls interface will fragment the package anyway, due that I can ping whit 1500 packetsize as well. Eth header 14, MPLS 4, VPLS ID 4, VPLS 4, IP header 20 + data 1500 + ping header 8 = 1554 How does this work ? ? ? Yes, VPLS interface will fra...
by tomaskir
Fri May 22, 2015 7:07 pm
Forum: Forwarding Protocols
Topic: VPLS/MPLS via ospf in wireless network
Replies: 31
Views: 9309

Re: VPLS/MPLS via ospf in wireless network

Yes, your calculations are correct, and it will work. Just remember to set the L2MTU correctly on all interfaces on all devices. As for how to test it: Simply create a VPLS tunnel between 2 routers, and try to ping within that tunnel with 1472 packet size with do-not-fragment set. (1472 because ICMP...
by tomaskir
Tue Apr 28, 2015 2:56 pm
Forum: Announcements
Topic: FastTrack - New feature in 6.29
Replies: 237
Views: 204699

Re: FastTrack - New feature in 6.29

Question - if I have no rules in forward chain - only in input chain (typical transit router) - will FastTrack be active? IMO, if there are no rules in a default chain, that chain should automatically be FastTracked (so I dont have to add rules now to tons of transit routers to take advantage of Fas...
by tomaskir
Tue Apr 28, 2015 12:35 pm
Forum: Announcements
Topic: FastTrack - New feature in 6.29
Replies: 237
Views: 204699

Re: FastTrack - New feature in 6.29

I will wait for 6.29 final before trying this, but in your rules you add a fasttrack rule and then an accept rule. What happens if there is no accept rule. Doesn't the fasttrack rule here do exactly this - passthrough all packets matched by it ? Yes, but accept is also needed - it was mentioned in ...
by tomaskir
Fri Apr 24, 2015 6:19 pm
Forum: Announcements
Topic: RouterOS v6.28 released
Replies: 229
Views: 93166

Re: RouterOS v6.28 released

Router RB850Gx2 hangs on reboot if serial port is removed from the /system console [admin@RB850Gx2] > /system console print Flags: X - disabled, U - used, F - free # PORT TERM RouterBOOT booter 3.22 RouterBoard 850Gx2 CPU frequency: 533 MHz Memory size: 512 MiB NAND size: 512 MiB Press any key with...
by tomaskir
Fri Apr 24, 2015 12:17 pm
Forum: General
Topic: Нow can i load-balance vpn-tunnel traffic over two links?
Replies: 8
Views: 4204

Re: Нow can i load-balance vpn-tunnel traffic over two links?

How ECMP checks the current link load before send the traffic to this link? There is no load checking. ECMP simply routes each packet over one of the available gateways in a round-robin fashion. There is a catch however - routing decisions are cached by the kernel, so actually, ECMP is more like pe...
by tomaskir
Wed Apr 22, 2015 2:40 pm
Forum: Announcements
Topic: RouterOS v6.28 released
Replies: 229
Views: 93166

Re: RouterOS v6.28 released

Problem with e-mail client still exists.
If you use TLS then the second EHLO, which is normally issued after STARTTLS, is malformed and rejected by postfix with error "Helo command rejected: invalid ip address"
Did you report this to support@mikrotik.com?
by tomaskir
Tue Apr 21, 2015 2:43 pm
Forum: The Dude
Topic: The Dude Alternatives
Replies: 24
Views: 46838

Re: The Dude Alternatives

Thanks. Do you use an agent for those Windows servers? I was hoping to find a way to monitor disk space and memory usage through snmp but that's been more difficult than expected. No, we monitor all using SNMP. Its the same as in The Dude, this is all from the Storage table at OID .1.3.6.1.2.1.25.2...
by tomaskir
Fri Apr 17, 2015 5:01 pm
Forum: General
Topic: v6.28 will be released this week!
Replies: 72
Views: 27242

Re: v6.28 will be released this week!

We have plans to release v6.28 during this week.
Really this week?
Better late than with bugs!
by tomaskir
Wed Apr 15, 2015 5:37 pm
Forum: General
Topic: BGP4-MIB for SNMP monitoring
Replies: 2
Views: 2500

Re: BGP4-MIB for SNMP monitoring

+1 for BGP-MIB

STP-MIB would also be really useful :)
by tomaskir
Mon Apr 13, 2015 5:15 pm
Forum: General
Topic: Нow can i load-balance vpn-tunnel traffic over two links?
Replies: 8
Views: 4204

Re: Нow can i load-balance vpn-tunnel traffic over two links?

How can i use ECMP with IPsec VPN-tunnel? You cant use it with IPSec in tunnel node. You need to manipulate the routing table, which IPSec tunnel mode policies do not use. Use IPSec in transport mode with a different tunneling protocol (like GRE or L2TP), which will give you an interface, and you c...
by tomaskir
Mon Apr 13, 2015 12:55 pm
Forum: General
Topic: The Radius packets can't pass over ipsec with RouterOS
Replies: 5
Views: 1644

Re: The Radius packets can't pass over ipsec with RouterOS

Which IP is the Radius server and which IP is the radius client? Because you mention The packets will be send from 112.25.145.100, but not encrypted and not pass over Ipsec. If packets from 112.25.145.100 are not encrypted, you are showing us exports from the wrong router (the router hosting 192.168...
by tomaskir
Mon Apr 13, 2015 12:47 pm
Forum: General
Topic: Problem with SSH client
Replies: 2
Views: 1171

Re: Problem with SSH client

It would be helpful if you actually described what the problem is.
by tomaskir
Mon Apr 13, 2015 12:45 pm
Forum: Beginner Basics
Topic: Copying Config to Different Model of Mikrotik Router Board
Replies: 2
Views: 1527

Re: Copying Config to Different Model of Mikrotik Router Board

Just a side node, if you have ROS v5, use
/export compact file=name.rsc
If you have ROS v6, use
/export file=name.rsc
by tomaskir
Fri Apr 10, 2015 3:51 pm
Forum: Beginner Basics
Topic: IPSec/L2TP help
Replies: 2
Views: 1204

Re: IPSec/L2TP help

Its a known issue with MikroTik IPSec.
Its actually an issue in MikroTik NAT-T functionality.

You can not have multiple clients from one public IP.

Consider building a site-to-site tunnel, or use a different tunneling protocol, such as SSTP.
by tomaskir
Fri Apr 10, 2015 12:03 pm
Forum: RouterBOARD hardware
Topic: RB3011 Block diagram?
Replies: 230
Views: 73819

Re: RB3011 Block diagram?

This is the CPU that we will use for RB3011: http://www.anandtech.com/show/7526/qualcomm-atheros-announces-new-internet-processor-lineup-ipq8064-and-ipq8062 Can you as well confirm that both switch-chips have a full-duplex 2Gbps link to the CPU? And if the HW acceleration support for AES is going t...
by tomaskir
Thu Apr 09, 2015 12:03 pm
Forum: RouterBOARD hardware
Topic: RB3011 Block diagram?
Replies: 230
Views: 73819

Re: Re:

its likely one of "off the shelf" inexpensive A9 twin-core SoC. which explain relatively small performance (for twin-core 1.2Ghz chip). a12/a17 do about 42% more performance than A9 (on same clock on similar die) and a53 and a57 do about 2.5x and 4x times (in peak not sustaine/stressed)mo...
by tomaskir
Wed Apr 08, 2015 7:30 pm
Forum: RouterBOARD hardware
Topic: RB3011 Block diagram?
Replies: 230
Views: 73819

Re: RB3011 Block diagram?

Oh wow, that would be a big upgrade over everything with a switch chip that they used before. Even the CCR1009 has a 1Gbit link internally to the 4x1Gbps connected through the switch chip. Are you sure he said 2Gbps per switch chip link, or maybe he meant 1Gbps to each switch chip so 2Gbps in total...
by tomaskir
Wed Apr 08, 2015 4:28 pm
Forum: RouterBOARD hardware
Topic: RB3011 Block diagram?
Replies: 230
Views: 73819

Re:

And what about hardware aes support?
Since CPU brand/type is currently unknown, if it supports aes hw acceleration is also unknown.
by tomaskir
Wed Apr 08, 2015 2:52 pm
Forum: General
Topic: Нow can i load-balance vpn-tunnel traffic over two links?
Replies: 8
Views: 4204

Re: Нow can i load-balance vpn-tunnel traffic over two links?

A much better solution is to use ECMP load-balancing over the VPN links. If you balance on L2 (using EoIP), you will get huge problems with out-of-order packet delivery, fragmentation, and a lot of other things. Using ECMP also has its disadvantages (very similar to LACP), but overall, is a better s...
by tomaskir
Wed Apr 08, 2015 11:55 am
Forum: RouterBOARD hardware
Topic: RB3011 Block diagram?
Replies: 230
Views: 73819

Re: RB3011 Block diagram?

I asked Janis about the internals at the MUM, here is a few clarifications:

2 switch chips, each 5x 1GBit ports.
Each switch chip connected to CPU with a 2GBit link.

1x MiniPCI-E for wireless cards.

CPU brand/type unknown.
by tomaskir
Wed Apr 08, 2015 11:49 am
Forum: General
Topic: Feature requests
Replies: 1744
Views: 639290

Re: Feature requests

hi if it is possible to have the pppoe server listens to serveral interfaces instead of one interface .. i have 7 vlans and i have to have 7 pppoe servers for each vlan interface it would be nice to have one pppoe server for 7 interfaces Create a bridge, use split bridge horizon to isolate the port...
by tomaskir
Sat Mar 21, 2015 1:15 am
Forum: General
Topic: LLDP
Replies: 136
Views: 69328

Re: LLDP

NMSs also use it to build topology tables (and maps).

It would be EXTREMLY useful for this purpose to us.
by tomaskir
Wed Mar 11, 2015 6:06 pm
Forum: General
Topic: RouterOS 6.17 - Disabled Radius Login
Replies: 2
Views: 1621

Re: RouterOS 6.17 - Disabled Radius Login

I had this problem before.

NetInstall the device, that fixed it for me.
by tomaskir
Mon Mar 09, 2015 5:10 pm
Forum: General
Topic: SNMP v3 error with new Cacti Install Router os 6.18
Replies: 3
Views: 1613

Re: SNMP v3 error with new Cacti Install Router os 6.18

There have been issues with SNMP in a few older versions...

What I recommend:
Use latest RouterOS with latest firmware (RouterBOOT).

I have had issues where SNMP didnt work because RouterBOOT was older version, even when RouterOS was newest version.
by tomaskir
Mon Mar 09, 2015 12:09 pm
Forum: The Dude
Topic: The Dude Alternatives
Replies: 24
Views: 46838

Re: The Dude Alternatives

how they interact with MikroTik?
You can use SNMP, same as in the Dude.
by tomaskir
Tue Mar 03, 2015 1:51 pm
Forum: Scripting
Topic: Setting admin password with netinstall configure script
Replies: 5
Views: 2911

Re: Setting admin password with netinstall configure script

/user set [/user find name="admin"] password="mypassword"
by tomaskir
Wed Feb 25, 2015 11:27 am
Forum: Announcements
Topic: v6.28 RC testing
Replies: 42
Views: 23563

Re: v6.28 RC testing

Ticket#2014122966000079
This is a bug with the route table not being available over SNMP.

Ticket#2014120866000733
This is a bug with VirtualAP showing inside SNMP Station Interface table (mtxrWlStatEntry)
by tomaskir
Mon Feb 23, 2015 7:21 pm
Forum: General
Topic: SNMP Returns Multiple Variables need help deciphering.
Replies: 5
Views: 2512

Re: SNMP Returns Multiple Variables need help deciphering.

There are InOctets and OutOctets for every interface...

So what you are seeing in there is for every interface on your router.
by tomaskir
Thu Feb 12, 2015 1:32 pm
Forum: Announcements
Topic: RouterOS v6.27 released
Replies: 273
Views: 134923

Re: RouterOS v6.27 released

Normis, can you please look at these: Ticket#2014122966000079 Ticket#2014120866000733 Ticket#2015020266000252 The first two are more feature requests than bugs. The latest is new, so not answered yet, but before our specialist has looked at it, it may be specific hardware problem or something else,...
by tomaskir
Thu Feb 12, 2015 11:55 am
Forum: Announcements
Topic: RouterOS v6.27 released
Replies: 273
Views: 134923

Re: RouterOS v6.27 released

Normis, can you please look at these:

Ticket#2014122966000079
Ticket#2014120866000733
Ticket#2015020266000252
by tomaskir
Thu Feb 05, 2015 5:11 pm
Forum: General
Topic: SNMP Rx Rate Tx Rate for Wired interfaces.
Replies: 3
Views: 2815

Re: SNMP Rx Rate Tx Rate for Wired interfaces.

Its in the standard ifMIB:
.1.3.6.1.2.1.2.2.1.5
by tomaskir
Thu Feb 05, 2015 1:48 pm
Forum: General
Topic: Tapatalk and Karma
Replies: 60
Views: 8175

Re: Tapatalk and Karma

Ok, so basicly what you are saying is: "We have decided on this because we like it and we are not willing to hear feedback. Instead we are going to reply with links to jokes and just ignore our user-base." Now Im fully aware that Im just expressing my opinions as well, and that most userba...
by tomaskir
Thu Feb 05, 2015 1:15 pm
Forum: General
Topic: Tapatalk and Karma
Replies: 60
Views: 8175

Re: Tapatalk and Karma

Alright, here we go: Problem 1) Forums are not properly sized on higher resolutions and about 40% of the screen space is wasted. This is using Win7, newest chrome, 1920x1080 screen. att1.JPG Problem 2) "Show x posts" buttons are hidden behind menus and places inconsistently. This adds addi...
by tomaskir
Thu Feb 05, 2015 12:07 pm
Forum: General
Topic: Tapatalk and Karma
Replies: 60
Views: 8175

Re: Tapatalk and Karma

Normis, all of these changes decrease my productivity on the forum.
Why are we sacrificing user-friendliness and usability to get a modern look?

We are even missing features which were present in the previous forums ("Show unread posts").
by tomaskir
Wed Feb 04, 2015 8:55 pm
Forum: General
Topic: Tapatalk and Karma
Replies: 60
Views: 8175

Re: Tapatalk and Karma

And since we are talking about this: Why are "Your posts" (old "Show my posts") and other post-related buttons in different places? ("Your posts" hidden behind my name menu and other post-related menus hidden behind "Forum" menut) Why are they even hidden behi...
by tomaskir
Wed Feb 04, 2015 8:47 pm
Forum: General
Topic: Tapatalk and Karma
Replies: 60
Views: 8175

Re: Tapatalk and Karma

And where is the "Show unread posts" button?

Also, where is the option to change to prosilver and subsilver themes?
(not in the user control panel)
by tomaskir
Fri Jan 30, 2015 3:14 pm
Forum: General
Topic: Resetting configuration on first boot
Replies: 2
Views: 1340

Re: Resetting configuration on first boot

You can also use MAC-Telnet to connect to the device when you clear the config.

One example utility for Linux:
https://github.com/haakonnessjoen/MAC-Telnet

Debian/Ubuntu:
apt-get install mactelnet-client
by tomaskir
Fri Jan 30, 2015 2:33 pm
Forum: General
Topic: Change SNMP Port on RouterOS v6.22
Replies: 3
Views: 7464

Re: Change SNMP Port on RouterOS v6.22

In NAT on the router terminating the public IP, simply NAT the requests correctly:
PublicIP:SomePort -> LocalIP:161

/ip firewall nat add chain=dst-nat dst-address=publicip proto=udp dst-port=someport action=dst-nat to-address=localip to-port=161
by tomaskir
Fri Jan 30, 2015 2:24 pm
Forum: Beginner Basics
Topic: Step Up from the RB2011....?
Replies: 22
Views: 7743

Re: Step Up from the RB2011....?

750 series - up to 60 Mbit firewall / routing / NAT / QoS - up to 12 Mbit IPSec (aes128, md5) 951/2011 series - up to 120 Mbit using firewall / routing / NAT / QoS - up to 18 Mbit IPSec (aes128, md5) 1100AHx2 - up to 2 Gbit using firewall / routing / NAT / QoS - up to 550 Mbit IPSec (aes128, sha1) T...
by tomaskir
Fri Jan 30, 2015 2:18 pm
Forum: Beginner Basics
Topic: Create chains
Replies: 1
Views: 5195

Re: Create chains

Simply create a new firewall rule, and inside the chain option, write the new chain's name.
by tomaskir
Fri Jan 30, 2015 2:16 pm
Forum: General
Topic: Antivirus defs not updating on mikrotik 750
Replies: 7
Views: 2775

Re: Antivirus defs not updating on mikrotik 750

If manual update works and automatic update doesnt work, it has NOTHING to do with networking.

You do NOT need to forward any ports, these are all out-bound connections.
by tomaskir
Thu Jan 29, 2015 1:06 pm
Forum: General
Topic: Feature Request: DNS package
Replies: 13
Views: 5255

Re: Feature Request: DNS package

This has been requested many times for a long time now:
http://forum.mikrotik.com/viewtopic.php?f=19&t=85716

MikroTik seems not to care :(

Definatelly a +1
by tomaskir
Thu Jan 29, 2015 12:30 pm
Forum: Beginner Basics
Topic: Mikrotik L2TP client setup like as Windows connection
Replies: 2
Views: 1254

Re: Mikrotik L2TP client setup like as Windows connection

You need to setup full L2TP/Ipsec, not just L2TP.

See this video:
http://tiktube.com/video/mIgH3hmodoLHnH ... tKlGonDpI=

There is a part in it on how to configure MikroTik as an L2TP/IPSec client.
by tomaskir
Wed Jan 28, 2015 5:13 pm
Forum: General
Topic: RB750GL Routing/NAT and PPPoE Peformance
Replies: 2
Views: 1118

Re: RB750GL Routing/NAT and PPPoE Peformance

750 series - up to 60 Mbit firewall / routing / NAT / QoS - up to 12 Mbit IPSec (aes128, md5) 951/2011 series - up to 120 Mbit using firewall / routing / NAT / QoS - up to 18 Mbit IPSec (aes128, md5) 1100AHx2 - up to 2 Gbit using firewall / routing / NAT / QoS - up to 550 Mbit IPSec (aes128, sha1) T...
by tomaskir
Wed Jan 28, 2015 11:31 am
Forum: Virtualization
Topic: HOWTO: Dual-booting RouterOS and OpenWRT on RouterBoard
Replies: 20
Views: 19310

Re: HOWTO: Dual-booting RouterOS and OpenWRT on RouterBoard

Ha, well, I am flattered you would say this, but the truth is that I am not qualified to work on MetaROUTER. I have neither the requisite knowledge or experience engineering hypervisors. :) All I essentially did to come up with the kernel I did was to act as an "editor" of sorts, pulling ...
by tomaskir
Tue Jan 27, 2015 3:28 pm
Forum: Virtualization
Topic: HOWTO: Dual-booting RouterOS and OpenWRT on RouterBoard
Replies: 20
Views: 19310

Re: HOWTO: Dual-booting RouterOS and OpenWRT on RouterBoard

Why hasnt MikroTik hired you yet to fix MetaROUTER? :(

Great job, with MKT would fix all of the current issues and we could all be happier...
by tomaskir
Mon Jan 26, 2015 6:14 pm
Forum: General
Topic: v6.26 will be released on 6th week of 2015, check the latest
Replies: 64
Views: 24694

Re: v6.26 almost ready for FULL RELEASE - please check lates

Ticket#2014122966000079
Ticket#2014120866000733

Please?
by tomaskir
Wed Jan 21, 2015 12:22 pm
Forum: General
Topic: Winbox 3 beta
Replies: 243
Views: 146372

Re: Winbox 3

We are already on beta12, so progress is going fast. It is much more stable than v2 ever was
So PLEASE PLEASE release that beta version?

Why keep us on beta3 which has many issues?
by tomaskir
Wed Dec 17, 2014 3:34 pm
Forum: General
Topic: Best load balancing method for 4 WAN links
Replies: 19
Views: 18039

Re: Best load balancing method for 4 WAN links

Hi ALL i reading your Load balance Bandwidth base Method(MUM_US12) http://mum.mikrotik.com/presentations/US12/tomas.pdf but i don't understand this i connect internet by PPPoe-Client(pppoe-out1,2,3) and I have to do anything at this stage ? thank you /ipfirewall address-list addaddress=1.1.1.0/24 l...
by tomaskir
Tue Dec 16, 2014 11:26 am
Forum: General
Topic: IPSec succeeds but L2TP fails to establish - client lonely
Replies: 13
Views: 12658

Re: IPSec succeeds but L2TP fails to establish - client lone

What version of RouterOS are you using?

Post export from:
/ip add
/ip ipsec
/ip fi
/ppp

Feel free to remove sensitive information.
by tomaskir
Fri Dec 05, 2014 12:04 pm
Forum: Announcements
Topic: 6.23 released!
Replies: 143
Views: 73432

Re: 6.23 released!

Bug with SNMP not enabling without a reboot from ticket [Ticket#2014112666000541] is also fixed.

Why is it not in the change-log? :(
by tomaskir
Wed Dec 03, 2014 4:50 pm
Forum: RouterBOARD hardware
Topic: 850Gx2 block diagram
Replies: 2
Views: 1475

Re: 850Gx2 block diagram

But if I plug a GBit into ether1 and ether5, and want to run routing between them, I will only get 1GBit full duplex throughput, not 2GB full duplex, because realistically, there is only a single 1GBit link to the CPU, right?
by tomaskir
Mon Dec 01, 2014 1:35 pm
Forum: RouterBOARD hardware
Topic: 850Gx2 block diagram
Replies: 2
Views: 1475

850Gx2 block diagram

Could the board block diagram please be posted to routerboard.com for 850Gx2? While we are at it, can the performance tables also be added? I know they are posted here in the forum, but please add them? What Im interested in: is ether1-ether5 on a single switch-chip or is ether1 direct-to-cpu? If it...
by tomaskir
Thu Nov 27, 2014 12:57 pm
Forum: Forwarding Protocols
Topic: VPLS L2MTU / PW-MTU calculation seems wrong
Replies: 6
Views: 5292

Re: VPLS L2MTU / PW-MTU calculation seems wrong

Where and how are you capturing the packets?

Can you draw a diagram of your setup, including where the packet capture device is?

Also please include /exports :)
by tomaskir
Thu Nov 27, 2014 12:43 pm
Forum: Forwarding Protocols
Topic: VPLS L2MTU / PW-MTU calculation seems wrong
Replies: 6
Views: 5292

Re: VPLS L2MTU / PW-MTU calculation seems wrong

The packet is transparently fragmented and re-constructed by the VPLS interface driver in RouterOS. If you set a do-not-fragment flag in ICMP, that only applies to routing (L3) logic. MPLS and VPLS are L2.5, they do NOT care about a ICMP do-not-fragment flag, and will happily fragment the frame anyw...
by tomaskir
Thu Nov 27, 2014 11:10 am
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 11307

Re: PPPoE over EOIP - better switch to VPLS?

Watch the presentation in my sig, as I mentioned earlier.

It goes into heavy detail on MTU with MPLS/VPLS and especially PPPoE over VPLS.
by tomaskir
Wed Nov 26, 2014 12:12 pm
Forum: General
Topic: Central management for authentification
Replies: 8
Views: 3323

Re: Central management for authentification

Use RouterOS Radius client for AAA.

As a server, I recommend FreeRadius.
by tomaskir
Fri Nov 21, 2014 11:14 am
Forum: General
Topic: Feature request: More RADIUS reply attributes
Replies: 5
Views: 3116

Re: Feature request: More RADIUS reply attributes

+1

Especially for PPP profile.
by tomaskir
Wed Nov 19, 2014 3:21 pm
Forum: The Dude
Topic: The Dude Alternatives
Replies: 24
Views: 46838

Re: The Dude Alternatives

Well, take a look at http://www.netxms.org, and will find an anternative that is like The Dude, really! Has anyone tested netxms in a large(r) environment? It's not very clear to me how I can create a structure/hierarchy with all servers and network components. We have NetXMS monitoring about 150 n...
by tomaskir
Wed Nov 19, 2014 1:51 pm
Forum: General
Topic: New forum look & feel
Replies: 64
Views: 13112

Re: New forum look & feel

Thank you, thank you!
subsilver2, welcome back.

Now im not neceserally against the new theme, just please improve it more. I think there have been enough coments in this whole thread to tell you what is wrong with it by now.
by tomaskir
Mon Nov 17, 2014 8:48 pm
Forum: Forwarding Protocols
Topic: PPPoE over EOIP - better switch to VPLS?
Replies: 20
Views: 11307

Re: PPPoE over EOIP - better switch to VPLS?

Watch the presentation in my sig.
by tomaskir
Mon Nov 17, 2014 8:43 pm
Forum: Forwarding Protocols
Topic: MTU problem only on router B - ospf/mpls/vpls based network
Replies: 6
Views: 3446

Re: MTU problem only on router B - ospf/mpls/vpls based netw

Hi Tomaskir, In my environment i think 1526 of mpls-mtu is enough becouse I don't have vlan. By the way I have a look to your presentation and in parallel I am in contact with mikrotik support. Remember that we have side 1 of infrastracture that work properly so I don't understand why this problem ...
by tomaskir
Fri Nov 14, 2014 9:00 pm
Forum: Beginner Basics
Topic: Load balancing(1calbe+wifi) and failover
Replies: 10
Views: 3485

Re: Load balancing(1calbe+wifi) and failover

Notification with email is easy, simply use netwatch to monitor the host which is used for failover based on recursive route lookup. Then if that host goes down, fire an email using the netwatch scripts. As for packet-loss, you have 2 options: 1) Write a script which monitors it for you and then swi...
by tomaskir
Fri Nov 14, 2014 6:34 pm
Forum: Beginner Basics
Topic: Load balancing(1calbe+wifi) and failover
Replies: 10
Views: 3485

Re: Load balancing(1calbe+wifi) and failover

For failover based on packet-loss, that is really hard to implement...

For failover on total link dropout (cant ping IP x over the link) I use this solution lately:
http://wiki.mikrotik.com/wiki/Advanced_ ... _Scripting
by tomaskir
Fri Nov 14, 2014 2:20 pm
Forum: Forwarding Protocols
Topic: MTU problem only on router B - ospf/mpls/vpls based network
Replies: 6
Views: 3446

Re: MTU problem only on router B - ospf/mpls/vpls based netw

PPPoE encapsulated in VPLS needs 1530 MPLS MTU...

Check page 18 and 19 of the presentation linked in my sig.
by tomaskir
Fri Nov 14, 2014 9:37 am
Forum: General
Topic: New forum look & feel
Replies: 64
Views: 13112

Re: New forum look & feel

spacing is corrected readability of topic list improved post body text visibility improved and signature/title made lighter unread posts is back contrast improved with new color scheme Thank you, it is better now! A few things however: 1) Additional clicks and waiting for a menu to appear are still...
by tomaskir
Fri Nov 14, 2014 9:32 am
Forum: Beginner Basics
Topic: Tutorials?
Replies: 3
Views: 1946

Re: Tutorials?

CLI is very self-explanatory in MikroTik, if something is written in CLI, you can easily figure out how to configure it in GUI.

For all learning needs:
http://wiki.mikrotik.com
http://www.tiktube.com
by tomaskir
Thu Nov 13, 2014 6:50 pm
Forum: General
Topic: 6.22 released!
Replies: 151
Views: 71954

Re: 6.22 released!

i have yet to see them just simply ignore a genuine bug report which provided enough resources to actually replicate/solve the problem.
Then you have not been here long enough.

I could give you many ticket IDs which show differently...
by tomaskir
Thu Nov 13, 2014 6:47 pm
Forum: Beginner Basics
Topic: Mangle - Mark routing
Replies: 2
Views: 1558

Re: Mangle - Mark routing

Watch this:
http://tiktube.com/video/DofH3iFnjDJomG ... uKlEoLqHq=

The 2nd half of the presentation explains what you want to know.
by tomaskir
Thu Nov 13, 2014 6:46 pm
Forum: General
Topic: New forum look & feel
Replies: 64
Views: 13112

Re: New forum look & feel

The "View unread posts" is not gone - it's at the "Forum" menu on top, renamed to "View new posts" ("unread" is implied). It is gone. "View unread posts" and "View new posts" are 2 totally different functions. "unread" is NOT imp...
by tomaskir
Thu Nov 13, 2014 5:37 pm
Forum: General
Topic: New forum look & feel
Replies: 64
Views: 13112

Re: New forum look & feel

Agree about all the above - I really dont like this too light and too bright color scheme. Also: 1) "View unread posts" functionality is gone. 2) All "View x posts" buttons now require one more click. Before they were right at the top. This is not much, but its an extra click, wa...
by tomaskir
Thu Nov 13, 2014 4:20 pm
Forum: General
Topic: IPSec Users | Use ldap from Windows AD?
Replies: 3
Views: 2655

Re: IPSec Users | Use ldap from Windows AD?

As mentioned before XAuth currently doesnt support Radius auth.

For other AAA needs against LDAP (AD DS), setup a NPS server (Windows Radius) and auth against that.
There are multiple topics on the forum about this, if you need help, post here.
by tomaskir
Thu Nov 13, 2014 12:52 pm
Forum: Beginner Basics
Topic: Load balancing(1calbe+wifi) and failover
Replies: 10
Views: 3485

Re: Load balancing(1calbe+wifi) and failover

Take a look at this.. it not only shows how to do this, but also explains step by step.

http://mum.mikrotik.com/presentations/US12/tomas.pdf
Here is the video for more explanation:
http://tiktube.com/video/DofH3iFnjDJomG ... uKlEoLqHq=
by tomaskir
Fri Nov 07, 2014 10:36 am
Forum: General
Topic: v6.21.1 released
Replies: 112
Views: 39037

Re: v6.21.1 released

On my RB1100AHx2 I got 40-60% unclassified CPU usage after upgrade (in idle). Downgrade to 6.20 brings it down to 0 - 0.2%. On other single core Atheros based boards, everything seems fine (750GL, 951G, Omnitik, CRS-125). Email support, seems like the same problem I linked in http://forum.mikrotik....
by tomaskir
Thu Nov 06, 2014 3:19 pm
Forum: General
Topic: v6.21.1 released
Replies: 112
Views: 39037

Re: v6.21.1 released

We are also seeing increased CPU usage after upgrading to 6.21.1

Previous avg usage: 0.3%
New avg usage: 4%

This might not seem much, but its a 10x (ten-times, ten-fold) increase in CPU usage on the same config/load.

Image

[Ticket#2014110566000599]
by tomaskir
Wed Oct 15, 2014 1:32 pm
Forum: RouterBOARD hardware
Topic: Recomended Hardware for 60/100 mbps throughput
Replies: 1
Views: 1130

Re: Recomended Hardware for 60/100 mbps throughput

Go for the new 850Gx2 or 1100AHx2.
by tomaskir
Thu Oct 09, 2014 6:55 pm
Forum: The Dude
Topic: Recommended Replacement Network Monitoring System??
Replies: 19
Views: 10518

Re: Recommended Replacement Network Monitoring System??

Did some NetXMS test. Very promising but ... seems there are some bugs. Deleting alarms took a long time and then throws timeouts. Found this bug reported in an older version but found it in the newest. Will try next version again. Still TheDude is the best. It's a real shame there is no further de...
by tomaskir
Wed Oct 08, 2014 11:32 am
Forum: General
Topic: LACP bonding speed problem with Synology NAS
Replies: 10
Views: 12034

Re: LACP bonding speed problem with Synology NAS

Its not a bonding problem. Its the configuration of the 1100ahx2 that will not allow you more traffic if you bond over ports on a single switch chip. See this diagram: http://i.mt.lv/routerboard/files/Block-RB1100AHx2.pdf To solve your issues, bond on ether1+ether6 for example, that will give you fu...
by tomaskir
Tue Sep 30, 2014 11:11 am
Forum: The Dude
Topic: Recommended Replacement Network Monitoring System??
Replies: 19
Views: 10518

Re: Recommended Replacement Network Monitoring System??

Go for NetXMS. Its got a bit of a learning curve, but once you do learn it, it can do wonders. I have deployed Nagios, Cacti and Zenoss before. We now only deploy NetXMS. Its got everything, dynamic L2 and L3 maps, full logging (syslog, snmpTrap), graphing, treshold alerts, custom alerts, very good ...
by tomaskir
Mon Sep 29, 2014 4:26 pm
Forum: General
Topic: CRS125, 6.19 and SNMP?
Replies: 1
Views: 1174

Re: CRS125, 6.19 and SNMP?

Walk the ".1.3.6.1.2.1.25.3.3.1.2" tree.
Those are all CPU cores the device has, in case of CRS125, just one.
by tomaskir
Mon Sep 29, 2014 4:23 pm
Forum: General
Topic: Simple Queue Parent
Replies: 3
Views: 2443

Re: Simple Queue Parent

Always use your LAN subnet as the target, specify the uplink interface as a Destination.
You can then use the default download and upload PCQs, and just modify those.

This is assuming you use v6.
by tomaskir
Sun Sep 21, 2014 6:04 pm
Forum: The Dude
Topic: The Dude is dead. Move on.
Replies: 105
Views: 46864

Re: The Dude is dead. Move on.

I am having my own custom NMS developed as the ones available currnently dont meet my needs.
Did you look at NetXMS? In which regards did it not meet your needs?
by tomaskir
Fri Sep 19, 2014 6:03 pm
Forum: General
Topic: Packet Processing in Mikrotik
Replies: 6
Views: 2010

Re: Packet Processing in Mikrotik

To actually answer the quesions: Some functions are performed on the ASIC (like "/interface ethernet switch" menu), but most functions are implemented in software. Do note that MikroTik has fast-path, so a lot of the stuff is actually handled by device drivers and the Linux kernel directly.
by tomaskir
Thu Sep 18, 2014 11:52 am
Forum: General
Topic: Questions about L2TP/IPSEC.
Replies: 3
Views: 1511

Re: Questions about L2TP/IPSEC.

Do NOT use MPPE when using L2TP with IPSec.
IPSec provides encryption, you do not need MPPE.

As for securing L2TP server to IPSec only:
http://wiki.mikrotik.com/wiki/Securing_ ... _for_IPSec
by tomaskir
Thu Sep 04, 2014 4:44 pm
Forum: General
Topic: Passing a second network through a backhaul link
Replies: 1
Views: 1016

Re: Passing a second network through a backhaul link

One word: VLANs
by tomaskir
Thu Sep 04, 2014 11:43 am
Forum: General
Topic: l2tp+ipsec and win7 problem
Replies: 10
Views: 3293

Re: l2tp+ipsec and win7 problem

Please post that from:
/ip firewall filter export
/ip firewall nat export
by tomaskir
Wed Sep 03, 2014 7:04 pm
Forum: General
Topic: l2tp+ipsec and win7 problem
Replies: 10
Views: 3293

Re: l2tp+ipsec and win7 problem

Post your firewall and NAT configs as well pls.
by tomaskir
Wed Sep 03, 2014 11:07 am
Forum: General
Topic: l2tp+ipsec and win7 problem
Replies: 10
Views: 3293

Re: l2tp+ipsec and win7 problem

Your config on the router is wrong. Cant tell you more without seeing the config.
by tomaskir
Tue Sep 02, 2014 7:26 pm
Forum: The Dude
Topic: Display Value divid formula [SOLVED]
Replies: 10
Views: 3256

Re: Display Value divid formula

Your error line on your probe shoould be;
if(getTemperature()<25, "", "NOC Room Temperature above 25 c, Please check A.C")

Lebowski
Nice catch, exactly! :)
by tomaskir
Tue Sep 02, 2014 2:35 pm
Forum: The Dude
Topic: Display Value divid formula [SOLVED]
Replies: 10
Views: 3256

Re: Display Value divid formula

If the function returns correctly in the label, it has to return correctly in the Probe as well. Check if you have multiple Probes, check if you are using the right Probe, check if you didnt accidentaly click Cancel when saving the Probe etc. It really should work, lets check if its not something si...
by tomaskir
Tue Sep 02, 2014 2:00 pm
Forum: The Dude
Topic: Display Value divid formula [SOLVED]
Replies: 10
Views: 3256

Re: Display Value divid formula

Go to the device's label on the map, go to Appearance.

In "Label" field, click it, you can modify it. To use a function in there, use it in this format:
Temp from function: [getTemperature()]c
Just add that below all that is already in there.
by tomaskir
Tue Sep 02, 2014 1:52 pm
Forum: The Dude
Topic: Display Value divid formula [SOLVED]
Replies: 10
Views: 3256

Re: Display Value divid formula

Try to use that function in the label display, to see if the function returns a correct value.
by tomaskir
Tue Sep 02, 2014 1:14 pm
Forum: The Dude
Topic: Display Value divid formula [SOLVED]
Replies: 10
Views: 3256

Re: Display Value divid formula

Create a function which will read and divide the temperature:
name: getTemperature
Code: oid("1.3.6.1.4.1.13400.2.62.2.1.2.0") / 100

Use that function in the probe:
Value: getTemperature()
by tomaskir
Tue Sep 02, 2014 12:20 pm
Forum: General
Topic: which model can support NAT throughput 1000Mb
Replies: 1
Views: 1004

Re: which model can support NAT throughput 1000Mb

1100AHx2 or any of the CCR series.
by tomaskir
Fri Aug 22, 2014 3:07 pm
Forum: General
Topic: WAN to LAN routing from Multiple WAN with different latency
Replies: 4
Views: 1462

Re: WAN to LAN routing from Multiple WAN with different late

You can do absolutelly whatever you need.

Route all DNS over a single connectivity, route rest distributed over other connectivities, etc.

Its really only up to your how you want to do it, when its just a matter of proper Mangle config.
by tomaskir
Thu Aug 21, 2014 4:09 pm
Forum: General
Topic: Feature Request: DNS Override for specific subnets
Replies: 19
Views: 8886

Re: Feature Request: DNS Override for specific subnets

For one thing - I like my internal network to keep on working even if the router goes down for some reason... If we are talking about smaller networks where this is required, those use mostly NetBIOS name discovery anyway. DNS will also be cached for a while. And again, if we are talking about the ...
by tomaskir
Thu Aug 21, 2014 1:20 pm
Forum: General
Topic: Feature Request: DNS Override for specific subnets
Replies: 19
Views: 8886

Re: Feature Request: DNS Override for specific subnets

My reasoning is that if you have a reason to have an internal DNS server, you probably already have some other server you can run it on. I run my own internal DNS on a small VM on one of my hosts in the basement. Small business can easily do the same thing - you don't even need a VM... Extra admin ...
by tomaskir
Thu Aug 21, 2014 1:18 pm
Forum: General
Topic: Is this possible?
Replies: 6
Views: 2130

Re: Is this possible?

Yes, its all easily possible with MikroTik, but if you dont have networking skills, its not gonna be an easy setup. You will have to use a combination of vlans, bridging proper vlans and ports and virtualAPs to proper subnets, firewall and possibly routing. You can try reading up on those things, bu...
by tomaskir
Thu Aug 21, 2014 11:31 am
Forum: General
Topic: Is this possible?
Replies: 6
Views: 2130

Re: Is this possible?

Yes, its possible, simply NAT those other routers, or setup proper routing between the main router and the rest.

http://wiki.mikrotik.com/wiki/Manual:Si ... ic_Routing
http://wiki.mikrotik.com/wiki/Simple_St ... es_Example
by tomaskir
Tue Aug 19, 2014 10:36 am
Forum: Beginner Basics
Topic: Users AAA Radius NPS Windows Server 2008
Replies: 7
Views: 5704

Re: Users AAA Radius NPS Windows Server 2008

That is not the window where you configure NPS logging.

1. Open NPS console.
2. Under Accounting choose Logfiles - enable logging to file.
3. Choose the location you want for the logging file.

Then look into that logging file, it will list why NPS refused login.
by tomaskir
Mon Aug 18, 2014 11:12 am
Forum: General
Topic: Feature Request: DNS Override for specific subnets
Replies: 19
Views: 8886

Re: Feature Request: DNS Override for specific subnets

why don't you create a metarouter+busybox ?
Because this is absolutelly basic dns feature that I should not have to create a second virtual router for (not to mention manage 2 devices instead of one) for.
by tomaskir
Thu Aug 14, 2014 11:12 am
Forum: Beginner Basics
Topic: Users AAA Radius NPS Windows Server 2008
Replies: 7
Views: 5704

Re: Users AAA Radius NPS Windows Server 2008

I found the log files in C:\windows\system32\LogFiles\. Follow two log records trying to authenticate in the router: X.X.X.X,user.1,08/13/2014,16:01:21,IAS,SERVER,6,1,31,Y.Y.Y.Y,32,MikroTik,4,X.X.X.X,4108,X.X.X.X,4116,0,4128,access_point,25,311 1 ipv6::ipv6 08/08/2014 22:19:56 1159,4136,1,4142,0 X....
by tomaskir
Tue Aug 12, 2014 5:40 pm
Forum: Beginner Basics
Topic: Users AAA Radius NPS Windows Server 2008
Replies: 7
Views: 5704

Re: Users AAA Radius NPS Windows Server 2008

We have it working. You are getting Access-Rejects from NPS.

Configure NPS logging. NPS will by default log to 'C:\windows\system32\LogFiles\' - or something very similiar.
Go through the log file, it will show you exactly why NPS sent an Access-Reject.
by tomaskir
Thu Aug 07, 2014 2:03 am
Forum: General
Topic: LLDP
Replies: 136
Views: 69328

Re: LLDP

+1 and a bump on a 6 year old feature request.

LLDP makes my life a lot easier... please make it happen in RouterOS :)
by tomaskir
Mon Aug 04, 2014 4:01 pm
Forum: General
Topic: VPLS Bug in X86 Architecture
Replies: 5
Views: 3469

Re: VPLS Bug in X86 Architecture

This issue has been around for a long time, I have submitted support tickets, but never got a reply...

[Ticket#2014032866000651]
by tomaskir
Fri Aug 01, 2014 2:49 pm
Forum: General
Topic: v6.18
Replies: 109
Views: 41200

Re: v6.18

Yeah, its not supposed to work on x86, but the fact that the menu is completely missing is a bit misleading to me personally. It would make more sense IMO to show it anyway, but show "Only supported on RouterBoards" Also, importing an export file which has "/ip cloud" setting def...
by tomaskir
Fri Aug 01, 2014 2:30 pm
Forum: General
Topic: v6.18
Replies: 109
Views: 41200

Re: v6.18

On 6.18 x86, I do not see the IP>Cloud menu anymore, not in console either.

Any comments?
by tomaskir
Thu Jul 24, 2014 5:28 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

I checked that, and there are actually two bugs: 1. in Terminal, you can create simple queue with target="" - after that WinBox shows "Target" in red; if you create such entry in WinBox, it says "Error in Target - at least one entry expected!" 2. if 'target' contains a...
by tomaskir
Thu Jul 24, 2014 2:12 pm
Forum: Wireless Networking
Topic: setting of HT data in v.6.15 and higher?
Replies: 11
Views: 3836

Re: setting of HT data in v.6.15 and higher?

Ok, just found another one: /interface wireless set [ find default-name=wlan1 ] tdma-period-size=auto creates an error in a groove where it is accepted by an SXT without any problems. Both are already running 6.15 so both have fx package installed and enabled. For the groove I have to erase the &qu...
by tomaskir
Thu Jul 24, 2014 12:55 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

How about this bug.
Have not read anything about it, also not heard anything from Mikrotik itself.
I have just tested it and the but is still present on version 6.17!!!
I tested it on 6.17 and could not replicate... so I removed it from the list.

Can you give exact step-by-step to replicate pls?
by tomaskir
Thu Jul 24, 2014 11:29 am
Forum: Wireless Networking
Topic: setting of HT data in v.6.15 and higher?
Replies: 11
Views: 3836

Re: setting of HT data in v.6.15 and higher?

Just to add to this, at rOS 6.17 some RouterBOARDs like the 912UAG-2HPnD found in the BaseBox2 use set [ find default-name=wlan1 ] tx-chain=0,1 rx-chains=0,1 where as older RouterBOARDs like the 751U-2HnD, SXT G-2HnD, Metal 2SHPn still use set [ find default-name=wlan1 ] ht-txchains=0,1 ht-rxchains...
by tomaskir
Mon Jul 21, 2014 2:53 pm
Forum: Wireless Networking
Topic: setting of HT data in v.6.15 and higher?
Replies: 11
Views: 3836

Re: setting of HT data in v.6.15 and higher?

ros code

/interface wireless
set [ find default-name=wlan1 ] ht-rxchains=0,1 ht-txchains=0,1
by tomaskir
Fri Jul 18, 2014 7:00 pm
Forum: General
Topic: HomeVPN
Replies: 12
Views: 4287

Re: HomeVPN

Cloud has option to send local or public IP, check "advanced" settings in the IP cloud menu from CLI Why was that not in the changelog? That is a major and awesome change and should really be mentioned in the changelog. I wouldnt even know that was implemented if I didnt read the forums...
by tomaskir
Fri Jul 18, 2014 6:57 pm
Forum: Scripting
Topic: mikrotik package developing.
Replies: 4
Views: 2715

Re: mikrotik package developing.

You can not.

RouterOS is close-sourced and does not allow adding your own Packages, or Drivers, or anything of this sort.
by tomaskir
Fri Jul 18, 2014 5:44 pm
Forum: General
Topic: IPSec - Dynamic IP with Double NAT
Replies: 11
Views: 7263

Re: IPSec - Dynamic IP with Double NAT

So just to be clear, you think the Netgear that has worked previously must have been behaving differently? I'm going to test with the current dynamic WAN IP hard set in the config and see what happens without worrying about updating it. If this doesn't work, I noticed whilst checking over the wiki ...
by tomaskir
Fri Jul 18, 2014 3:38 pm
Forum: General
Topic: Winbox 3 beta
Replies: 243
Views: 146372

Re: Winbox 3

tried the same steps, it does scroll down automatically when new command pasted in terminal. must be some specific thing in windows or else. I have MacOS with Wine and Winbox 3 beta 2 What is your sorting order in Log? Newest on top or newest on bottom? My newest are on bottom, and I have to manual...
by tomaskir
Fri Jul 18, 2014 3:22 pm
Forum: General
Topic: IPSec - Dynamic IP with Double NAT
Replies: 11
Views: 7263

Re: IPSec - Dynamic IP with Double NAT

Scripts will not help you here.

MikroTik IPSec requires the IPSec responder [IPSec server] to directly terminate a public IP [not be behind NAT].

NAT-T only works on client side with MikroTik.
by tomaskir
Fri Jul 18, 2014 3:20 pm
Forum: General
Topic: v6.16 RC test release now includes 802.11ac support
Replies: 52
Views: 27488

Re: v6.16 RC test release now includes 802.11ac support

Since v6.16 has now been released, this topic should probably not be a sticky announcement anymore ;)
by tomaskir
Fri Jul 18, 2014 3:17 pm
Forum: General
Topic: Winbox 3 beta
Replies: 243
Views: 146372

Re: Winbox 3

[Ticket#2014071866000868] 7 issues / missing features in Winbox3 beta2. Normis, if you have time, please have a look at it. strange but my log does autoscroll once you have scrolled to the bottom ... Here is how I'm trying it: Open log Window > Scroll to the bottom [due to starting scroll being on ...
by tomaskir
Fri Jul 18, 2014 3:11 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

I could not restore configuration with no-password backup file. Tried several files, not only 1. If I put password when backup the file, I can restore the config. v6.15 RB951Ui-2HnD I could not replicate this in 6.17. Since this seems to be working in 6.17, can you please verify and let us know if ...
by tomaskir
Fri Jul 18, 2014 3:04 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Issue:
Winbox doesn't unlock upload files after upload whole folder via Winbox > Files menu
This is more a Winbox issue, but confirmed, and added to the list.
by tomaskir
Fri Jul 18, 2014 3:01 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Now I get it. We checked in v6.13 and it worked for us, but it looks like v6.12 has this issue. Seems it's fixed. Normis: Just an update, this is still NOT fixed for me in 6.16/6.17 on a RB 750GL. This was regarding to this post: http://forum.mikrotik.com/viewtopic.php?f=2&t=78816&p=437253#...
by tomaskir
Fri Jul 18, 2014 2:58 pm
Forum: General
Topic: Winbox 3 beta
Replies: 243
Views: 146372

Re: Winbox 3

[Ticket#2014071866000868]

7 issues / missing features in Winbox3 beta2.

Normis, if you have time, please have a look at it.
by tomaskir
Fri Jul 18, 2014 1:48 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

All issues re-tested on v6.16 release. The list is now current for v6.16 2 out of 9 bugs on the list at the release of v6.16 were fixed. The following issues from the list have been fixed from 6.12 to 6.16: 3) L2TP Server bug - replies from wrong IP address - http://forum.mikrotik.com/viewtopic.php?...
by tomaskir
Fri Jul 18, 2014 11:39 am
Forum: General
Topic: v6.16/v6.17
Replies: 187
Views: 63310

Re: v6.16

Exciting news, keep up the good work.

Off to do some testing on the new version now.
by tomaskir
Mon Jul 14, 2014 11:59 am
Forum: Forwarding Protocols
Topic: Ideal MTU for BGP based VPLS
Replies: 7
Views: 3344

Re: Ideal MTU for BGP based VPLS

This is to calculate minimum MTU, and walk on the edge of a knife. To be sure - Use Maximum l2mtu possible in all l2 net Connected "by" MPLS Its not edge of the knife, its control. You control your network, you know what max MTU it uses. You want to limit the MTU, and you want to have thi...
by tomaskir
Tue Jul 01, 2014 7:54 pm
Forum: General
Topic: Feature request: Proxy-ndp alongside proxy-arp
Replies: 3
Views: 3426

Re: Feature request: Proxy-ndp alongside proxy-arp

I fully support this request.
by tomaskir
Tue Jul 01, 2014 6:55 pm
Forum: General
Topic: Authenticating Login Users via Radius with LDAP backend
Replies: 6
Views: 4768

Re: Authenticating Login Users via Radius with LDAP backend

Anyone got a way to set rate limit on freeradius that use LDAP on back-end?

Thanks
It definatelly should be possible, but I am not good enough with Radius to tell you how.
by tomaskir
Mon Jun 30, 2014 6:32 pm
Forum: Forwarding Protocols
Topic: Ideal MTU for BGP based VPLS
Replies: 7
Views: 3344

Re: Ideal MTU for BGP based VPLS

If you want to know exactly how to calculate the MTU and how its done, see the presentation in my sig.

About 15 minutes of it is pure MTU talk.
by tomaskir
Mon Jun 30, 2014 2:24 pm
Forum: Wireless Networking
Topic: wireless-fp - L2MTU
Replies: 6
Views: 2768

Re: wireless-fp - L2MTU

in future the l2mtu setting for wireless will be changeable. It isn't made yet.
But what will be the wireless max-l2mtu in the future with wireless-fp?
by tomaskir
Mon Jun 30, 2014 11:59 am
Forum: Wireless Networking
Topic: wireless-fp - L2MTU
Replies: 6
Views: 2768

Re: wireless-fp - L2MTU

Bump, still hoping for an answer.
by tomaskir
Wed Jun 25, 2014 8:45 am
Forum: Wireless Networking
Topic: wireless-fp - L2MTU
Replies: 6
Views: 2768

Re: wireless-fp - L2MTU

Hi,
is possible get your slide about pppoe over vpls ?
thanks..
They are linked in the comments section.
by tomaskir
Tue Jun 24, 2014 2:06 pm
Forum: Wireless Networking
Topic: wireless-fp - L2MTU
Replies: 6
Views: 2768

wireless-fp - L2MTU

Just a quick question, why is the L2MTU for wireless interface decreased to 1600 when using wireless-fp package? Current wireless package support 2290 L2MTU. Our network is currently at 2200 native L3 MTU (using remaining 90 bytes for MPLS/VPLS/VLAN, etc.) and this prevents me from upgrading and tes...
by tomaskir
Tue Jun 24, 2014 1:30 pm
Forum: General
Topic: PPPoE server not connecting more than 9
Replies: 6
Views: 1950

Re: PPPoE server not connecting more than 9

Also please post:

/ip pool exp
/ip pool used print
by tomaskir
Tue Jun 24, 2014 11:13 am
Forum: General
Topic: Major packet loss over simple VPN
Replies: 9
Views: 8575

Re: Major packet loss over simple VPN

Like you said, for the moment, I would focus on bare essentials.

Dont use EoIP, use L2TP or GRE.
Use just a single routed tunnel - no bridging.
Set 1400 MTU on VPN interfaces.

Test for packet loss.
by tomaskir
Mon Jun 23, 2014 7:34 pm
Forum: General
Topic: IPv6 Backbone with IPv4 Clients
Replies: 10
Views: 4902

Re: IPv6 Backbone with IPv4 Clients

where would I increase the MTU? on the wlan or the Ethernet? Would I have to increase the MTU on all the routers in between? thanks It definatelly sounds like MTU issues from what you are describing. You will have to increase the transport MTU over the whole transport infrustructure, so the custome...
by tomaskir
Fri Jun 20, 2014 2:23 pm
Forum: General
Topic: IPsec between Cisco ASA and Mikrotik
Replies: 3
Views: 1609

Re: IPsec between Cisco ASA and Mikrotik

Its IPSec, so there is about 30 different things which can cause this.

You can setup better logging with:
/system logging
add topics=ipsec,!packet
by tomaskir
Fri Jun 20, 2014 1:15 pm
Forum: General
Topic: Feature request: choose interfaces for SSTP server
Replies: 4
Views: 1876

Re: Feature request: choose interfaces for SSTP server

Thank you for answer! Can you help me with proper traffic redirection to HTTPS server? I tried to use the dst-nat rule on the secondary provider IP address, but it did not work. SSTP server responds first. DST-NAT happends before packets are passed to local router process - so if you have a correct...
by tomaskir
Fri Jun 20, 2014 12:44 pm
Forum: General
Topic: Feature request: choose interfaces for SSTP server
Replies: 4
Views: 1876

Re: Feature request: choose interfaces for SSTP server

SSTP is an L3 service, it does not run on top of an interface.

For what you need - use Firewall and NAT.
by tomaskir
Fri Jun 20, 2014 12:39 pm
Forum: General
Topic: Major packet loss over simple VPN
Replies: 9
Views: 8575

Re: Major packet loss over simple VPN

100% SIP only. Then simply prioritize the whole EoIP tunnel on the output to internet on your router. That will make sure SIP is getting priority, since only SIP will be inside of the EoIP tunnel. This is the part im unsure of... what does "low enough MTU" mean? Im really unsure of my MTU...
by tomaskir
Fri Jun 20, 2014 12:22 pm
Forum: General
Topic: Major packet loss over simple VPN
Replies: 9
Views: 8575

Re: Major packet loss over simple VPN

That tutorial uses EoIP over PPTP, and justifies it by saying that PPTP is securing the EoIP tunnel. That is just plaing wrong these days, as PPTP uses MPPE encryption, which can be broken by a smartphone today - the tutorial is from 2008. Use IPSec in transport mode to secure the EoIP tunnel if you...
by tomaskir
Fri Jun 20, 2014 12:15 pm
Forum: Beginner Basics
Topic: WAN does not work
Replies: 14
Views: 4375

Re: WAN does not work

In my opinion the ISP side is right (otherwise i cannot check/configure nothing) because EVERY other item works like a charm. when i push RELEASE or RENEW IP ADDRESS nothing happends, the textbox are still empty. (when i connect the cable on eth1 no leds turn on, is it right or is it an issue?) As ...
by tomaskir
Fri Jun 20, 2014 12:08 pm
Forum: Forwarding Protocols
Topic: Two default routes at the same time
Replies: 2
Views: 1954

Re: Two default routes at the same time

Just to add a bit, what you are are looking for is called "Policy based routing" or "Policy routing"

Multiple ways to handle this, including mangling, VRFs, etc.

Search around for those things.
by tomaskir
Fri Jun 20, 2014 11:55 am
Forum: General
Topic: Moving Mikrotik license from one hard disk to another one
Replies: 1
Views: 1530

Re: Moving Mikrotik license from one hard disk to another on

RouterOS licenses are bounded to the HDD.

You can move the HDD from the old PC to the new, but you cant move the license from one HDD to another.
by tomaskir
Fri Jun 20, 2014 11:54 am
Forum: General
Topic: PPPoE server not connecting more than 9
Replies: 6
Views: 1950

Re: PPPoE server not connecting more than 9

You would get more help if you posted some info that will help troubleshoot this.

Please post the output of these commands from all routers with the problems:
/int exp com
/ppp exp com

Feel free to hide the sensitive information.
by tomaskir
Fri Jun 20, 2014 11:49 am
Forum: Beginner Basics
Topic: WAN does not work
Replies: 14
Views: 4375

Re: WAN does not work

Thank you for the quick reply, i will try. But for some test i attached a lot of device to my ISP cable (other routers, pc, voip phone....), and everything works, only the mikrotik don't work. And i don't think that could be a MAC issue. In that case, troubleshoot like usual from Layer1 up. Is the ...
by tomaskir
Fri Jun 20, 2014 11:43 am
Forum: General
Topic: Port isolation on bridged ports?
Replies: 2
Views: 2577

Re: Port isolation on bridged ports?

Use the split-horizon feature to accomplish this: http://wiki.mikrotik.com/wiki/MPLSVPLS#Split_horizon_bridging "The basic idea of split horizon bridging is to make traffic arriving over some port never be sent out some set of ports." "Bridge horizon feature allows to configure bridge...
by tomaskir
Fri Jun 20, 2014 11:38 am
Forum: Beginner Basics
Topic: WAN does not work
Replies: 14
Views: 4375

Re: WAN does not work

Most probably your ISP has your IP MAC-locked to the MAC of the old TPLink.

Simply try to change the MAC on your WAN port on the MikroTik to the MAC of the WAN port of the TPLink.
by tomaskir
Fri Jun 20, 2014 11:32 am
Forum: General
Topic: Major packet loss over simple VPN
Replies: 9
Views: 8575

Re: Major packet loss over simple VPN

This is normal behaviour with BTest - that is how BTest works. With TCP you have a windowing mechanism that adjusts with internal TCP mechanisms and packets dont get lost. With UDP, to detect max speed, you send packets untill some of them get lost - thats how you know that the link is maxed, and yo...
by tomaskir
Thu Jun 19, 2014 7:57 pm
Forum: General
Topic: Vlan routing
Replies: 1
Views: 748

Re: Vlan routing

Post the result of:

/interface export compact
/ip address export compact
by tomaskir
Wed Jun 18, 2014 11:15 am
Forum: Beginner Basics
Topic: Do I really have to lose a port?
Replies: 9
Views: 4436

Re: Do I really have to lose a port?

You will NOT under any cirsumstance "lose" a port.

The master port keeps functioning like any other port - if it does not, do a normal networking troubleshooting process, starting at Layer1 and moving up.
by tomaskir
Tue Jun 17, 2014 10:50 am
Forum: General
Topic: Which Router for large number of VPNs for a central office?
Replies: 4
Views: 1952

Re: Which Router for large number of VPNs for a central offi


No it won't. Not until they can share connections amongst cores.
IPSec is hardware accelerated, has nothing to do with core sharing, since its a dedicated HW acceleration mechanism.

This number is taken from MikroTik, its not something I came up with.
by tomaskir
Mon Jun 16, 2014 1:50 pm
Forum: General
Topic: Which Router for large number of VPNs for a central office?
Replies: 4
Views: 1952

Re: Which Router for large number of VPNs for a central offi

Looking for opinions for a good model that could handle 200 +/- IPSEC VPN tunnels back to it. Not too much constant traffic, mainly SNMP/management and the occasional VoIP call across the line. If we should want to go with more traffic at a later time, this should figure in. A 1100AHx2 should do ar...
by tomaskir
Mon Jun 16, 2014 1:00 pm
Forum: Beginner Basics
Topic: Configuring L2TP / IPSec client
Replies: 6
Views: 8052

Re: Configuring L2TP / IPSec client

You dont have an IPSec policy from what I can see.

Watch this presentation, a complete setup for a client is there:
http://tiktube.com/video/mIgH3hmodoLHnH ... tKlGonDpI=
by tomaskir
Mon Jun 16, 2014 10:57 am
Forum: General
Topic: Dual WAN - outgoing connections vs incoming connections
Replies: 4
Views: 2499

Re: Dual WAN - outgoing connections vs incoming connections

You can do it without mangle.

/ip route
add distance=1 gateway=gateway-for-2.3.4.5 routing-mark=ISP2
/ip route rule
add src-address=2.3.4.5/32 table=ISP2
What you are describing is policy routing a single IP over ISP2 for inbound and outboud.

This is not what the OP asked for.
by tomaskir
Wed Jun 11, 2014 6:34 pm
Forum: General
Topic: Dual WAN - outgoing connections vs incoming connections
Replies: 4
Views: 2499

Re: Dual WAN - outgoing connections vs incoming connections

Watch this presentation:
http://tiktube.com/video/DofH3iFnjDJomG ... uKlEoLqHq=

It should explain the mangling needed to keep inbound connections working as they should.

You can ignore the part of the presentation that talks about outbound balancing.
by tomaskir
Wed Jun 11, 2014 4:38 pm
Forum: General
Topic: v6.14 released
Replies: 114
Views: 38047

Re: v6.14 released

I shall correct my oppinion. Now I think that we can expect torrent client in 6.17, because mikrotik is now targeting such market area... yes, why not Fixing bugs is MUCH MORE important to your CORE user community, then adding useless things like Torrent client. If there were no long standing bugs ...
by tomaskir
Wed Jun 11, 2014 12:11 pm
Forum: General
Topic: v6.14 released
Replies: 114
Views: 38047

Re: v6.14 released

If I have my own doman than I would not need this useless feature since I would then have script which would check for IP changes and update my domain records. Good luck scripting this your own way. This feature is great since you click one button, create one CNAME record in your DNS, and you get f...
by tomaskir
Tue Jun 10, 2014 1:26 pm
Forum: Forwarding Protocols
Topic: prevent OSPF dynamic routes / interfaces
Replies: 4
Views: 3208

Re: prevent OSPF dynamic routes / interfaces

Interfaces are selected into the OSPF process based on network definitions in /routing ospf network. So you define IP ranges that should run the OSPF process, and the router then dynamically runs OSPF on the interface which terminates an IP address inside that subnet. So in your case, please post: /...
by tomaskir
Tue Jun 10, 2014 11:33 am
Forum: RouterBOARD hardware
Topic: CCR 1009 switch chip menu
Replies: 22
Views: 13225

Re: CCR 1009 switch chip menu

CCR1009 does have a Switch Chip My bad, I was assuming all the RBs from the CCR series have each port directly connected to CPU. There is no board block diagram for the 1009 series on routerboard.com, so how is it internally connected? EDIT: the block diagram on routerboard.com for the 1016 series ...
by tomaskir
Tue Jun 10, 2014 11:28 am
Forum: RouterBOARD hardware
Topic: CCR 1009 switch chip menu
Replies: 22
Views: 13225

Re: CCR 1009 switch chip menu

EDIT:
See below.
by tomaskir
Tue Jun 10, 2014 10:48 am
Forum: General
Topic: CCR1009 or RB1100AHx2 for EoIP+IPSec
Replies: 17
Views: 10673

Re: CCR1009 or RB1100AHx2 for EoIP+IPSec

Both support HW accelerated aes-128-cbc -> aes-256-cbc.
CCR also supports sha1 HW offload.

1100AHx2 will do about 400 MBit/s of IPSec at aes-128-cbc.
CCR will do much more - dependant on model.
by tomaskir
Tue Jun 10, 2014 10:45 am
Forum: General
Topic: v6.14 released
Replies: 114
Views: 38047

Re: v6.14 released

For SNTP you only have to set up an NTP server address​and it will switch to unicast mode for you. If no addresses are set SNTP will use broadcast mode, that does not require any configuration adjustments other than to enable it. also from changelog: *) sntp - 'mode' now is a read-only property, it...
by tomaskir
Tue Jun 10, 2014 10:42 am
Forum: Beginner Basics
Topic: Lost Beginner
Replies: 4
Views: 1535

Re: Lost Beginner

Seems that these issues are solved. Please correct me if I am wrong: There is NO shell to access the underlying Linux This is NOT iptables (although it looks a bit similar) "export" and "import" commands can be used to work with config files (as described in Manual:Configuration...
by tomaskir
Fri Jun 06, 2014 12:16 pm
Forum: General
Topic: SMB versions in Mikrotik ROS
Replies: 15
Views: 6752

Re: SMB versions in Mikrotik ROS

I would not say that, at least in my case. I have to debug a bit when I have time for it.
Please check, would be interesting to know what is causing the problems in your case :)
by tomaskir
Fri Jun 06, 2014 11:41 am
Forum: General
Topic: SMB versions in Mikrotik ROS
Replies: 15
Views: 6752

Re: SMB versions in Mikrotik ROS

Actually, this is not a problem with SMB itself, but with USB mount points appearing and disappearing, and not being assigned consistent names. See this thread for more info, it will explain to you what is happening: http://forum.mikrotik.com/viewtopic.php?f=13&t=84744 So this presents itself as...
by tomaskir
Thu Jun 05, 2014 6:02 pm
Forum: Scripting
Topic: Safe mode API
Replies: 4
Views: 3141

Re: Safe mode API

Bump - has there been any progress on this?

I really, really, really need safe-mode in API :(
by tomaskir
Thu Jun 05, 2014 1:55 pm
Forum: General
Topic: SMB versions in Mikrotik ROS
Replies: 15
Views: 6752

Re: SMB versions in Mikrotik ROS

So now I am lost. Manual says no, you say yes and it does not work for me.
It seems that is a mistake in the Wiki, as SMB2 support was only included recently.

Wiki needs to get fixed...
by tomaskir
Thu Jun 05, 2014 1:54 pm
Forum: General
Topic: Feature Request: DNS Override for specific subnets
Replies: 19
Views: 8886

Re: Feature Request: DNS Override for specific subnets

I fully support this request.

Adding domain-based conditional DNS forwarding would be awesome.
For forward and reverse lookups, just like requested here.
by tomaskir
Thu Jun 05, 2014 1:48 pm
Forum: General
Topic: CPU load v6 much higher than v5 same router same traffic
Replies: 12
Views: 4122

Re: CPU load v6 much higher than v5 same router same traffic

1) you should probably contact the official MikroTik support, this seems like an issue for them to investigate.
2) what do you use to generate these graphs, particularly the pps one is very nice :)
by tomaskir
Tue Jun 03, 2014 2:03 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

I have been swamped with work and other issues last weeks, I will update the list for 6.13 and include all reports in the next few days.
by tomaskir
Thu May 22, 2014 10:59 am
Forum: Forwarding Protocols
Topic: IPv6 recursive nexthops via iBGP
Replies: 110
Views: 50224

Re: IPv6 recursive nexthops via iBGP

And here we are... Deploying IPv6 using static routes... Who would have thought?!
thanks for the laught :D
by tomaskir
Wed May 14, 2014 3:18 pm
Forum: General
Topic: wan multi ip l2tp-server
Replies: 1
Views: 824

Re: wan multi ip l2tp-server

Known issue:
http://forum.mikrotik.com/viewtopic.php ... 19#p398319

MikroTik stated that it will be fixed in 6.13.
by tomaskir
Wed May 14, 2014 11:45 am
Forum: General
Topic: Possibilities of keeping IPSec tunnel always on
Replies: 3
Views: 3226

Re: Possibilities of keeping IPSec tunnel always on

You need a keep-alive mechanism of some sorts for an IPSec session to be permanent.

So either a ping every 10 seconds, or use a different tunneling protocol (IPIP, L2TP, etc.) that lets you define a keepalive interval inside the protocol.
by tomaskir
Wed May 14, 2014 12:42 am
Forum: General
Topic: L2TP tunnels and multiple WANs
Replies: 6
Views: 3100

Re: L2TP tunnels and multiple WANs

Do you know if this was addressed in version 6? I'm running 6.12 and cannot get the L2TP packets of a L2TP/IPSec tunnel to route over a specific interface. Everything else works fine. I'm using PCC and have tried two specific rules (one for PPTP and one for L2TP). /ip firewall mangle add action=mar...
by tomaskir
Tue May 13, 2014 11:15 am
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

6) Queue type default-small not exported with export compact - viewtopic.php?f=2&t=78816&p=417649#p417649 compact only exports changed values. default-small is the default value, so it will not be exported. not a bug The default value is changed, and the change to the default value is not e...
by tomaskir
Sun May 11, 2014 12:19 am
Forum: Forwarding Protocols
Topic: MPLS/LDP neighbors blinking in/out
Replies: 6
Views: 3100

Re: MPLS/LDP neighbors blinking in/out

Thanks you. Do I need to set any router interface MTU to 1560 or just the MPLS MTU.? Also under OSPF do I change Redistribute default route & connected routes & static routes to "as type 1" on all of the routers or just one main one? Thanks very much again. You need to configure a...
by tomaskir
Sun May 11, 2014 12:12 am
Forum: General
Topic: L2TP/IPsec falls off after connecting
Replies: 6
Views: 8172

Re: L2TP/IPsec falls off after connecting

Went through the logs, here is the problems: May/02/2014 13:15:33 ipsec,debug trns_id mismatched: my:3DES peer:AES-CBC May/02/2014 13:15:33 ipsec,debug trns_id mismatched: my:3DES peer:AES-CBC May/02/2014 13:15:33 ipsec,debug authtype mismatched: my:hmac-md5 peer:hmac-sha1 May/02/2014 13:15:33 ipsec...
by tomaskir
Sat May 10, 2014 8:49 pm
Forum: Forwarding Protocols
Topic: MPLS/LDP neighbors blinking in/out
Replies: 6
Views: 3100

Re: MPLS/LDP neighbors blinking in/out

Not normal, it seems like an LDP neighborship is trying to establish but is failing / timing out.
by tomaskir
Sat May 10, 2014 8:44 pm
Forum: Beginner Basics
Topic: Ready-to-go IPSec+L2TP config?
Replies: 6
Views: 2301

Re: Ready-to-go IPSec+L2TP config?

As mentioned previously, see my presentation about L2TP/IPSec setup itself. Video also linked in my sig. It's VERY difficult to follow along with your video as the background noise is more audible and a turn off. May I suggest fine tuning your presentation so your voice clearly heard! Also, today's...
by tomaskir
Fri May 09, 2014 3:40 pm
Forum: General
Topic: L2TP/IPsec falls off after connecting
Replies: 6
Views: 8172

Re: L2TP/IPsec falls off after connecting

Few things:
set passive=yes and send-initial-contact=no

If that doesnt work, try to switch
generate-policy=port-strict to generate-policy=port-override
by tomaskir
Fri May 09, 2014 1:11 pm
Forum: General
Topic: Firewall filter and VRF
Replies: 12
Views: 2467

Re: Firewall filter and VRF

You did not configure any VRF in firewall, so it applies to all VRFs.

If you want it to apply to a specific VRF (main in this case), specify the main VRF in the firewall rule.
by tomaskir
Fri May 09, 2014 12:10 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Issue: SMB shares disappear at random times This sounds like the same problem described here: http://forum.mikrotik.com/viewtopic.php?f=13&t=84744 Its not actually a SMB share problem, but an underlying problem with USB storage dismounting/re-mounting causing SMB problems. Please contact offici...
by tomaskir
Fri May 09, 2014 9:34 am
Forum: Beginner Basics
Topic: Ready-to-go IPSec+L2TP config?
Replies: 6
Views: 2301

Re: Ready-to-go IPSec+L2TP config?

As mentioned previously, see my presentation about L2TP/IPSec setup itself.

Video also linked in my sig.
by tomaskir
Thu May 08, 2014 12:20 pm
Forum: General
Topic: QinQ dot1q tunnel?
Replies: 4
Views: 3350

Re: QinQ dot1q tunnel?

Hi I have a similar situation as well cisco 3750 <--> eth2 mikrotikA eth1 <--> eth1 mikrotikB <--> eth2 cisco 3750 I have configured service tag vlan on eth1 for both MikrotikA and MikrotikB The can ping each other on the service tag IP address Next I create a bridge on both mikrotik and added eth2...
by tomaskir
Wed May 07, 2014 4:50 pm
Forum: General
Topic: Mikrotik L2TP/IPSec as client.
Replies: 5
Views: 3109

Re: Mikrotik L2TP/IPSec as client.

But how does it determine if the connection should be IPSec'ed or not? Maybe one time I want to establish a clear L2TP tunnel and another time pass through IPSec first? That is explain in the presentation. The IPSec peer and IPSec policy configs define that. You need to configure it to use IPSec fo...
by tomaskir
Wed May 07, 2014 3:47 pm
Forum: Beginner Basics
Topic: Mount point for USB storage is not consistent
Replies: 7
Views: 5265

Re: Mount point for USB storage is not consistent

I would say contact Mikrotik support directly at support@mikrotik.com - this seems like an issues that support should look at.

One USB stick should really not present itself as usb1 and usb2 randomly.
by tomaskir
Wed May 07, 2014 3:31 pm
Forum: RouterBOARD hardware
Topic: RB532A - the orange LED is on steady
Replies: 9
Views: 3855

Re: RB532A - the orange LED is on steady

You will have to check over the serial port.

It will show the booting process over serial, and you will see where the problem is.
by tomaskir
Wed May 07, 2014 1:09 pm
Forum: General
Topic: Mikrotik L2TP/IPSec as client.
Replies: 5
Views: 3109

Re: Mikrotik L2TP/IPSec as client.

Yes, I saw Your link. Am I understand correct L2TP connects before IPSec part? I configured IPSec part also, but first of all I understand that L2TP must be up and running. L2TP will try to iniciate the connection - but will NOT be able to connect before IPSec negotiates security. So L2TP trying to...
by tomaskir
Wed May 07, 2014 10:59 am
Forum: General
Topic: Mikrotik L2TP/IPSec as client.
Replies: 5
Views: 3109

Re: Mikrotik L2TP/IPSec as client.

You need to configure IPSec as well.

Watch the presentation in my sig, its about the server side as well, but you will find complete config for the client in there as well.
by tomaskir
Tue May 06, 2014 7:26 pm
Forum: General
Topic: Forum and web outages
Replies: 1
Views: 940

Re: Forum and web outages

Mikrotik hosts their webs on Amazon.

I would guess its a problem on Amazon's side, but I might be wrong.
by tomaskir
Tue May 06, 2014 1:49 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Issue:
Queue graphs always available for viewing
Thanks for the report, added!
Issue:
Can't list or delete files with overly long filenames
Very nice report, thank you!

Added to the list as well.
by tomaskir
Fri May 02, 2014 4:05 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

also there is a bug with encrypted VPN connections since OS version 6.8 and not fixed until this moment.
Please be more specific. Ideally, follow the template in post2.
by tomaskir
Thu Apr 24, 2014 6:38 pm
Forum: General
Topic: SNMP Doesn't respond on all IP's/Interfaces
Replies: 11
Views: 4469

Re: SNMP Doesn't respond on all IP's/Interfaces

Alright, lets look at this in detail then :)

Can you please post the output of these commands?
/interface exp com
/ip exp com
/routing exp com
/snmp exp com

Feel free to ommit any sensitive data.
by tomaskir
Thu Apr 24, 2014 6:09 pm
Forum: General
Topic: L2TP over IPSec
Replies: 6
Views: 1629

Re: L2TP over IPSec

We do SSTP in those cases. Its easy to setup, you can get a free cert from www.startssl.com
Its also secured with AES-128, and is fully NAT compatible.

Downside: only linux and windows have client support, and you have to have your own domain (to link hostname to cert)
by tomaskir
Thu Apr 24, 2014 5:53 pm
Forum: General
Topic: SNMP Doesn't respond on all IP's/Interfaces
Replies: 11
Views: 4469

Re: SNMP Doesn't respond on all IP's/Interfaces

I can tell you it works fine for us with 6.7 and with 6.11.

Have you set-up firewall / mangle logging to see if its not being blocked in firewall / pushed into an alternate routing-table in mangle / etc.?

Sorry for the obvious things, but best start with those :)
by tomaskir
Thu Apr 24, 2014 5:50 pm
Forum: General
Topic: L2TP over IPSec
Replies: 6
Views: 1629

Re: L2TP over IPSec

Thank you for your response. Do you know if this limitation will stay or not? What can i do so? Mikrotik officially said here on the forums that they are working on a better NAT-T implementation, no ETA tho. We deploy a router and build a site-to-site tunnel when we have multiple clients that need ...
by tomaskir
Thu Apr 24, 2014 5:48 pm
Forum: General
Topic: Feature Request: SSH Brute Force Protection
Replies: 4
Views: 3516

Re: Feature Request: SSH Brute Force Protection

3 words: "Use the firewall"

Setup proper input chain filtering, and you will be safe.
Its not just SSH you should be worried about, DNS amplification attack will hit you much more seriously for example.
by tomaskir
Thu Apr 24, 2014 5:46 pm
Forum: Forwarding Protocols
Topic: Public IP in Natted OSPF Network
Replies: 7
Views: 2243

Re: Public IP in Natted OSPF Network

If you havent checked it out yet, go over my MPLS presentation:
http://tiktube.com/video/KHhE3aEKdDoDEJ ... sDlIoFqoq=
by tomaskir
Thu Apr 24, 2014 5:43 pm
Forum: General
Topic: SNMP Doesn't respond on all IP's/Interfaces
Replies: 11
Views: 4469

Re: SNMP Doesn't respond on all IP's/Interfaces

Might be a 6.12 thing, we are not running 6.12 yet.

Do you only have this problem on 6.12 or other versions as well?
by tomaskir
Thu Apr 24, 2014 5:42 pm
Forum: General
Topic: SSTP VeriSign Certificate problem (CA/VerifyCertificate/etc)
Replies: 6
Views: 3699

Re: SSTP VeriSign Certificate problem (CA/VerifyCertificate/

You need the whole cert chain - you need the root CA cert also, not just the intermediate CA.

It work with Windows, because windows has both the root CA and the intermediate CA in its cert store, therefor can validate the whole cert chain.
by tomaskir
Thu Apr 24, 2014 5:34 pm
Forum: General
Topic: SNMP Doesn't respond on all IP's/Interfaces
Replies: 11
Views: 4469

Re: SNMP Doesn't respond on all IP's/Interfaces

We use OSPF internally and I am able to poll SNMP on all IPs of the router - the routing is taken care of by OSPF.

Can you ping/traceroute the IP that you can not SNMP poll on?
by tomaskir
Thu Apr 24, 2014 5:33 pm
Forum: General
Topic: L2TP over IPSec
Replies: 6
Views: 1629

Re: L2TP over IPSec

This is a known limitation of MikroTik IPSec NAT-T.
by tomaskir
Thu Apr 24, 2014 2:58 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Issue: "RouterOS Default Configuration" windows shows when it should not Description: The "Default Configuration" window appears even when the router does NOT have a default configuration. Versions affected: 6.12, not tested rest How to reproduce: 1) Reset a router to default co...
by tomaskir
Thu Apr 24, 2014 2:50 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

All issues re-tested on v6.12 release. The list is now current for v6.12
0 out of 6 bugs on the list at the release of v6.12 were fixed.
by tomaskir
Thu Apr 10, 2014 11:18 am
Forum: General
Topic: Feature request: MPLS IPv6
Replies: 17
Views: 9590

Re: Feature request: MPLS IPv6

I would be sweet to have full IPv6 for MPLS, both transport support and LDPv6.
by tomaskir
Sun Apr 06, 2014 9:37 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

It looks that this bug is still there? I tested this now with 6.11 and 6.12rc1 (Apr/04/2014 13:30:46). By the way, is there any progress with a similar problem where multihop BFD (with BGP) uses too bad source IP of the outgoing interface and not loopback address ( [Ticket#2013110666000642] )? The ...
by tomaskir
Sat Mar 29, 2014 1:47 pm
Forum: General
Topic: v6.11 released
Replies: 260
Views: 112785

Re: v6.11 released

Does anyone able to use the routing mark + the "Content" field working correctly ? As soon as I add anything inside the field "Content", the connection will timeout . For example, if I type in "facebook" in the Content field, it supposed to mark the route if I go to ht...
by tomaskir
Sat Mar 29, 2014 1:34 pm
Forum: RouterBOARD hardware
Topic: Cisco Gigabit Switch + RB1100AH = Hopeless?
Replies: 4
Views: 2011

Re: Cisco Gigabit Switch + RB1100AH = Hopeless?

9. Shrine to Normis
10. Email to Putin requesting no Latvian annex.
Those 2 usually help me, no idea why its not working for you.
by tomaskir
Fri Mar 28, 2014 3:43 pm
Forum: Virtualization
Topic: Which virtualization used instead of VMware Workstation?
Replies: 16
Views: 10094

Re: Which virtualization used instead of VMware Workstation?

You can either use KVM, Qemu or VirtualBox.

ROS works with all of those.
by tomaskir
Fri Mar 28, 2014 3:42 pm
Forum: General
Topic: New Packet flow diagram
Replies: 99
Views: 88293

Re: New Packet flow diagram

Nice... PDF or SVG or some sort of vector image would be ideal. Looks great though.
See my previous post.
Any chance for an editable version?

Thanks!
by tomaskir
Fri Mar 28, 2014 1:00 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Issue: Super slow index page for the administration interface once you log on Description: Once you log on the administration interface, the loading time of the page is like almost 30 seconds Was perfect before I moved to the new 6.11. Chances are this is a browser cache issue. Have you tried clean...
by tomaskir
Fri Mar 28, 2014 12:53 am
Forum: General
Topic: New Packet flow diagram
Replies: 99
Views: 88293

Re: New Packet flow diagram

I propose to consider another option Great work there! I like as well - but, is there any way to make it horizontal instad of vertical? If it was horizontal, it would fit on a widescreen monitor much better. Also, there is bunch of spelling errors, and on the right side, it should say Encapsulation...
by tomaskir
Thu Mar 27, 2014 3:20 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

what does "export verbose" show?.. [admin@C1] /queue type> exp ver # jan/02/1970 00:08:00 by RouterOS 6.11 # software id = 3VYV-V1LD # /queue type set 0 kind=pfifo name=default pfifo-limit=50 set 1 kind=pfifo name=ethernet-default pfifo-limit=50 set 2 kind=sfq name=wireless-default sfq-al...
by tomaskir
Thu Mar 27, 2014 2:58 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Here's the result from my RB951-2n (mipsbe): [admin@MikroTik] /queue type> ex # jan/05/1970 00:18:03 by RouterOS 6.11 # [admin@MikroTik] /queue type> set default-small pfifo-limit=20 [admin@MikroTik] /queue type> ex # jan/05/1970 00:18:07 by RouterOS 6.11 # /queue type set 9 pfifo-limit=20 [admin@M...
by tomaskir
Thu Mar 27, 2014 1:24 pm
Forum: General
Topic: Feature Request: EOIP remote-address format
Replies: 2
Views: 2060

Re: Feature Request: EOIP remote-address format

This is already implemented for PPTP, L2TP, etc.

Should be quite easy for MikroTik to enable FQDN for EoIP as well.
by tomaskir
Thu Mar 27, 2014 1:11 pm
Forum: General
Topic: Known issues and bugs - a list
Replies: 284
Views: 171379

Re: Known issues and bugs - a list

Description: When doing a "export compact" changes to queue type default-small are not exported for me (v6.11, x86) it's exported, but in strange manner: "set 16 pfifo-limit=20". I don't think that default-small has index 16 on every system :) Can you test on a RouterBoard? I te...
by tomaskir
Wed Mar 26, 2014 10:00 pm
Forum: General
Topic: Apparent NTP package installation problem on RB750UP
Replies: 3
Views: 1710

Re: Apparent NTP package installation problem on RB750UP

Make sure to empy all caches and cookies, those are usually issues with Webfix that cause things like this.