Community discussions

MikroTik App
 
User avatar
normis
MikroTik Support
MikroTik Support
Topic Author
Posts: 26368
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

v5.18 released

Fri Jun 22, 2012 11:00 am

What's new in 5.18 (2012-Jun-21 17:20):

*) fixed upgrade problem when it failed with error "disk is too small" while
there was plenty of space left;
*) fix health and poe access reliability on OmniTIK UPA and RB750UP boards;
*) sstp - improve initial handshake to better handle many new connections;
*) wireless - do not use bridge and WDS mode on AP-AP links, causes loops;
*) dhcp ipv6 pd client - fixed ipv6 pool creation after reboot;
*) dhcp ipv6 pd client - added option add-default-route;
*) sstp - fixed connection idle time reporting;
*) fix bad block count not to increase on Samsung K9F1208U0C nand;
*) snmp - fix dhcp lease table, snmp reported an incorrect information
when a static lease had configured different address than current active address,
this should also solve problem with dude polling same leases over and over again;
*) fix RB1100 crash on interface disable/l2mtu change/reboot;
*) dns could not resolve some domain names, was ignoring replies with DNAME RRs;
*) fix firewall log action - sometimes was not logging mac addr;

Download: http://www.mikrotik.com/download
 
User avatar
nickshore
Long time Member
Long time Member
Posts: 521
Joined: Thu Mar 03, 2005 4:14 pm
Location: Suffolk, UK.
Contact:

Re: v5.18 released

Fri Jun 22, 2012 11:45 am

Seems to be a bug in IPv6 dhcp PD client.

It was ok immediately after reboot, but shortly after I see:
/ipv6 dhcp-client print detail 
Flags: D - dynamic, X - disabled, I - invalid 
 0    interface=aaisp pool-name="aapool" pool-prefix-length=64 status=bound prefix=2001:XXX:YYY:1::/64 expires-after=4885w2d21h50m9s 
      duid="00030001000c42e18a17" add-default-route=no 
The pool has disappeared.

This means my IPv6 address which is assigned from the pool goes invalid.

If I renew the dhcpv6 then the expiry is more usual:
/ipv6 dhcp-client print detail 
Flags: D - dynamic, X - disabled, I - invalid 
 0    interface=aaisp pool-name="aapool" pool-prefix-length=64 status=bound prefix=2001:XXX:YYY:1::/64 expires-after=59m13s 
      duid="00030001000c42e18a17" add-default-route=no 
But still no pool.

If I release the dhcpv6 then the pool appears.

I also notice that winbox is showing a different expires time compared wiith the command line on /ipv6 dhcp-client print detail

Nick.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7052
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: v5.18 released

Fri Jun 22, 2012 12:21 pm

You are right about winbox not showing correct Expire time. We will fix it in the next version.

I cannot repeat other problem. Can you post /ipv6 pool print poutput?
 
User avatar
nickshore
Long time Member
Long time Member
Posts: 521
Joined: Thu Mar 03, 2005 4:14 pm
Location: Suffolk, UK.
Contact:

Re: v5.18 released

Fri Jun 22, 2012 12:27 pm

When it wasn't working there was no pool at all
/ipv6 pool print detail 
Flags: D - dynamic 
Currently (after I Released) it shows
/ipv6 pool print detail 
Flags: D - dynamic 
 0 D name="aapool" prefix=2001:XXX:YYY:1::/64 prefix-length=64 expire-time=48m16s
I'll reboot it again and see what happens

Nick.
 
User avatar
nickshore
Long time Member
Long time Member
Posts: 521
Joined: Thu Mar 03, 2005 4:14 pm
Location: Suffolk, UK.
Contact:

Re: v5.18 released

Fri Jun 22, 2012 12:34 pm

It takes about 20 seconds after boot to go from having a pool to the pool disappearing:
[nicks@rb751.shore.me.uk] > /ipv6 pool print detail 
Flags: D - dynamic 
 0 D name="aapool" prefix=2001:XXX:YYY:1::/64 prefix-length=64 expire-time=59m51s 
[nicks@rb751.shore.me.uk] > 
[nicks@rb751.shore.me.uk] > /ipv6 pool print detail       
Flags: D - dynamic 
 0 D name="aapool" prefix=2001:XXX:YYY:1::/64 prefix-length=64 expire-time=0s 
[nicks@rb751.shore.me.uk] > /ipv6 pool print detail 
Flags: D - dynamic 
 0 D name="aapool" prefix=2001:XXX:YYY:1::/64 prefix-length=64 expire-time=0s 
[nicks@rb751.shore.me.uk] > /ipv6 pool print detail 
Flags: D - dynamic 
 0 D name="aapool" prefix=2001:XXX:YYY:1::/64 prefix-length=64 expire-time=0s 
[nicks@rb751.shore.me.uk] > /ipv6 pool print detail 
Flags: D - dynamic 
I wonder if it happens as the sntp client starts ?

Nick.
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: v5.18 released

Fri Jun 22, 2012 1:46 pm

What's new in 5.18 (2012-Jun-21 17:20):


*) wireless - do not use bridge and WDS mode on AP-AP links, causes loops;
I'm a bit confused here...; is this a problem in previous version that now is solved? Or is the bridge and WDS funcion on AP-AP links causing loops and in 5.18 is therefore not recommend to use?

I suppose it is a problem solved. But than again, never knew it had an issue. I use it in same situations in versions up to 5.16 and have seen no problems so far.....
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: v5.18 released

Fri Jun 22, 2012 1:48 pm

And what about the wireless disconnection problems in some units that evolved in 5.17?
I have made some support tickets for these with many examples but still not seeing any solution?
 
karlos
Frequent Visitor
Frequent Visitor
Posts: 81
Joined: Sun Jan 16, 2011 10:46 am

Re: v5.18 released

Fri Jun 22, 2012 2:00 pm

*) wireless - do not use bridge and WDS mode on AP-AP links, causes loops;

I'm a bit confused here...; is this a problem in previous version that now is solved? Or is the bridge and WDS funcion on AP-AP links causing loops and in 5.18 is therefore not recommend to use?

I suppose it is a problem solved. But than again, never knew it had an issue. I use it in same situations in versions up to 5.16 and have seen no problems so far.....
We had this problems on our network. Previous owner of a part of our network was using using it. After upgrading from some 5.0rcXX to 5.7 we foung huge packet rates (like 15000p/s) on some interfaces going from no IP to no IP. Everything was solved just moving from AP-AP WDS mode to AP-client mode. It was impossible for use to fing what is the problem, (switch, RB, rOS or something else) but after changing the topology it was solved, so nevermind what it was.
 
User avatar
honzam
Forum Guru
Forum Guru
Posts: 2395
Joined: Wed Feb 27, 2008 10:27 pm
Location: Czech Republic

Re: v5.18 released

Fri Jun 22, 2012 2:03 pm

And what about the wireless disconnection problems in some units that evolved in 5.17?
I have made some support tickets for these with many examples but still not seeing any solution?
I do the same. Still disconnect in 5.18
 
uldis
MikroTik Support
MikroTik Support
Posts: 3446
Joined: Mon May 31, 2004 2:55 pm

Re: v5.18 released

Fri Jun 22, 2012 2:21 pm

What's new in 5.18 (2012-Jun-21 17:20):


*) wireless - do not use bridge and WDS mode on AP-AP links, causes loops;
I'm a bit confused here...; is this a problem in previous version that now is solved? Or is the bridge and WDS funcion on AP-AP links causing loops and in 5.18 is therefore not recommend to use?

I suppose it is a problem solved. But than again, never knew it had an issue. I use it in same situations in versions up to 5.16 and have seen no problems so far.....
That changelog line means that there were a problem between WDS-WDS link that instead using just wds mode it also used the bridge mode which then created a loop. This problem if fixed now and WDS to WDS links will work fine.
 
angboontiong
Forum Guru
Forum Guru
Posts: 1136
Joined: Fri Jan 16, 2009 9:59 am

Re: v5.18 released

Fri Jun 22, 2012 3:30 pm

What's new in 5.18 (2012-Jun-21 17:20):


*) wireless - do not use bridge and WDS mode on AP-AP links, causes loops;
I'm a bit confused here...; is this a problem in previous version that now is solved? Or is the bridge and WDS funcion on AP-AP links causing loops and in 5.18 is therefore not recommend to use?

I suppose it is a problem solved. But than again, never knew it had an issue. I use it in same situations in versions up to 5.16 and have seen no problems so far.....
what does it mean "AP-AP links causing loops"???
 
aldreytg
just joined
Posts: 11
Joined: Thu May 26, 2011 10:17 pm

Re: v5.18 released

Fri Jun 22, 2012 3:38 pm

*) dhcp ipv6 pd client - added option add-default-route;


I can't find this option....
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7052
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: v5.18 released

Fri Jun 22, 2012 3:46 pm

It is not in winbox yet.

Set it from terminal
/ipv6 dhcp-client set x add-default-route=yes
 
engineertote
Member Candidate
Member Candidate
Posts: 177
Joined: Tue May 19, 2009 1:36 pm

Re: v5.18 released

Fri Jun 22, 2012 4:43 pm

What's new in 5.18 (2012-Jun-21 17:20):


*) wireless - do not use bridge and WDS mode on AP-AP links, causes loops;
I'm a bit confused here...; is this a problem in previous version that now is solved? Or is the bridge and WDS funcion on AP-AP links causing loops and in 5.18 is therefore not recommend to use?

I suppose it is a problem solved. But than again, never knew it had an issue. I use it in same situations in versions up to 5.16 and have seen no problems so far.....
That changelog line means that there were a problem between WDS-WDS link that instead using just wds mode it also used the bridge mode which then created a loop. This problem if fixed now and WDS to WDS links will work fine.
can you pls post sample of config, i think it will make sense as its bit confused
 
ditonet
Forum Veteran
Forum Veteran
Posts: 835
Joined: Mon Oct 19, 2009 12:52 am
Location: Europe/Poland/Konstancin-Jeziorna
Contact:

Re: v5.18 released

Fri Jun 22, 2012 5:35 pm

WebFig: URL direct links to disabled sub-menu pages still works :(
[Ticket#2012061366000346]

Regards,
Last edited by ditonet on Sat Jun 23, 2012 1:31 am, edited 1 time in total.
 
User avatar
jhheider
newbie
Posts: 48
Joined: Fri Sep 30, 2011 5:04 pm

Re: v5.18 released

Fri Jun 22, 2012 5:48 pm

RB751U-2Hn is still spinning out with 100% flash on wifi => bridge => masq => internet traffic. Rendering DNS and telnet/ssh unusable. Sigh. These models have taken so long and still not working.
 
User avatar
nickshore
Long time Member
Long time Member
Posts: 521
Joined: Thu Mar 03, 2005 4:14 pm
Location: Suffolk, UK.
Contact:

Re: v5.18 released

Fri Jun 22, 2012 6:04 pm

RB751U-2Hn is still spinning out with 100% flash on wifi => bridge => masq => internet traffic. Rendering DNS and telnet/ssh unusable. Sigh. These models have taken so long and still not working.

This doesn't happen for me, Have you tried going back to an empty config and starting again ?

Nick.
 
MrYan
Member Candidate
Member Candidate
Posts: 160
Joined: Sat Feb 27, 2010 6:13 pm

Re: v5.18 released

Fri Jun 22, 2012 8:10 pm

What's new in 5.18 (2012-Jun-21 17:20):
*) dhcp ipv6 pd client - fixed ipv6 pool creation after reboot;
Was the change meant to fix this?

Flags: X - disabled
# NAME VERSION SCHEDULED
0 system 5.18


17:50:57 dhcp,error creating ippool6 failed: prefix of two pools cannot overlap! (6)



Matt.
 
User avatar
jhheider
newbie
Posts: 48
Joined: Fri Sep 30, 2011 5:04 pm

Re: v5.18 released

Sat Jun 23, 2012 1:02 am

RB751U-2Hn is still spinning out with 100% flash on wifi => bridge => masq => internet traffic. Rendering DNS and telnet/ssh unusable. Sigh. These models have taken so long and still not working.

This doesn't happen for me, Have you tried going back to an empty config and starting again ?

Nick.
Yup. Done from a netinstall. Done reset-default on the wireless configuration. *Was* getting the watchdog reboots before 5.17, and going back and forth on a ticket for that since December, but that, at least, has dropped in frequency to a manageable level. But heavy traffic, particularly upstream, causes the router to just spin out of control. /tool profile stops updating, on an already opened telnet session. Reproducible within about 15 seconds.
 
chojrak11
Member Candidate
Member Candidate
Posts: 131
Joined: Sun Apr 05, 2009 10:37 am

Re: v5.18 released

Sat Jun 23, 2012 2:10 am

When adding DHCPv6 Binding, no matter GUI or command line, it is being marked as dynamic and disappears after router reboot.
[admin@router] /ipv6 dhcp-server binding> add duid=00010001157dbdeadbeefc0de777 iaid=24xxxxx92 address=2001:xxxx:xxxx:xxxx::10 life-time=1:00:00 server=all disabled=no
[admin@router] /ipv6 dhcp-server binding> print
Flags: X - disabled, D - dynamic 
 #   ADDRESS                                                DUID                 IAID SERVER           STATUS 
 0 D 2001:xxxx:xxxx:xxxx::10/128                            00010001157...  24xxxxx92 dhcp_ipv6        waiting
Notice the "D". I can make it static with "make-static", but this needs fixing I think. There are some more problems, like when I do
set [ find ] server=my_server_name
it doesn't show in GUI.

I cannot make my Windows 7 machine to get this specific binding address... After turning on debug logging, no matter how I set ND or DHCPv6, it displays:
Handling only prefix delegation, discarding..
 
User avatar
docmarius
Forum Guru
Forum Guru
Posts: 1222
Joined: Sat Nov 06, 2010 12:04 pm
Location: Timisoara, Romania
Contact:

Re: v5.18 released

Sun Jun 24, 2012 12:12 am

For me, the ipv6 PD pool being unavailable after reboot has been solved.

Thank you.
 
Ivoshiee
Member
Member
Posts: 483
Joined: Sat May 06, 2006 4:11 pm

Re: v5.18 released

Mon Jun 25, 2012 2:05 am

Does the superchannel work for anyone on v5.18?

It seems not to work between SXT 5HnD and RB411AR running R52nM. I'll get no radiolink if I put in any arbitrary frequency, but I get radiolink as soon as I put in any default link frequency value. Either AP side is not sending anything out or client side is unable to transmit/receive in arbitrary frequencies (by it's status it is not scanning every available frequency).

Note: Both sides are running v5.18, country code is set "no_country_set" and both ends are set to the same frequency.

What I am doing wrong?
 
napismizpravu
Member Candidate
Member Candidate
Posts: 135
Joined: Sat Apr 09, 2011 1:27 pm
Location: czech

Re: v5.18 released

Mon Jun 25, 2012 2:09 am

traffic 2-3Mb/s 3-4 hours >> RB433UAH (power 24V 2A) >>problem not responding routerboard (stop traffic, no winbox,no telnet,..) >> power off-on = OK functional again
 
angboontiong
Forum Guru
Forum Guru
Posts: 1136
Joined: Fri Jan 16, 2009 9:59 am

Re: v5.18 released

Mon Jun 25, 2012 12:13 pm

traffic 2-3Mb/s 3-4 hours >> RB433UAH (power 24V 2A) >>problem not responding routerboard (stop traffic, no winbox,no telnet,..) >> power off-on = OK functional again

will it be due to the ethernet halt?
or you talking about via wireless?
 
dinoex
just joined
Posts: 2
Joined: Tue Jan 24, 2012 10:31 am

Re: v5.18 released

Mon Jun 25, 2012 12:21 pm

I still see the same on RB435G with R52HN, running for 1 to 3 days,
then no traffic, no Winbox, no ssh, no ping, no arp telnet.

Board is still visible in Neighbor Discovery on Ethernet,
power off-on = OK functional again.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7052
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: v5.18 released

Mon Jun 25, 2012 1:16 pm

When adding DHCPv6 Binding, no matter GUI or command line, it is being marked as dynamic and disappears after router reboot.
Thank you for the report, problem will be fixed.
 
spacemind
Member Candidate
Member Candidate
Posts: 111
Joined: Mon Jul 07, 2008 8:33 pm

Re: v5.18 released

Mon Jun 25, 2012 2:42 pm

Hey,


I got my OpenVpn connections freezing after a while with 5.17 and now with 5.18.

If restart of ovpn client it will work for a few more hours.

I have rb751-2hnd as openvpn client, linux server. with other mk versions i have a stable openvpn connection.



thanks
 
napismizpravu
Member Candidate
Member Candidate
Posts: 135
Joined: Sat Apr 09, 2011 1:27 pm
Location: czech

Re: v5.18 released

Mon Jun 25, 2012 3:34 pm

traffic 2-3Mb/s 3-4 hours >> RB433UAH (power 24V 2A) >>problem not responding routerboard (stop traffic, no winbox,no telnet,..) >> power off-on = OK functional again

will it be due to the ethernet halt?
or you talking about via wireless?
The dead RouteOS (etherX,Wi-Fi + no graf statistic memory,CPU...all)
 
k3dt
newbie
Posts: 29
Joined: Tue Jul 17, 2007 3:37 pm
Location: Czech Republic

Re: v5.18 released

Mon Jun 25, 2012 6:26 pm

---
Last edited by k3dt on Thu Mar 02, 2017 9:15 am, edited 1 time in total.
 
User avatar
jhheider
newbie
Posts: 48
Joined: Fri Sep 30, 2011 5:04 pm

Re: v5.18 released

Mon Jun 25, 2012 9:15 pm

RB751U-2Hn is still spinning out with 100% flash on wifi => bridge => masq => internet traffic. Rendering DNS and telnet/ssh unusable. Sigh. These models have taken so long and still not working.

This doesn't happen for me, Have you tried going back to an empty config and starting again ?

Nick.
Yup. Done from a netinstall. Done reset-default on the wireless configuration. *Was* getting the watchdog reboots before 5.17, and going back and forth on a ticket for that since December, but that, at least, has dropped in frequency to a manageable level. But heavy traffic, particularly upstream, causes the router to just spin out of control. /tool profile stops updating, on an already opened telnet session. Reproducible within about 15 seconds.
Responding to myself, it's worth noting that an RB951-2n with identical configuration, running 5.18, never gets above 2% flash utilization under the same circumstances, and remains completely responsive throughout, even when snmpwalking the entire tree multiple times.

The only issue, so far, with the *951* is this:


[jacob@RB951-2n] > /sys rout pr
routerboard: yes
model: 951-2n
serial-number: ****
current-firmware: 2.39
upgrade-firmware: 2.40
[jacob@RB951-2n] > /sys rout up
Do you really want to upgrade firmware? [y/n]
y
firmware upgrade failed

But, I'll live with that to have a functioning AP.
 
elikxir
just joined
Posts: 2
Joined: Sat Feb 11, 2012 2:13 pm

Re: v5.18 released

Mon Jun 25, 2012 10:21 pm

ppoe connection ok , no internet after upgrade.
reboot,disable-enable connection => no internet .
ipv6 - lost pool

unplugged , plugged in => everything seems ok .
ipv6 - i didnt try again (i'm afraid , maybe bites) :)

so, resolving any prob = unplug-plug in .
 
Ivoshiee
Member
Member
Posts: 483
Joined: Sat May 06, 2006 4:11 pm

Re: v5.18 released

Tue Jun 26, 2012 1:46 am

It seems the new v5.18 did bring a new firmware as well. What is changed in it?
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: v5.18 released

Tue Jun 26, 2012 3:26 am

It seems the new v5.18 did bring a new firmware as well. What is changed in it?
How's that? mipsbe runs 2.39 as did 5.17 mipsbe...
 
dison4linux
just joined
Posts: 18
Joined: Fri Apr 13, 2012 4:26 pm

Re: v5.18 released

Tue Jun 26, 2012 5:12 am

RouterBOOT 2.39 is new to me too... No information in the official Change Log.
http://wiki.mikrotik.com/wiki/RouterBOOT_changelog
 
User avatar
jhheider
newbie
Posts: 48
Joined: Fri Sep 30, 2011 5:04 pm

v5.18 released

Tue Jun 26, 2012 6:13 am

The only issue, so far, with the *951* is this:


[jacob@RB951-2n] > /sys rout pr
routerboard: yes
model: 951-2n
serial-number: ****
current-firmware: 2.39
upgrade-firmware: 2.40
[jacob@RB951-2n] > /sys rout up
Do you really want to upgrade firmware? [y/n]
y
firmware upgrade failed

But, I'll live with that to have a functioning AP.
Spoke too soon, I guess. Look like the wireless just disappears every few hours on the 951. Doesn't even show up on a scanner, much less as a joinable network. /int wire en 0 fixes it, even though the interface is enabled. Doing more testing, will open a ticket tomorrow.
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Tue Jun 26, 2012 11:39 am

I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
 
wehrhard
just joined
Posts: 18
Joined: Fri Sep 09, 2005 4:53 pm

Re: v5.18 released

Tue Jun 26, 2012 12:18 pm

I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
 
uldis
MikroTik Support
MikroTik Support
Posts: 3446
Joined: Mon May 31, 2004 2:55 pm

Re: v5.18 released

Tue Jun 26, 2012 12:54 pm

The only issue, so far, with the *951* is this:


[jacob@RB951-2n] > /sys rout pr
routerboard: yes
model: 951-2n
serial-number: ****
current-firmware: 2.39
upgrade-firmware: 2.40
[jacob@RB951-2n] > /sys rout up
Do you really want to upgrade firmware? [y/n]
y
firmware upgrade failed

But, I'll live with that to have a functioning AP.
Spoke too soon, I guess. Look like the wireless just disappears every few hours on the 951. Doesn't even show up on a scanner, much less as a joinable network. /int wire en 0 fixes it, even though the interface is enabled. Doing more testing, will open a ticket tomorrow.
About the firmware upgrade failure - this will be fixed in v5.19.

About the wireless problem - the AP didn't show up on the Scan (no SSID seen)? What RouterOS version you are using? Were you doing a high speed download through the wireless interface? Could you make a support output file next time when this happens (before doing enable on wireless interface)?
We will make a test to see if we could reproduce this problem.
 
User avatar
normis
MikroTik Support
MikroTik Support
Topic Author
Posts: 26368
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: v5.18 released

Tue Jun 26, 2012 1:00 pm

I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
Chadd, thanks for the files.

wehrhard, please also send us your supout.rif file so we can see what caused the crash
 
wehrhard
just joined
Posts: 18
Joined: Fri Sep 09, 2005 4:53 pm

Re: v5.18 released

Tue Jun 26, 2012 1:10 pm

I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
Chadd, thanks for the files.

wehrhard, please also send us your supout.rif file so we can see what caused the crash
Hello, I already wrote you. After the crash I must power cycle manuell the router and there is no suppout in the file section. The ticketnumber is Ticket#2012061266000651. I received from you the ROS 5.18 rc1. There was the error solved if I switch "Bridge use Firewall on/off". With 5.17 the kernel error reboots automaticly and produces a suppout which you have already. FYI, It is a RB1100 AH only but I want to use the RB1100AHx2. Can I use the RB1100AHx2 with 4.17 as well? Is the ROS 5.14 stable concerning the RSTP and Bridge switching?
 
User avatar
normis
MikroTik Support
MikroTik Support
Topic Author
Posts: 26368
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: v5.18 released

Tue Jun 26, 2012 1:13 pm

You only tested the pre-release RC version. This topic is about release version. It has some changes. It would be great if you also could try the released version.
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Tue Jun 26, 2012 6:31 pm

Well unfortunately the RB1100 AH X2 is now crashing with 5.14 also. This router was running 5.14 for a very long time with no crashes so I am not sure if 5.18 caused some sort of config change that is causing the issues or what. If I don't figure something out soon I am going to have to pull the router from the network.
I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Tue Jun 26, 2012 9:10 pm

I downgraded all the way to 5.11 and put the older firmware 2.38 on it and haven't had any reboots for over 2 hrs now.
Well unfortunately the RB1100 AH X2 is now crashing with 5.14 also. This router was running 5.14 for a very long time with no crashes so I am not sure if 5.18 caused some sort of config change that is causing the issues or what. If I don't figure something out soon I am going to have to pull the router from the network.
I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Wed Jun 27, 2012 4:12 am

Ok just had another kernel failure with 4.11 2.38 FW.. Not sure what the deal is but this router ran for months before installing 5.18 with no crashes.
I downgraded all the way to 5.11 and put the older firmware 2.38 on it and haven't had any reboots for over 2 hrs now.
Well unfortunately the RB1100 AH X2 is now crashing with 5.14 also. This router was running 5.14 for a very long time with no crashes so I am not sure if 5.18 caused some sort of config change that is causing the issues or what. If I don't figure something out soon I am going to have to pull the router from the network.



I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
[/quote]
 
User avatar
Hotz1
Member
Member
Posts: 393
Joined: Tue Oct 09, 2007 6:55 am

Re: v5.18 released

Wed Jun 27, 2012 6:07 am

can you pls post sample of config, i think it will make sense as its bit confused
See this thread for details.
 
User avatar
Hotz1
Member
Member
Posts: 393
Joined: Tue Oct 09, 2007 6:55 am

Re: v5.18 released

Wed Jun 27, 2012 6:50 am

Now that 5.18 is available and addresses the AP-AP WDS issue, I have a bunch of Routerboards to downgrade from 6.0rc2. Unfortunately, when I copy in the npk and use "/ system package downgrade" (or the Winbox equivalent), certain routerboards appear to hang, and upon cycling power, still have 6.0rc2 loaded. Thereafter, simply rebooting (as opposed to explicitly downgrading) also causes the device to stop responding until power is cycled.

Our RB711s, 435s, 532s and SXTs have downgraded with no problem. The problem seems to be limited to OmniTiks and RB750UPs. Of course neither of these models has a serial port, so I can't confirm that it is failing while (or prior to) validating the 5.18 npk, or report whatever error message might have been displayed.

I have no reason to think netinstall won't work; However, an on-site visit to each device just isn't the most convenient way to change versions. If there is in fact a bug in the downgrade process, I hope MT will be able to solve it.
 
User avatar
jhheider
newbie
Posts: 48
Joined: Fri Sep 30, 2011 5:04 pm

v5.18 released

Wed Jun 27, 2012 6:50 am

Spoke too soon, I guess. Look like the wireless just disappears every few hours on the 951. Doesn't even show up on a scanner, much less as a joinable network. /int wire en 0 fixes it, even though the interface is enabled. Doing more testing, will open a ticket tomorrow.
About the firmware upgrade failure - this will be fixed in v5.19.

About the wireless problem - the AP didn't show up on the Scan (no SSID seen)? What RouterOS version you are using? Were you doing a high speed download through the wireless interface? Could you make a support output file next time when this happens (before doing enable on wireless interface)?
We will make a test to see if we could reproduce this problem.
Ticket#2012062766000132. Let me know how else I can help. I'd love for rb951 to work better than the 751s.
 
User avatar
docmarius
Forum Guru
Forum Guru
Posts: 1222
Joined: Sat Nov 06, 2010 12:04 pm
Location: Timisoara, Romania
Contact:

Re: v5.18 released

Wed Jun 27, 2012 7:15 am

Hi,

With the new 5.18 i experience some faulty behavior for L2TP tunnels.

After working for a few days, the tunnel just refuses to connect and cycles like dialing/disconnected.
Disabling/enabling the interface does not change that behavior.
Everything returns to normal after router reboot.

HW is a RB450G.

Tnx,
Marius
 
User avatar
omidkosari
Trainer
Trainer
Posts: 640
Joined: Fri Sep 01, 2006 4:18 pm
Location: Canada, Toronto

Re: v5.18 released

Wed Jun 27, 2012 10:03 am

[Ticket#2012033166000201] remote-ipv6-prefix-pool problem with pppoe
Long time bug ?
 
napismizpravu
Member Candidate
Member Candidate
Posts: 135
Joined: Sat Apr 09, 2011 1:27 pm
Location: czech

Re: v5.18 released

Thu Jun 28, 2012 11:49 am

just happened:
PC start > ethernet (NAT DHCP)> RB433UAH (24V 2A) >>> routerboard rebooted watchdog off, log: kernel failure
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Fri Jun 29, 2012 12:03 am

Normis,

Any word on this ticket #201206266600026 ? I have sent in numerous support output files now and haven't heard a word back. The router is still crashing with kernel failures. I need some help here or I am going to have to pull this router and find something else to replace it.
I upgraded an RB1100 AH X2 to 5.18 tonight and it kept rebooting due to kernel failure. Sent a few support files in and downgraded back to 5.14.

Chadd
I have the same error and already a ticket at MT. But I get a crash when I switch in Bridge from RSTP to None. And I do not get a suppout. Do you have "no crash problems" in ROS 5.14?

If yes, I would downgrade as well. I want to go on holidays and do not need a crash router in my network.
Chadd, thanks for the files.

wehrhard, please also send us your supout.rif file so we can see what caused the crash
 
mindragon
newbie
Posts: 28
Joined: Tue Apr 20, 2010 5:50 pm

Re: v5.18 released

Fri Jun 29, 2012 2:53 am

Minor detail -- the NetInstall on the download page links to the 5.17 not the 5.18 net install.
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: v5.18 released

Fri Jun 29, 2012 5:00 am


Spoke too soon, I guess. Look like the wireless just disappears every few hours on the 951. Doesn't even show up on a scanner, much less as a joinable network. /int wire en 0 fixes it, even though the interface is enabled. Doing more testing, will open a ticket tomorrow.

SAME EXACT PROBLEM! I can't use the RB-951 because it keeps disappearing! PLEASE PLEASE fix this!!!
 
Lakis
Forum Veteran
Forum Veteran
Posts: 703
Joined: Wed Sep 23, 2009 7:52 pm

Re: v5.18 released

Fri Jun 29, 2012 3:42 pm

Now that 5.18 is available and addresses the AP-AP WDS issue, I have a bunch of Routerboards to downgrade from 6.0rc2. Unfortunately, when I copy in the npk and use "/ system package downgrade" (or the Winbox equivalent), certain routerboards appear to hang, and upon cycling power, still have 6.0rc2 loaded. Thereafter, simply rebooting (as opposed to explicitly downgrading) also causes the device to stop responding until power is cycled.

Our RB711s, 435s, 532s and SXTs have downgraded with no problem. The problem seems to be limited to OmniTiks and RB750UPs. Of course neither of these models has a serial port, so I can't confirm that it is failing while (or prior to) validating the 5.18 npk, or report whatever error message might have been displayed.

I have no reason to think netinstall won't work; However, an on-site visit to each device just isn't the most convenient way to change versions. If there is in fact a bug in the downgrade process, I hope MT will be able to solve it.
Simple try
Downgrade to 5.17 than upgrade to 5.18
with OmniTik it works
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Fri Jun 29, 2012 7:09 pm

Well for others having problems with the RB1100 rebooting due to kernel faults, I received an update from Support on the issue.

Apparently there is an issue with the RB1100 and the use-ip-firewall setting that causes kernel failures. It was recommended that I disable use-ip-firewall to get rid of the kernel faults, this is kind of hard to do on this device because it is being used as a transparent traffic shaper. It was indicated that they are not going to be able to fix it until V6 is released.

Pretty inconvenient not be able to use a $500 router because of a bug like this.
Normis,

Any word on this ticket #201206266600026 ? I have sent in numerous support output files now and haven't heard a word back. The router is still crashing with kernel failures. I need some help here or I am going to have to pull this router and find something else to replace it.
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: v5.18 released

Fri Jun 29, 2012 7:39 pm

Do you remember several years ago when their products and software were simply STABLE? The v2 mikrotik software was awesome! Back then, there was lots of talk of "this will kill cisco, etc". Now, it seems that there is something major wrong in every single release, that has to be fixed in the next release... which then introduces yet another problem.

I've got some very old Mikrotik v2 stuff running 24/7 that hasn't been touched in years... and still going strong... uptime in the hundreds (or thousands) of days.

Now days, with their new software and hardware, there is always something wrong. The RB2011ahx2 limited storage, the RB1100 crashing, the RB751 wireless performance, the RB951 wireless disappearing, OVPN problems, SSTP stability issues......
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: v5.18 released

Fri Jun 29, 2012 8:10 pm

Well for others having problems with the RB1100 rebooting due to kernel faults, I received an update from Support on the issue.

Apparently there is an issue with the RB1100 and the use-ip-firewall setting that causes kernel failures. It was recommended that I disable use-ip-firewall to get rid of the kernel faults, this is kind of hard to do on this device because it is being used as a transparent traffic shaper. It was indicated that they are not going to be able to fix it until V6 is released.

Pretty inconvenient not be able to use a $500 router because of a bug like this.
Can't agree more on that!

What struck me lately in the last upgrades is that nowadays it seems any update is immediately called "stable" where within weeks the successor upgrade is there because it was not so stable after all....

In the v3.x and v4.x families the stable versions where always some versions behind the latest upgrades.... (not that that makes a lot of sense, being "stable" and been succeeded by upgrades is sometimes a bit of a contradiction...)

I think new upgrades should only be called "stable" if they run stable on the majority of hardware-software configurations for at least some weeks without any serious issues being mentioned by an relevant group of regular forum users (these can be considered as 'alfa'(?), ''beta'(?), no better, "charlie" testers :o

I fully agree with you that an mayor router as the rb1100, which will be used by many for the network traffic management, in lots of cases in transparent mode, is now not able to run a software version that is published on the download page as "stable". Ridiculous!

5.16, 5,17 and now 5.18 are succeeded in a fast schedule which in my opinion shows not a lot of serious testing is done before release.

I can't yet pass to 5.17 or higher because I have several wireless units starting to disconnect with these version and MT, yet again, don't seem to be able to put their finger on what is happening here but instead just bring new version out without solving the problems existing in older ones... :?
 
dzieva
Frequent Visitor
Frequent Visitor
Posts: 51
Joined: Fri Mar 25, 2011 4:51 pm
Location: Iguassu Falls, Brasil

Re: v5.18 released

Fri Jun 29, 2012 9:58 pm

Well for others having problems with the RB1100 rebooting due to kernel faults, I received an update from Support on the issue.

Apparently there is an issue with the RB1100 and the use-ip-firewall setting that causes kernel failures. It was recommended that I disable use-ip-firewall to get rid of the kernel faults, this is kind of hard to do on this device because it is being used as a transparent traffic shaper. It was indicated that they are not going to be able to fix it until V6 is released.

Pretty inconvenient not be able to use a $500 router because of a bug like this.
Can't agree more on that!

What struck me lately in the last upgrades is that nowadays it seems any update is immediately called "stable" where within weeks the successor upgrade is there because it was not so stable after all....

In the v3.x and v4.x families the stable versions where always some versions behind the latest upgrades.... (not that that makes a lot of sense, being "stable" and been succeeded by upgrades is sometimes a bit of a contradiction...)

I think new upgrades should only be called "stable" if they run stable on the majority of hardware-software configurations for at least some weeks without any serious issues being mentioned by an relevant group of regular forum users (these can be considered as 'alfa'(?), ''beta'(?), no better, "charlie" testers :o

I fully agree with you that an mayor router as the rb1100, which will be used by many for the network traffic management, in lots of cases in transparent mode, is now not able to run a software version that is published on the download page as "stable". Ridiculous!

5.16, 5,17 and now 5.18 are succeeded in a fast schedule which in my opinion shows not a lot of serious testing is done before release.

I can't yet pass to 5.17 or higher because I have several wireless units starting to disconnect with these version and MT, yet again, don't seem to be able to put their finger on what is happening here but instead just bring new version out without solving the problems existing in older ones... :?
I fully agree with you.
 
dzieva
Frequent Visitor
Frequent Visitor
Posts: 51
Joined: Fri Mar 25, 2011 4:51 pm
Location: Iguassu Falls, Brasil

Re: v5.18 released

Fri Jun 29, 2012 10:16 pm

I do not believe that MikroTik will solve the problem of disconnection in NV2.
I'm changing my whole wireless network for 802.11 with dual ospf because I'm tired of waiting for a solution.

Dzieva.
excuse me for my english.
 
EarthStation
Frequent Visitor
Frequent Visitor
Posts: 72
Joined: Mon May 24, 2010 4:06 pm

Re: v5.18 released

Fri Jun 29, 2012 10:36 pm

After the bad experience we had with 5.15, we are still running 5.16. Over 80 devices, 2011, 800's, 433's 433AH, 411, 411Ar's, Grooves, 750's 751's etc, all very stable in both 2 and 5 Ghz bands. Now we read the forum and watch what happens to the new versions. Just thought I'd mention this might be a good fallback position.
 
Keron
just joined
Posts: 2
Joined: Fri Jun 29, 2012 11:28 pm

Re: v5.18 released

Fri Jun 29, 2012 11:51 pm

After the bad experience we had with 5.15, we are still running 5.16. Over 80 devices, 2011, 800's, 433's 433AH, 411, 411Ar's, Grooves, 750's 751's etc, all very stable in both 2 and 5 Ghz bands. Now we read the forum and watch what happens to the new versions. Just thought I'd mention this might be a good fallback position.
can u upload anywhere that 5.16 ??
i need version for rb400, npk packages (mipsbe)

thanks in advance
 
User avatar
TheWiFiGuy
Member
Member
Posts: 351
Joined: Thu Nov 24, 2011 7:26 pm
Location: UK

v5.18 released

Sat Jun 30, 2012 12:47 am

Unless you need wds in which case improvements in 5.18 really make a difference.
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: v5.18 released

Sat Jun 30, 2012 1:57 am

well, I changed some 15% of my network to 5.17, basically talking 3 AP's with their clients, into 5.17.
On these I have some 2% that are now disconnecting, the rest is rock solid.
Disconnecting units are mainly 133C3' but now also 2 groove's and one rb411.

I am playing a bit with these in setting these back to 5.16, or upgrade to 5.18 and set some other wireless parameters.
So far can't really distill what is making the difference. Next thing I want to do is to set the AP back to 5.14 to see if that improves things...

Actually, the improvement in 5.17, the improved ping times, is noted a bit (not a lot though) in these networks. I am only wondering if that improvement is actually achieved by upgrading the AP or the CPE or do both have to be upgraded?
MT is not really giving an answer to this....

We'll see, I am used to be my own tester on MT stuff.....
 
napismizpravu
Member Candidate
Member Candidate
Posts: 135
Joined: Sat Apr 09, 2011 1:27 pm
Location: czech

tuning routerboard

Sat Jun 30, 2012 11:46 am

tuning routerboard RB433UAH ??? :shock: :lol:
:-D USB speed samba max 21,5Mb/s write 19,2Mb/s read 5.19rc1 fw.2.41 (v.5.18 fw.2.39 max 6-10Mb/s) - RB433UAH

torrent client + tracker, DLNA, support USB DVB-T tuner it will be in the version of 5.xx for RB433UAH???
 
kilos
just joined
Posts: 17
Joined: Tue Oct 11, 2005 4:11 pm
Location: South Africa

Re: v5.18 released

Sun Jul 01, 2012 9:09 pm

Minor problem - typo consumtion should be consumption
Winbox & Webfig

HW RB435G
Image

Terminal - no typos
/system health> print
fan-mode: auto
use-fan: main
active-fan: none
voltage: 22.9V
current: 92mA
temperature: 16C
power-consumption: 2.1W
 
Lakis
Forum Veteran
Forum Veteran
Posts: 703
Joined: Wed Sep 23, 2009 7:52 pm

Re: v5.18 released

Sun Jul 01, 2012 9:47 pm

I do not believe that MikroTik will solve the problem of disconnection in NV2.
I'm changing my whole wireless network for 802.11 with dual ospf because I'm tired of waiting for a solution.

Dzieva.
excuse me for my english.

Also don't forget problem of disconnection with Nstreme
 
angboontiong
Forum Guru
Forum Guru
Posts: 1136
Joined: Fri Jan 16, 2009 9:59 am

Re: v5.18 released

Mon Jul 02, 2012 4:21 am

Well for others having problems with the RB1100 rebooting due to kernel faults, I received an update from Support on the issue.

Apparently there is an issue with the RB1100 and the use-ip-firewall setting that causes kernel failures. It was recommended that I disable use-ip-firewall to get rid of the kernel faults, this is kind of hard to do on this device because it is being used as a transparent traffic shaper. It was indicated that they are not going to be able to fix it until V6 is released.

Pretty inconvenient not be able to use a $500 router because of a bug like this.
Can't agree more on that!

What struck me lately in the last upgrades is that nowadays it seems any update is immediately called "stable" where within weeks the successor upgrade is there because it was not so stable after all....

In the v3.x and v4.x families the stable versions where always some versions behind the latest upgrades.... (not that that makes a lot of sense, being "stable" and been succeeded by upgrades is sometimes a bit of a contradiction...)

I think new upgrades should only be called "stable" if they run stable on the majority of hardware-software configurations for at least some weeks without any serious issues being mentioned by an relevant group of regular forum users (these can be considered as 'alfa'(?), ''beta'(?), no better, "charlie" testers :o

I fully agree with you that an mayor router as the rb1100, which will be used by many for the network traffic management, in lots of cases in transparent mode, is now not able to run a software version that is published on the download page as "stable". Ridiculous!

5.16, 5,17 and now 5.18 are succeeded in a fast schedule which in my opinion shows not a lot of serious testing is done before release.

I can't yet pass to 5.17 or higher because I have several wireless units starting to disconnect with these version and MT, yet again, don't seem to be able to put their finger on what is happening here but instead just bring new version out without solving the problems existing in older ones... :?
I fully agree with you.
I believe that mikrotik not able to test it properly then only push it out due to they have no such network like what all of us having now...

they should consider hire us as they outdoor tester... ^_^
 
WirelessRudy
Forum Guru
Forum Guru
Posts: 3119
Joined: Tue Aug 08, 2006 5:54 pm
Location: Spain

Re: v5.18 released

Mon Jul 02, 2012 11:28 am

I'll guess this way works out cheaper for them.... let the users be the free beta testers...
But in the long term it might works out dear, they will loose clients this way that probably will never come back......
 
User avatar
tomekmak
newbie
Posts: 47
Joined: Sat Jul 23, 2005 8:40 am
Location: Poland

Re: v5.18 released

Tue Jul 03, 2012 10:20 pm

Do you remember several years ago when their products and software were simply STABLE? The v2 mikrotik software was awesome! Back then, there was lots of talk of "this will kill cisco, etc". Now, it seems that there is something major wrong in every single release, that has to be fixed in the next release... which then introduces yet another problem.

I've got some very old Mikrotik v2 stuff running 24/7 that hasn't been touched in years... and still going strong... uptime in the hundreds (or thousands) of days.

Now days, with their new software and hardware, there is always something wrong. The RB2011ahx2 limited storage, the RB1100 crashing, the RB751 wireless performance, the RB951 wireless disappearing, OVPN problems, SSTP stability issues......
Agree 100%.

Since 4.xx i switched to antoher wireless product. And IT JUST WORKING. MT wake up....
 
User avatar
karina
Member
Member
Posts: 460
Joined: Sat Feb 06, 2010 2:18 am
Location: Spain

Re: v5.18 released

Wed Jul 04, 2012 12:20 am

After the bad experience we had with 5.15, we are still running 5.16. Over 80 devices, 2011, 800's, 433's 433AH, 411, 411Ar's, Grooves, 750's 751's etc, all very stable in both 2 and 5 Ghz bands. Now we read the forum and watch what happens to the new versions. Just thought I'd mention this might be a good fallback position.
I second that. I have stayed with 5.16 many hundreds of devices no problems. Rb1200. 1000 433 411 433 sxt omnitik all stable on 5.16
 
n21roadie
Forum Guru
Forum Guru
Posts: 1949
Joined: Fri Aug 07, 2009 10:36 pm
Location: Limerick,Ireland

Re: v5.18 released

Wed Jul 04, 2012 1:04 am

Do you remember several years ago when their products and software were simply STABLE? The v2 mikrotik software was awesome! Back then, there was lots of talk of "this will kill cisco, etc". Now, it seems that there is something major wrong in every single release, that has to be fixed in the next release... which then introduces yet another problem.

I've got some very old Mikrotik v2 stuff running 24/7 that hasn't been touched in years... and still going strong... uptime in the hundreds (or thousands) of days.

Now days, with their new software and hardware, there is always something wrong. The RB2011ahx2 limited storage, the RB1100 crashing, the RB751 wireless performance, the RB951 wireless disappearing, OVPN problems, SSTP stability issues......
Agree 100%.

Since 4.xx i switched to antoher wireless product. And IT JUST WORKING. MT wake up....
Until Mikrotik produce a hi-spec AP + PTP integrated solution and tweak its proprietary wireless protocol to suit, they can fine tune and develop with specific upgrades for these rather than the present updates trying to fix issue’s on customer’s custom setup’s (Made for Mikrotik) which is very difficult to accomplish. As a WISP I would pay for hi-spec units if they were reliable, good performance, cheap is no good when there is unhappy customers.
 
User avatar
Alessio Garavano
Member
Member
Posts: 306
Joined: Sat May 29, 2004 12:49 am
Location: Corrientes, Argentina
Contact:

Re: v5.18 released

Wed Jul 04, 2012 1:47 am

Well for others having problems with the RB1100 rebooting due to kernel faults, I received an update from Support on the issue.

Apparently there is an issue with the RB1100 and the use-ip-firewall setting that causes kernel failures. It was recommended that I disable use-ip-firewall to get rid of the kernel faults, this is kind of hard to do on this device because it is being used as a transparent traffic shaper. It was indicated that they are not going to be able to fix it until V6 is released.

Pretty inconvenient not be able to use a $500 router because of a bug like this.
Normis,

Any word on this ticket #201206266600026 ? I have sent in numerous support output files now and haven't heard a word back. The router is still crashing with kernel failures. I need some help here or I am going to have to pull this router and find something else to replace it.
Hi Chadd, i am having same problem in a RB1100AHx2 which NOT have using "use-ip-firewall" in the bridge...
Recently i send a supout.rif and waiting for an answer... the rare is after each reboot the current firmware in /system routerboard is cleaned...
Then share the ticket answer... Regards!
 
chadd
Member
Member
Posts: 348
Joined: Fri Dec 31, 2004 2:40 am

Re: v5.18 released

Wed Jul 04, 2012 8:53 am

Mine also shows the current FW field blank when it crashes. I temporarily replaced the RB1100 with a 450G running 5.8 and have not had any crashes on it at all. I downgraded the RB1100 to 5.8 on suggestion from Support but haven't put it back on the network yet to test it out.

Hi Chadd, i am having same problem in a RB1100AHx2 which NOT have using "use-ip-firewall" in the bridge...
Recently i send a supout.rif and waiting for an answer... the rare is after each reboot the current firmware in /system routerboard is cleaned...
Then share the ticket answer... Regards!
 
Lakis
Forum Veteran
Forum Veteran
Posts: 703
Joined: Wed Sep 23, 2009 7:52 pm

Re: v5.18 released

Wed Jul 04, 2012 8:08 pm

I have 4 SXT-SXT p2p link all good signal like from -58 to -65 all have good line of sight low interference signal quality 90-100% all mt 5.18

in nstreme protocol I have good throughput more than 50mbit TCP but can't use due disconnection problem it so often like sometimes 2 times a minute and more
with nv2 performans are degradeting like 50% less throughput bigger ping (due to nv2)

I m writing so long about nstreme problem not fixed yet
If someone have similar problem pls share it..
 
tatianab
just joined
Posts: 9
Joined: Fri Mar 16, 2012 10:03 pm

Re: v5.18 released

Thu Jul 05, 2012 10:49 pm

I hope this verison solve the wds problem, i couldnt get WDS (AP BRIDGE on all Routerboards) to work with v5.5. the links were stables, good signal and throughput, pings were about 50ms between all the APs but when clients started connecting the links were still stables but no ping response between all the APs and clients couldnt go on internet (network goes down).
Does this happen to anyone?
 
Roy
Frequent Visitor
Frequent Visitor
Posts: 75
Joined: Wed Jan 11, 2012 9:56 am

Re: v5.18 released

Fri Jul 06, 2012 5:40 am

WDS does not support 802.11n?
What's mikrotik's plan?


I test with 7ea(6 hopping) RB800 with Static Mesh
Result is 26Mbps.

When I test with AP-Station,,, up to 100Mbps.

Wish to up to 100Mbps at Static Mesh
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: v5.18 released

Fri Jul 06, 2012 3:01 pm

I do not believe that MikroTik will solve the problem of disconnection in NV2.
I'm changing my whole wireless network for 802.11 with dual ospf because I'm tired of waiting for a solution.

Dzieva.
excuse me for my english.
Try to increase your cell radius if you have disconnects.
 
crs
just joined
Posts: 18
Joined: Wed Mar 10, 2010 10:19 am

SSHD server problem?

Fri Jul 06, 2012 5:00 pm

Hi.

Recenlty I've upgraded most of my routers to 5.18. I didn't notice any problems except my script that synchronizes configuration between routers stopped working. I've made some investigation and I've noticed that RouterOS commands executed via ssh didn't return any output, but it only happens when my script runs from command line. Strange but it's a fact. I've created script with commands:
/usr/bin/ssh user@192.168.1.14 ":put [ /system identity get name ]"
/usr/bin/ssh user@192.168.1.17 ":put [ /system identity get name ]"
/usr/bin/ssh user@192.168.1.18 ":put [ /system identity get name ]"
Authentication is done via keys. Routers have RouterOS versions appropriate to their last IP octet f.e. 1.14 has version 5.14.

When I run this script from command line every router returns its identity, but when I set cront to run it, only .1.14 and 1.17 return identity. I've made a test downgrading router with 5.18 to 5.17 and it started working.

Any idea?
 
chojrak11
Member Candidate
Member Candidate
Posts: 131
Joined: Sun Apr 05, 2009 10:37 am

Re: SSHD server problem?

Fri Jul 06, 2012 5:04 pm

Hi.

Recenlty I've upgraded most of my routers to 5.18. I didn't notice any problems except my script that synchronizes configuration between routers stopped working. I've made some investigation and I've noticed that RouterOS commands executed via ssh didn't return any output, but it only happens when my script runs from command line. Strange but it's a fact. I've created script with commands:
/usr/bin/ssh user@192.168.1.14 ":put [ /system identity get name ]"
/usr/bin/ssh user@192.168.1.17 ":put [ /system identity get name ]"
/usr/bin/ssh user@192.168.1.18 ":put [ /system identity get name ]"
Authentication is done via keys. Routers have RouterOS versions appropriate to their last IP octet f.e. 1.14 has version 5.14.

When I run this script from command line every router returns its identity, but when I set cront to run it, only .1.14 and 1.17 return identity. I've made a test downgrading router with 5.18 to 5.17 and it started working.

Any idea?
Yeah on FreeBSD I'm getting randomly:
protocol error: expected control record
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: v5.18 released

Fri Jul 06, 2012 8:47 pm

For me nv2 is the best protocol for point to point and apart from having to make the cell radius bigger in some links to eliminate the disconnect problem I have found it really stable even in noisy environments specially when under heavy load.

I think the overall speed is not quite as fast as nstream because the tdma divides the up and down more equally but in terms of stability when the link is under a heavy load my tests show it to be far more stable latebcy wise specially if you have voip users.

I would say the secret with n and nv2 is having a good antenna with very good isolation between the polarity's.
 
crs
just joined
Posts: 18
Joined: Wed Mar 10, 2010 10:19 am

Re: SSHD server problem?

Mon Jul 09, 2012 10:15 am

Yeah on FreeBSD I'm getting randomly:
protocol error: expected control record
Can anybody else confirm? I've checked connection from FreeBSD and Ubuntu, and both behave the same way and this indicated that problem is on RouterOS side.
 
Hispeed2U
just joined
Posts: 5
Joined: Wed Jun 21, 2006 9:24 am

Re: v5.18 released

Mon Jul 09, 2012 7:56 pm

Summary of what I'm experiencing:
Low signals cause link to stop passing packets across link, but give no errors or disconnects.

Upgraded the AP and my home CPE from 5.14 to 5.18.
AP: RB435G with a XR5 card.
Home: RB711G-5HnD

CPE running single chain 0 as it is hooked up to an old antenna and the AP is only single chain antenna and card as well.

I am shooting through a big oak tree in my yard to a tower about 3 miles away and the signal is kinda crappy, but the status was good enough for me. -117 noise floor -80/-78 signal 77%/88% CCQ.

Before I upgraded to 5.18 I had a rock solid connection and never had a problem. After the upgrade I notice sporadically packets would just stop going across the wireless interface. usually when I had a bunch of traffic coming across the link it would just stop dead. (It may startup back on it's own after a minute or two.)

The CPE still stays connected and I see no error in log, just can't pass traffic at all. To start traffic again quickly I can disable the wireless interface on my CPE and re-enable it and as soon as it linked traffic would start back up.

Anyway I downgraded the CPE only back to 5.14 and am currently having no problems. Just though I would mention it as a possible problem.

With good signals I have not noticed any problems with 5.18 as I have our whole 30 AP and backhaul network upgraded to 5.18 and have had no packet loss through the system over a 48 hour period.
 
n21roadie
Forum Guru
Forum Guru
Posts: 1949
Joined: Fri Aug 07, 2009 10:36 pm
Location: Limerick,Ireland

Re: v5.18 released

Mon Jul 09, 2012 8:15 pm

For me nv2 is the best protocol for point to point and apart from having to make the cell radius bigger in some links to eliminate the disconnect problem I have found it really stable even in noisy environments specially when under heavy load.

I think the overall speed is not quite as fast as nstream because the tdma divides the up and down more equally but in terms of stability when the link is under a heavy load my tests show it to be far more stable latebcy wise specially if you have voip users.

I would say the secret with n and nv2 is having a good antenna with very good isolation between the polarity's.
....make the cell radius bigger in some links to eliminate the disconnect...


When you say make the cell radius bigger, how much?
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: v5.18 released

Mon Jul 09, 2012 9:04 pm

On a 30 km link over sea I had to go to 43km to solve it. For some reason the links over sea seem to need this.
 
n21roadie
Forum Guru
Forum Guru
Posts: 1949
Joined: Fri Aug 07, 2009 10:36 pm
Location: Limerick,Ireland

Re: v5.18 released

Mon Jul 09, 2012 10:58 pm

On a 30 km link over sea I had to go to 43km to solve it. For some reason the links over sea seem to need this.
I assume freznel zone clearance is OK on the link, also is "ducting" not a issue; http://forum.mikrotik.com/viewtopic.php ... de#p243074
http://forum.mikrotik.com/viewtopic.php ... de#p243074
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: v5.18 released

Tue Jul 10, 2012 1:41 am

Frezenel zone is OK. And yeah I would say with nv2 setting the distance longer helps with ducting for some reason.
 
n21roadie
Forum Guru
Forum Guru
Posts: 1949
Joined: Fri Aug 07, 2009 10:36 pm
Location: Limerick,Ireland

Re: v5.18 released

Tue Jul 10, 2012 2:22 am

Frezenel zone is OK. And yeah I would say with nv2 setting the distance longer helps with ducting for some reason.
Is it only with this link over water you had to increase cell radius and does the same apply to all links, as increasing the cell radius beyond what is required for PTP link could also cause the link to pick up interference from other devices which could be inside this bigger cell radius.
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: v5.18 released

Tue Jul 10, 2012 12:46 pm

Difficult to say as the links over the sea are usually the longer ones we do. Have a feeling I may have done that on other links too.
 
r0xmachine
just joined
Posts: 4
Joined: Tue Jul 10, 2012 4:16 pm

Re: v5.18 released

Tue Jul 10, 2012 4:25 pm

Another "STABLE" version... old problem like wireless disconnection remain....

I have different tower when I try to switch a rock solid and stable AP with routerOS 3.30 with 4.xx or 5.xx and 5.18,
I lose 20% of my clients with the same and known problem (wireless disconnection without any fu**ing reason).
How many stable versions i'm waiting... I'm tired...
 
r0xmachine
just joined
Posts: 4
Joined: Tue Jul 10, 2012 4:16 pm

Re: v5.18 released

Tue Jul 10, 2012 4:30 pm

Another "STABLE" version... old problem like wireless disconnection remain....

I have different tower when I try to switch a rock solid and stable AP with routerOS 3.30 with 4.xx or 5.xx and 5.18,
I lose 20% of my clients with the same and known problem (wireless disconnection without any fu**ing reason).
How many stable versions i'm waiting... I'm tired...
 
spire2z
Long time Member
Long time Member
Posts: 516
Joined: Mon Feb 14, 2005 2:48 am

Re: v5.18 released

Thu Jul 12, 2012 7:38 pm

increasing the cell radius beyond what is required for PTP link could also cause the link to pick up interference from other devices which could be inside this bigger cell radius.
I don't think it will make any difference to interference. I suspect that it's just the timing window size for the tdma and making it longer helps with any problems. I would say if you have interference it won't make any difference. The noise will still be there regardless of the settings.
 
User avatar
Alessio Garavano
Member
Member
Posts: 306
Joined: Sat May 29, 2004 12:49 am
Location: Corrientes, Argentina
Contact:

Re: v5.18 released

Wed Jul 18, 2012 6:10 am

Hello Janis, sorry but, after too many retries waiting an answer or news from your last reply e-mail on July 6th about the [Ticket#2012070466000031] Subject: RB110AHx2 rebooting each 2-3hs [...]

Hello Alessio,
It seems reboots are connected with hotspot. We are still examining supout.rif
file for more details.
Regards,
Janis Kirshteins


Can confirm if the 5.19 build on 16-july have some fix to the hotspot problem which you say to me can see in the supout.rif?

Thanks and regards!
 
aquiloni
just joined
Posts: 14
Joined: Thu Mar 07, 2013 9:52 pm

Re: v5.18 released

Fri Apr 26, 2013 12:14 am

I hope this verison solve the wds problem, i couldnt get WDS (AP BRIDGE on all Routerboards) to work with v5.5. the links were stables, good signal and throughput, pings were about 50ms between all the APs but when clients started connecting the links were still stables but no ping response between all the APs and clients couldnt go on internet (network goes down).
Does this happen to anyone?
Did this version solved the WDS Problem? I'm running several Grooves A2Hn in AP-AP WDS Bridge mode with version 5.9-5.11 with the same problems (WDS links perfectly active but network goes down no pings to APs)...

Who is online

Users browsing this forum: dtsamitros, NetworqAndy, zabloc and 67 guests