6.30 RC final fixes before release

Please test the latest 6.30 rc and let us know if there are any unsolved issues remaining. We have solved all the problems that were reported, and only minor polishing remains.

Here is the newest changelog:

What’s new in 6.30rc22 (2015-Jun-19 10:41):

*) ipsec - fail ph2 negitioation when initiator proposed key length does not match proposal configuration;
*) ssh - added option ‘/ip ssh stong-crypto’
*) wireless - improve ac radio coexistence with other wireless clients;
*) console - values of S~.id~, S~.nextid~ and S~.dead~ are avaliable for
use in ‘print where’ expressions;
*) console - ‘:execute’ command now accepts ‘file=’ parameter and
writes script output to scpecified file;
*) console - ‘:execute’ command now accepts script source in ~{}~ braces,
like ‘/system scripts add source=’ does;
*) console - ‘:execute’ command now returns internal number of running job,
that can be used to check and stop execution. For example:
:local j [:execute {/interface print follow where [:log info ~Sname~]}]
:delay 10s
:do { /system script job remove Sj } on-error={}
*) console - firewall ‘print’ commands now show all entries including
dynamic, ‘all’ argument now has no effect;
*) ipsec - increase replay window to 128;
*) fixed file transfer on devices with large RAM memory;
*) pptp - fixed ~encryption got out of sync~ problem;
*) ppp - disable vj tcp header compression;
*) api - reduce api tcp connection keepalive delay to 30 seconds,
will timeout idle connections in about 5 minutes;
*) pptp & l2tp & sstp client: support the case were server issues its tunnel ip address the
same as its public one;
*) removed wireless package from routeros bundle package, new wireless-fp is left in place;
*) pptp & l2tp client: when adding default route, add special exception route for
a tunnel itself (no need to add it manually anymore);
*) improved connection list: added connection packet/byte counters, added separate counters
for fasttrack, added current rate display, added flag wheather
connection is fasttracked/srcnated/dstnated, removed 2048 connection entry limit;
*) tunnels - eoip,eoipv6,gre,gre6,ipip,ipipv6,6to4 tunnels have new property - ipsec-secret - for easy setup of ipsec encryption and authentication;
*) firewall - added ipsec-policy matcher to check wheather packet was/will be ipsec processed or not;
*) possibility to disable route cache - improves DDOS attack handling performance up to 2x (note that ipv4 fastpath depends on route cache);
*) fasttrack - added dummy firewall rule in filter and mangle tables to show packets/bytes that get processed in fasttrack and bypass firewall;
*) fastpath - vlan interfaces support fastpath;
*) fastpath - partial support for bonding interfaces (rx only);
*) fastpath - vrrp interfaces support fastpath;

+1 on the fastpath and l2tp with ipsec, tested on ccr1016/ccr1036/x86 platforms.

“wireless - improve ac radio coexistence with other wireless clients” - what does it mean exactly?

Why there are dummy firewall rules for fasttrack statistics instead showing correct values on real fasttracking rules? I don’t understand it. Please, show the values where they belong to.

It’s all good, I’ve only got a ticket about random ether cycles on a CRS226.

But my random reboots on a CCR are fixed in rc22

I think I’m good. My issues were fixed with this last build. Thank you.

Are below also fixed? As there is no mentioning in the release notes

Ticket#2015061266000441 - Hotspot SSL error on sudden reboot
Ticket#2015060366000681 - Router does not send RADIUS-Stop messages on admin-reboot when internet uplink is of type pppoe/pptp
Re: V6.x Status/logoff linklogin wrongfully to HTTP even if HTTPS is selected

PS, we saw a memleak on v6.30rc19; hopefully this is fixed as well

Hi All,

If we are talking about current beta release …
As it was written several times on many forums, scheduler is not working.
http://forum.mikrotik.com/t/ros-6-30-scheduler-failure/89132/1
http://forum.mikrotik.com/t/upgrade-to-v6-30rc20-schedule-on-event-does-not-work/88842/1

Brgds
RafZielak

Dear normis,
Please your comment for topic http://forum.mikrotik.com/t/6-30rc22-execute-output-file-error-console-crashed/89133/1
is this bug ? or there are mistake in command
regards

What about #2015042966000618?
It was supposed to be addressed in 6.30.

I had a issue with going from 6.30rc19 to 6.30rc22. My bridges disappeared. They came back after a edit and reboot though.

Also wireless-cm2 was not in the all arch zip for tile. Had to use:
http://www.mikrotik.com/download/share/wireless-cm2-6latest-tile.npk

scheduler is not working.

I could see the same thing on a “startup” script. It didn’t work as well.
But I’m not sure if the whole scheduler is not working or just with the “startup” as start time.
Tested on PPC.

I confirm, scheduler is not working.
i try to use dyndns update script and it not working.
But manual start of the script is working properly.

/ip settings
set route-cache=no tcp-syncookies=yes

/ip route cache print
cache-size: 2
max-cache-size: 16384


Is it normal? Route cache “disabled”, but it still works? Or I’m missing something?

rc23 should fix scheduler, it is in the download page already

try simply script: “:log info message=“TEST”;”
and sheduler: “/system script run script1” 1/min

not working for me :frowning:

Update 6.30rc23 downloaded/installed and … unfortunately … scheduler is not working still.

Fix for scheduler will be in rc24, not rc23.

@emils
Thank you for your update but …
When should we expect the newest version rc24?