Page 1 of 1

stable mikrotik ? :(

Posted: Tue Oct 19, 2004 11:42 am
by mateo
telnet://159.148.147.225:23/

mikrotik v2.8.16
Login: demo
Password:

could not connect to console, try rebooting the router

I'm surprised ...

Posted: Tue Oct 19, 2004 11:45 am
by normis
I'm surprised too. Can you upgrade it to 2.8.17 (18) ? If you can connect with keyboard and monitor, do the command `system check-install` and see if there are any errors displayed. If not, make a supout.rif file and send it to us.

Posted: Tue Oct 19, 2004 11:46 am
by cmit
Ooops... What are the rights the "demo" user has in user management? (/user print)

Re: stable mikrotik ? :(

Posted: Tue Oct 19, 2004 11:52 am
by mateo
telnet://159.148.147.225:23/

mikrotik v2.8.16
Login: demo
Password:

could not connect to console, try rebooting the router

I'm surprised ...
that host is: http://demo.mt.lv :wink:

Posted: Tue Oct 19, 2004 11:55 am
by normis
OMG :D stupid me .. :D

Posted: Tue Oct 19, 2004 12:33 pm
by normis
it's back online

Posted: Tue Oct 19, 2004 1:12 pm
by mip
it's back online
What was the problem?

'Cause I have a 2.7.20 system with the same problem: no telnet, no console, just winbox. And no log :(

Posted: Tue Oct 19, 2004 1:46 pm
by normis
reboot + upgrade. problem gone

Posted: Tue Oct 19, 2004 1:53 pm
by mip
reboot + upgrade. problem gone
not upgradable, moe than a year old, and its a wired router, so not for why to upgrade. Reboot did not help. I can use it as a router, but still it would be better to log on localy too in any case.

Posted: Tue Oct 19, 2004 1:59 pm
by normis
for 2.7 i can't tell you if there were any issues, i don't remember anything like it. maybe unstabile hardware? did you try power cycle (power off, power on)? remove any unused packages from it, then reboot normally (sys reboot).

Posted: Tue Oct 19, 2004 2:03 pm
by mip
for 2.7 i can't tell you if there were any issues, i don't remember anything like it. maybe unstabile hardware? did you try power cycle (power off, power on)? remove any unused packages from it, then reboot normally (sys reboot).
I will try remove unneeded packages, and do the reboot. I can do it only after midnight, because a huge traffic goes througt it now.
Thanks for help, I will report tomorow.

Posted: Tue Oct 19, 2004 2:08 pm
by Borage
I had the same problem, after a few days, the only solution was CTRL+ALT+DEL

I upgraded my test router to 2.8.17 after I discovered this problem.

Posted: Tue Oct 19, 2004 2:59 pm
by mateo
reboot + upgrade. problem gone
now winbox dosen't work anymore
first click & goodbye

Posted: Tue Oct 19, 2004 3:01 pm
by normis
you mean on the demo router? checked. works for me

Posted: Tue Oct 19, 2004 3:29 pm
by mateo
you mean on the demo router? checked. works for me
for me don't
winbox downloaded from demo.mt.lv
Win XP SP2
after clicking interfaces i've get worng username

Posted: Tue Oct 19, 2004 3:33 pm
by normis
same setup here. XP Sp2, Winbox downloaded from demo.mt.lv and No problems. Try another computer and see what happens there

Posted: Tue Oct 19, 2004 5:54 pm
by Borage
I'm surprised too. Can you upgrade it to 2.8.17 ( 18 )
.18?

Where can this version be downloaded?

Posted: Tue Oct 19, 2004 8:49 pm
by [ASM]
I'm surprised too. Can you upgrade it to 2.8.17 ( 18 )
.18?

Where can this version be downloaded?
I wanted to ask the same ;) When it will be released?

Posted: Wed Oct 20, 2004 12:43 am
by Michaelg
Hopefully not before the package is 100% stable.

Posted: Wed Oct 20, 2004 9:36 am
by normis
I'm surprised too. Can you upgrade it to 2.8.17 ( 18 )
.18?

Where can this version be downloaded?
I wanted to ask the same ;) When it will be released?
I meant `upgrade to 2.8.17 or .18 when it is released`. We have it on the demo router, and it is being tested on other routers as well. We will release it when it's ready

Posted: Thu Oct 21, 2004 7:04 pm
by Borage
I cannot login to the demo router, what is wrong?

Posted: Fri Oct 22, 2004 10:57 am
by normis
nothing. it works fine

Posted: Fri Oct 22, 2004 11:18 am
by cmit
Fine for me, too... :D

Posted: Fri Oct 22, 2004 12:07 pm
by Borage
It works fine now, but yesterday, I got wrong username or password when I tried to login with user demo with no password. :wink:

Now I have forgotten why I wanted to login to it. :cry:

Posted: Sat Oct 23, 2004 1:23 pm
by Borage
I got the same problem again, so there must be a limit of how many demo user that can login at the same time. I'ld like to know the maximum number of demo user that can concurrently login to the demo account, and how to set this in Mikrotik.

Posted: Mon Oct 25, 2004 10:56 am
by normis
there is no such limit. check your internet connectivity - maybe it just times out.

Posted: Tue Oct 26, 2004 3:10 am
by Borage
I didn't had a timeout, I got the error message wrong user name or wrong password. I tried to login 4-5 times with the same error messages. It's a small risk that I tried to login to my own router, but I'm pretty sure that MikroTik 2.8.18 wasn't even available for download at that time when I got this error message. I also got this error in my own router with 2.8.16, but it's very seldom.

Posted: Tue Oct 26, 2004 6:05 pm
by Borage
Now I'm 100% sure that I didn't do anything wrong when I tried to login. Can anyone here verify that you cannot login to the demo router.

Here is the error message.
Login: demo
Password:
Login failed, incorrect username or password
Edit: I tried again 5-10 minutes after i got the login error, and now it works. Very strange error. Anyway, I saw that there is a running script in the router, and I wonder if that has something to do with the problem?
:global nam; :global temp
:set temp 0;
:foreach e in [/user find] do={
    :set nam [/user get $e name];
    :if ($nam="demo") do={/user set $e password="";
        :incr temp}};
:if ($temp=0) do={/user add name=demo group=demo}
Another edit:

Oh my god, I'm dumb! :D

The script is for if someone change the password of the demo user, it will change it back to normal ie. no password for the user.