Community discussions

MikroTik App

Search found 3 matches

by rodrigobaliza
Tue Jul 15, 2008 5:43 pm
Forum: General
Topic: Servers Running Routeros 3.X Hangs in a Randomly Basis ?
Replies: 11
Views: 3437

Re: Servers Running Routeros 3.X Hangs in a Randomly Basis ?

it has been a really nightmare for me this issue. after upgrade my mkt from 2.9.51 to 3.10 (in a x86 system) it crashes randonly and i always have to restart it. lots of tests and nothing. i am thinking to downgrade the system...
by rodrigobaliza
Tue Aug 21, 2007 6:22 am
Forum: General
Topic: Impossible to drop ARES p2p
Replies: 14
Views: 3635

Re: Impossible to drop ARES p2p

try this: /ip firewall filter add chain=forward action=drop src-port=0 protocol=udp comment="Drop Ares UDP 0 src" disabled=no add chain=forward action=drop dst-port=0 protocol=udp comment="Drop Ares UDP 0 dst" disabled=no It finished my nightmares with this "evil" ares ...
by rodrigobaliza
Thu Aug 09, 2007 3:28 pm
Forum: General
Topic: hotspot dynamic queue and some resources
Replies: 8
Views: 3630

Re: hotspot dynamic queue and some resources

i was in same problem, but now it is working very well

the solution is create a script like this:
:foreach i in=[/queue simple find dynamic=yes ] do={ /queue simple move $i }

create the static queue you want and call this script from on_login int the user profile

simple like that :)