Community discussions

MikroTik App

Search found 227 matches

by dasiu
Sat Aug 20, 2011 11:33 am
Forum: General
Topic: How to limit users bandwidth on spesific connection ?
Replies: 6
Views: 1981

Re: How to limit users bandwidth on spesific connection ?

It should be possible by connection-bytes - just one simple rule, if connection bytes are over - let's say - 5M (connection-bytes=5000000-0) and in-interface is WAN, then add src-address to the address list
by dasiu
Sat Aug 20, 2011 10:41 am
Forum: General
Topic: Question about PCQ QOS in the Queue Tree.
Replies: 2
Views: 1387

Re: Question about PCQ QOS in the Queue Tree.

The question is; should the parent queues be left on ethernet default? if i set the queue type to pcq upload or download would that only allow for a 35 packet queue length for the entire tree under the parent? does it even matter since the only thing that needs to be queued between one another is t...
by dasiu
Sat Aug 20, 2011 10:15 am
Forum: General
Topic: Can connect to PPTP on LAN but not WAN?
Replies: 5
Views: 2412

Re: Can connect to PPTP on LAN but not WAN?

Have you tried to disconnect the pptp server from the WAN, and connect your other device there with an IP address of your provider (gateway)? I would check that. And - also - I would use torch, sniff, debug - to see if there is anything going :).
by dasiu
Sun Aug 14, 2011 10:05 am
Forum: General
Topic: Console has crashed
Replies: 5
Views: 1910

Re: Console has crashed

Reboot the router :)
Happens sometimes. Or if you type "/tool torch interface=<TAB>" - also crash... Seems to be an error with reading the interface list sometimes. Reboot (physical is better) solves the problem :).
by dasiu
Wed Aug 10, 2011 10:52 pm
Forum: General
Topic: [Solved] Trunk ports and vlan routing
Replies: 9
Views: 39063

Re: Trunk ports and vlan routing

dasiu, i tried your suggested solution and it works like a charm! Although I found a slight typo in your sample code (as far as I understand). Yeah, exactly - your understanding is absolutely correct! I just went easy and copy-pasted the vlan10 and changed interface - but forgot to change this (yea...
by dasiu
Wed Aug 10, 2011 5:05 pm
Forum: General
Topic: IPv6 Routing Problem
Replies: 4
Views: 1211

Re: IPv6 Routing Problem

I would recommend asking your provider :). The configuration you gave looks really strange... IP address assigned to any interface should have /64 mask, never /59... And the subnets on LAN and WAN should never "overlap"... Does the provider give you an IP address for WAN, or should it be r...
by dasiu
Wed Aug 10, 2011 12:54 pm
Forum: Scripting
Topic: How to seperate 2 wan for 2 differnt hotspot!!?
Replies: 9
Views: 3255

Re: How to seperate 2 wan for 2 differnt hotspot!!?

Thankx again!! But when i tried this add dst-address=0.0.0.0/0 routing-mark=to-wan1 gateway=1.1.1.1 distance=0 ////=== distance it cant be = 0 > Oh, really - in older versions of RouterOS distance could be 0. Anyway - just add 1 to everything ;-). Or - I would do it this way: /ip route add dst-addr...
by dasiu
Wed Aug 10, 2011 10:39 am
Forum: General
Topic: two network connection on one port?
Replies: 2
Views: 892

Re: two network connection on one port?

I'm a small WISP and recently purchased a 5Mbps Linear Ethernet connection with the local telco. (Fiber to the building handed off to me with cat5) I plugged in my Tik 450G router and to my surprise, it obtained an address from the Telco. Surprised at this, I ran a speedtest and I'm pulling 10Meg! ...
by dasiu
Wed Aug 10, 2011 10:27 am
Forum: Scripting
Topic: How to seperate 2 wan for 2 differnt hotspot!!?
Replies: 9
Views: 3255

Re: How to seperate 2 wan for 2 differnt hotspot!!?

i have one douts:!
add dst-address=0.0.0.0/0 routing-mark=to-wan1 gateway=GATEWAY OF LAN OR WAN? distance=0
Wan, of course :).
by dasiu
Wed Aug 10, 2011 3:24 am
Forum: General
Topic: [Solved] Trunk ports and vlan routing
Replies: 9
Views: 39063

Re: Trunk ports and vlan routing

1. By using MikroTik bridging - it is simple, but the trunk must not have a native vlan - all should be tagged. And - the worst part - it consumes CPU and the bandwidth will be low - wasting the gigabit ports. Then: /interface vlan add name=ether1vlan10 interface=ether1 vlan-id=10 /interface bridge ...
by dasiu
Wed Aug 10, 2011 2:18 am
Forum: The Dude
Topic: The Dude 4 beta 3 disconnects from SNMP on Mikrotik 5.x
Replies: 4
Views: 3632

Re: The Dude 4 beta 3 disconnects from SNMP on Mikrotik 5.x

I will just add - we have similar problem with Dude 4.0beta3 nad PC devices (non-MikroTik) monitored by SNMP. After few weeks of being OK the Dude doesn't see SNMP answers. Rebooting Dude server (running on Mikrotik x86 machine) helps - for the next few weeks ;-).
by dasiu
Fri Aug 05, 2011 4:53 pm
Forum: Beginner Basics
Topic: Download drastically dropped in simple home NAT
Replies: 7
Views: 2372

Re: Download drastically dropped in simple home NAT

Everything is basically working, but my dl speed dropped from 20 mbit to ~1 mbit. When I connect my PC directly to the modem it's back to normal. 1. Have you set the same MAC address on ether2 as on your computer? Do you receive the same IP address via DHCP? Maybe it's a problem with provider? 2. W...
by dasiu
Wed Jul 27, 2011 6:41 pm
Forum: General
Topic: Bridging and Hotspot at the same time
Replies: 4
Views: 1373

Re: Bridging and Hotspot at the same time

Don't forget to move IP address from ether1 to bridge. And also look for other places, for example /ip firewall nat - if there isn't a rule with "out-interface=ether1" (should be bridge) etc. If you are bridging ether1 and ether3 and you move every config from ether1 to bridge - then ether...
by dasiu
Tue Jul 26, 2011 6:20 pm
Forum: Forwarding Protocols
Topic: ftp port fowading
Replies: 7
Views: 3111

Re: ftp port fowading

/ip firewall service-port
But I think that janisk was asking to check if it is not disabled somewhere - it should be enabled for active FTP connection to be established ;-).

edit: Yeah, fewi was faster :).
by dasiu
Tue Jul 26, 2011 6:13 pm
Forum: General
Topic: snmp freq mib on AP
Replies: 2
Views: 1193

Re: snmp freq mib on AP

http://forum.mikrotik.com/viewtopic.php?f=8&t=38177 - I think that is exactly the same question :).
And - in advace - see this: http://lmgtfy.com/?q=mikrotik+wireless+frequency+oid and try next time - it will help you avoid waiting one week and bumping etc. ;-)
by dasiu
Tue Jul 26, 2011 3:20 pm
Forum: RouterBOARD hardware
Topic: RB1000 as bridge bandwidth manager
Replies: 6
Views: 1701

Re: RB1000 as bridge bandwidth manager

How can I shape traffics if flow is trunk (802.1Q)? Can I shape traffics using VLAN interface? Those anybody tried it before? You can do it if you bridge each vlan separately, not the ether interfaces :). For each vlan you create 2 interfaces (one on each ether, ex. vlan10ether1, vlan10ether2, vlan...
by dasiu
Tue Jul 26, 2011 3:13 pm
Forum: General
Topic: wrong firewall selected on my radio 411ah
Replies: 6
Views: 1306

Re: wrong firewall selected on my radio 411ah

Of course - you should be connected to the same subnet as the router (either directly with your computer, or have any MT you can access, that is on the same subnet) - and then check. If you didn't disable "/ip neighbor discovery" - the MAC should be visible in "/ip neighbor" (on ...
by dasiu
Tue Jul 26, 2011 2:35 pm
Forum: General
Topic: wrong firewall selected on my radio 411ah
Replies: 6
Views: 1306

Re: wrong firewall selected on my radio 411ah

Maybe mac-telnet will work? If the problem is in firewall - I assume you block only IP communication, mac-telnet (or mac-winbox) should still work...
by dasiu
Tue Jul 26, 2011 2:30 pm
Forum: General
Topic: mikrotik queue configuration problem on 433ah
Replies: 2
Views: 1043

Re: mikrotik queue configuration problem on 433ah

I'm sure, that there are plenty of people eager to help you...
... just after you paste your queue config and explain exactly the goal you want to achieve ;-).
(simple "/queue export" takes less than 15 seconds :) )
by dasiu
Mon Jul 25, 2011 4:07 pm
Forum: Scripting
Topic: Scripting help
Replies: 3
Views: 1211

Re: Scripting help

"remote device" - means connected via wireless? If so - wireless scan disconnects the connection for the time of running the scan. Maybe that's the problem?
by dasiu
Mon Jul 25, 2011 4:01 pm
Forum: Wireless Networking
Topic: MAC ping vs regular ping
Replies: 4
Views: 1717

Re: MAC ping vs regular ping

What is % of the loss? And have you tried pinging with size=500, 1000, 1450? Does the loss grow with packet size? :)
by dasiu
Mon Jul 25, 2011 1:54 am
Forum: Beginner Basics
Topic: Bridging Problem
Replies: 3
Views: 1182

Re: Bridging Problem

When using bridge (i.e. bridging ether1 and ether2), you should add IP address ONLY on bridge interface. You don't even have to have IP address for the bridge to be working :). But no IP address should be configured on ether1 and ether2 :). Then you can diagnose - check ping from the computer to the...
by dasiu
Sun Jul 24, 2011 1:43 am
Forum: RouterBOARD hardware
Topic: Voltage query...
Replies: 2
Views: 1032

Re: Voltage query...

Of course, you can! :) 24V is "fixed" voltage, and 2A is MAXIMUM amperage the power supply can produce. How much of the amperage is actually produced - depends on the device connected to the power supply (it is proportional to the power in Watts). So you only have to worry to have proper v...
by dasiu
Tue Jun 21, 2011 5:41 pm
Forum: RouterBOARD hardware
Topic: RB751
Replies: 73
Views: 26129

Re: RB751

Few weeks passed, so let me join to the group of people asking the question 8) :
Is there anything new known about the RB-751 devices? When will they be ready? What would be the cost (approximately)? Are they still "almost ready", or has anything changed? :)
by dasiu
Thu Jun 18, 2009 4:07 pm
Forum: General
Topic: DHCP server when Radius goes offline
Replies: 3
Views: 1577

Re: DHCP server when Radius goes offline

Thanks for information and for the idea! :)
I will try to write the script soon ;).
by dasiu
Wed Jun 17, 2009 4:01 pm
Forum: General
Topic: DHCP server when Radius goes offline
Replies: 3
Views: 1577

DHCP server when Radius goes offline

I am wondering about one question. I have a RouterOS router with dhcp server using Radius. When a known mac-address tries to connect, it gets good IP address from Radius database. If the MAC is unknown, it gets a dhcp lease from a pool defined on the router. It works fine. But when Radius connection...
by dasiu
Thu Feb 26, 2009 11:56 pm
Forum: The Dude
Topic: dude-3.1.npk is broken!
Replies: 16
Views: 4995

Re: dude-3.1.npk is broken!

There is definitely a problem: RB433, ROSv3.20, Dude v3.1 - downloaded it 2 times, still thinks that the npk is broken.
Is there anyone, who succeeded in installing Dude package with a configuration like that?