Community discussions

MikroTik App

Search found 21 matches

by kevin_i_orourke
Mon Mar 10, 2008 8:07 am
Forum: General
Topic: Prioritising traffic by Hotspot user profile
Replies: 3
Views: 2039

Re: Prioritising traffic by Hotspot user profile

Sorry, I never did get this to work properly.
by kevin_i_orourke
Tue Aug 21, 2007 1:21 pm
Forum: Scripting
Topic: Searching tracked connections
Replies: 2
Views: 1628

Re: Searching tracked connections

I don't think that there are some kind of wildcards, but you can do this with simple script: :foreach i in=[/ip firewall connection find ] do={ :if ( [:find [/ip firewall connection get $i src-address] 192.168.0.112 ] >= 0 ) do={ :put ( [/ip firewall connection get $i src-address] . " " ....
by kevin_i_orourke
Tue Aug 21, 2007 12:53 pm
Forum: Scripting
Topic: Searching tracked connections
Replies: 2
Views: 1628

Searching tracked connections

I've been looking at the "/ ip firewall connection" list recently and trying to search it based on src-address and dst-address. The problem is that it seems to require that you specify a port number, so that: :put [find src-address=192.168.0.112] returns nothing. Instead I'd have to print ...
by kevin_i_orourke
Tue Aug 21, 2007 12:21 pm
Forum: General
Topic: Limiting user connections to a single host
Replies: 2
Views: 1079

Re: Limiting user connections to a single host

---- Hai,... :wink: yes, you can add rule like this and put on top rule . /ip fire filt add chain=forward prot=tcp tcp-flag=syn connection-limit=6,32 acti=drop it mean 6th connection will drop. Thanks for the reply. Doesn't that just mean that each local IP address only gets allowed 5 connections t...
by kevin_i_orourke
Tue Aug 21, 2007 10:52 am
Forum: General
Topic: Limiting user connections to a single host
Replies: 2
Views: 1079

Limiting user connections to a single host

I'm having problems with bandwidth-hogging users on our satellite internet connection. The current biggest issue seems to be people using "download accelerators". Some component in the system (probably the V-SAT modem) seems to share bandwidth equally between all connections. So if you're ...
by kevin_i_orourke
Mon Jul 02, 2007 11:07 am
Forum: The User Manager
Topic: A couple of bugs in web interface?
Replies: 3
Views: 1811

Re: A couple of bugs in web interface?

1) About the issue related to Unicode characters, it will be fixed in the upcoming RouterOS version. However it is possible to specify code instead of character, e.g. USD instead of $, EUR instead of €. The only problem with using the code is that no-one in Nigeria is familiar with it, they wouldn'...
by kevin_i_orourke
Wed Jun 27, 2007 6:31 pm
Forum: General
Topic: Winbox problems with 2.9.43
Replies: 2
Views: 974

Re: Winbox problems with 2.9.43

mac is very unstable connection as tcp/ip take care of packet retransmissions end everything (ethernet), and if you use this in secure mode, then even more unstable it becomes. it is advised to use mac-winbox only if there is no other choice left and you have to connect to device (like there is no ...
by kevin_i_orourke
Wed Jun 27, 2007 4:52 pm
Forum: General
Topic: Winbox problems with 2.9.43
Replies: 2
Views: 974

Winbox problems with 2.9.43

I just upgraded to RouterOS 2.9.43 and Winbox immediately stopped working. It loads and looks OK, but most of the windows (for example IP -> Hotspot -> Active) contain no data. If I open a terminal from within Winbox I get an empty terminal window. However, if I change to using TCP/IP to connect to ...
by kevin_i_orourke
Wed Jun 27, 2007 3:58 pm
Forum: The User Manager
Topic: A couple of bugs in web interface?
Replies: 3
Views: 1811

A couple of bugs in web interface?

I've been trying out User Manager today and noticed a couple of little problems in v2.9.42: We're in Nigeria, where the currency is the Naira (symbol Unicode 20A6), if I try to set the currency for a customer to the HTML entity ₦ it is ignored. If I paste in the character (from Windows Ch...
by kevin_i_orourke
Thu May 24, 2007 11:21 am
Forum: General
Topic: Simple queue priorities
Replies: 2
Views: 1344

You can not achieve much of an effect with priorities for downstream traffic on your end of the link. Priority queueing of your downloads should be performed on the ISP's router at the other end of the link. Ah yes. Unfortunately we have no control over these things at the ISP's end. Satellite ISPs...
by kevin_i_orourke
Wed May 23, 2007 5:47 pm
Forum: General
Topic: Simple queue priorities
Replies: 2
Views: 1344

Simple queue priorities

I've been experimenting with Hotspot user profile rate limiting, to try and prevent some of our users (kids in the staff quarters) hogging all our bandwidth (a measly 128Kbps downlink). It seems to be working, apart from the relative priorities. For example, I've set the staff quarters users to prio...
by kevin_i_orourke
Thu Nov 30, 2006 11:26 am
Forum: General
Topic: Prioritising traffic by Hotspot user profile
Replies: 3
Views: 2039

Prioritising traffic by Hotspot user profile

This follows on from a previous post where I was trying to work out how to do bandwidth limits per user that changed over time. I've now come to the conclusion that that would probably be too complicated, so I'm thinking that some system that prioritised traffic depending on the user's hotspot profi...
by kevin_i_orourke
Tue Nov 28, 2006 5:22 pm
Forum: General
Topic: Per-user bandwidth limiting at different times of day
Replies: 6
Views: 2796

OK, I've been looking through the manual and trying to get a better understanding of queues. So I think I should be able to add a packet mark for each hotspot user profile, for example our staff quarters users (profile 'residence') would have their packets marked differently from staff in their offi...
by kevin_i_orourke
Mon Nov 27, 2006 10:22 am
Forum: General
Topic: Per-user bandwidth limiting at different times of day
Replies: 6
Views: 2796

How about 64Kbits, same performance as a 56k modem operation FLEX. Useable for internet but not hogging to the available bandwidth 64Kbit/s is half of our bandwidth, so the per-user limit would need to be set lower than that. Or maybe I can just have all the 'residence' users sharing 32 Kbit/s betw...
by kevin_i_orourke
Fri Nov 24, 2006 4:57 pm
Forum: General
Topic: Delay on remote logging
Replies: 0
Views: 903

Delay on remote logging

I'm trying to log what URLs my users are requesting, so that I can present them with evidence that they're abusing our (very restricted) bandwidth downloading porn. My logging config is: > /system logging print Flags: X - disabled, I - invalid # TOPICS ACTION PREFIX 0 info memory 1 error memory 2 wa...
by kevin_i_orourke
Fri Nov 24, 2006 4:50 pm
Forum: General
Topic: Per-user bandwidth limiting at different times of day
Replies: 6
Views: 2796

OT: You know that 5kbit are only 625byte/s ... even a GPRS connection is faster?!! Do you think of 5kbit per user or do you want to share it among all? It is a little bit slow, just the first number that popped into my head. If they keep accessing the kind of sites (porn, mostly) that they are just...
by kevin_i_orourke
Fri Nov 24, 2006 12:25 pm
Forum: General
Topic: Per-user bandwidth limiting at different times of day
Replies: 6
Views: 2796

Per-user bandwidth limiting at different times of day

Our network has a mixture of different types of users, including wireless connections from the staff housing on campus. At the moment some of the staff kids are on vacation from college and are clogging up our 128/64 kbit/s VSAT link during the day. During the night I don't care what they do. Is it ...
by kevin_i_orourke
Tue Aug 29, 2006 4:20 pm
Forum: General
Topic: Walled garden settings to allow Windows and AV updates
Replies: 2
Views: 1957

Walled garden settings to allow Windows and AV updates

Has anyone set up the walled garden on their router to allow access to Windows Update and McAfee anti-virus updates?

I've been trying to work out what URLs I need to allow, but neither of those make it easy.

Kevin
by kevin_i_orourke
Tue Aug 22, 2006 10:59 am
Forum: General
Topic: Bandwidth sharing (prioritising DNS)
Replies: 5
Views: 3399

Oops, I added the last mangle rule but forgot to move it to the correct position.

Thanks for the help, I'm hoping this will improve things a bit.

Kevin
by kevin_i_orourke
Mon Aug 21, 2006 4:32 pm
Forum: General
Topic: Bandwidth sharing (prioritising DNS)
Replies: 5
Views: 3399

OK, I now have /ip firewall mangle (including my two preexisting rules): Flags: X - disabled, I - invalid, D - dynamic 0 chain=forward src-address=192.168.0.0/24 action=mark-connection new-connection-mark=users-con passthrough=yes 1 chain=forward connection-mark=users-con action=mark-packet new-pack...
by kevin_i_orourke
Mon Aug 21, 2006 1:26 pm
Forum: General
Topic: Bandwidth sharing (prioritising DNS)
Replies: 5
Views: 3399

Bandwidth sharing (prioritising DNS)

I'm quite new to MikroTik and still struggling a bit. We have a 128/64 Kib satellite link for our internet connectivity, which works fine until somebody starts a large download. At that point DNS lookups get very slow and usually stop working. I've followed the instructions in the MikroTik reference...