Community discussions

MikroTik App

Search found 19 matches

by Farhadgh
Sun Jul 05, 2015 8:17 pm
Forum: Announcements
Topic: v6.29 released
Replies: 191
Views: 76905

Re: v6.29 released

Hello Chupaka. I tested that again and it was working fine (after an unexpected shutdown). at that situation, I solved this by copying everything field by field (even copying dhcp arps in disabled=yes mode was making error with DX flags) and then removing every dynamic arp and enabling disable arps ...
by Farhadgh
Sun Jul 05, 2015 10:26 am
Forum: Announcements
Topic: v6.29 released
Replies: 191
Views: 76905

Re: v6.29 released

I can't make any of arp static due to "Couldn't add new ARP, Already have such ARP!" error.
It would be awesome if there was a command for that too. making static is only possible on gui (I know with some scripts it is possible. I mean something like "/ip arp set x static=yes")
by Farhadgh
Thu Feb 26, 2015 5:28 pm
Forum: General
Topic: Bug in "for" loop and firewall commands.
Replies: 5
Views: 2673

Re: Bug in "for" loop and firewall commands.

You can consider for example, this simpler situation. for i from=0 to=100 do={ip firewall mangle add chain=forward dst-address=10.10.10.0/24 action=mark-packet new-packet-mark=$i;ip firewall mangle add chain=forward packet-mark=!$i action=accept} Even if we create all packet marks first, by this com...
by Farhadgh
Thu Feb 26, 2015 5:09 pm
Forum: General
Topic: Bug in "for" loop and firewall commands.
Replies: 5
Views: 2673

Re: Bug in "for" loop and firewall commands.

Thanks for your editions, but non of these two approaches work. Main issue is that packet mark isn't created yet and mikrotik doesn't now that yet. these were not soloution to this problem. you can test it. It would be great if mikrotik could run this command.
by Farhadgh
Thu Feb 26, 2015 2:36 am
Forum: Announcements
Topic: RouterOS v6.27 released
Replies: 273
Views: 135002

Re: RouterOS v6.27 released

Hello normis. I wanted to inform you of this bug in case of you didn't read that:
http://forum.mikrotik.com/viewtopic.php?f=1&t=94415
It's making me a lot of effort.
by Farhadgh
Thu Feb 26, 2015 2:30 am
Forum: General
Topic: Bug in "for" loop and firewall commands.
Replies: 5
Views: 2673

Bug in "for" loop and firewall commands.

Hello Mikrotik. please fix this. I think this is a bug. in loops, packet-mark=!"something$i" doesn't work and I need to do it by hand. sometimes for large numbers (100 or 200). sample code: for i from=0 to=100 do={ip firewall mangle add chain=forward dst-address=10.10.10.0/24 action=mark-p...
by Farhadgh
Thu Feb 26, 2015 1:35 am
Forum: RouterBOARD hardware
Topic: Hardware request!
Replies: 5
Views: 2336

Hardware request!

Hello. I've seen hAP lite. Thats a good approach to see Mikrotik in more places. but have you ever considered making a Wireless router with ADSL 2+ input? That will target a wide range of customers having ADSL service. I have ADSL too. and I bridged my ADSL modem and made pppoe client in my router. ...
by Farhadgh
Thu May 29, 2014 8:55 pm
Forum: General
Topic: Feature request: TACAS+ Support
Replies: 2
Views: 1624

Re: Feature request: TACAS+ Support

That's good. but not enough. still you can't allow a user reach firewall rules while he can't change ppp rules. or add routes.
by Farhadgh
Thu May 29, 2014 8:23 pm
Forum: General
Topic: Feature request: TACAS+ Support
Replies: 2
Views: 1624

Feature request: TACAS+ Support

Hello Mikrotik. I always wanted to have admins with special write permissions. for example user A, can just add mangle rules and user B, can just manage ppp. user C is responsible for backups and restore and etc. at first I searched too much for applying these in my radius server till I saw this use...
by Farhadgh
Fri May 23, 2014 2:18 pm
Forum: Beginner Basics
Topic: Camera access from outside my network
Replies: 3
Views: 1281

Re: Camera access from outside my network

you should somehow reach your routers. if you haven't any public ip, then you should have public ip on where you want remote from. and then start a pptp or ip tunnel to that place. other ways exist. but not inside a router without a public ip.
by Farhadgh
Wed May 21, 2014 11:09 am
Forum: Beginner Basics
Topic: 2wans via rb951g,, not work,, this's code:
Replies: 4
Views: 1484

Re: 2wans via rb951g,, not work,, this's code:

you should just mark packets with destinations of 0.0.0.0/0 (with prerouting chain), then mark their connection, and then mark their routing. you can differ users route by their src-addresses, or destinations, or interfaces, or ... or you can route them from main ISP and set second route's distance ...
by Farhadgh
Wed May 21, 2014 8:28 am
Forum: General
Topic: queue
Replies: 3
Views: 1248

Re: queue

Sure. I consider that your router is configured with basic routes and dst/src nat rules. follower rules are based on what I think about your current config and maybe you need replace some current nat and mangle rules and routes with similar rules of mine (or you can send your current config so I wri...
by Farhadgh
Wed May 21, 2014 2:21 am
Forum: Beginner Basics
Topic: 2wans via rb951g,, not work,, this's code:
Replies: 4
Views: 1484

Re: 2wans via rb951g,, not work,, this's code:

You have mistakes in marking connections and recognizing wans to Mikrotik. also input chains are obviously wrong.
by Farhadgh
Wed May 21, 2014 12:19 am
Forum: General
Topic: Some Questions before purchasing
Replies: 2
Views: 1345

Re: Some Questions before purchasing

I don't know Tomato. but I do know Mikrotik. and it does absolutely EVERYTHING!! (Except doing dishes, Flying, Fishing, etc). and best part of it, is that you can configure your scenario in many many different ways. and sure it has advanced qos features. and in advanced works, its not a simple click...
by Farhadgh
Wed May 21, 2014 12:09 am
Forum: General
Topic: queue
Replies: 3
Views: 1248

Re: queue

Sure. you can mark their (web servers) connections and pass them through a queue of 10mbps. and pass rest of other bandwidth through another queue of 90mbps (there are many other ways based on your needs).
other questions are welcomed as well.
If answer was helpful, donate a karma :D
by Farhadgh
Tue May 20, 2014 11:57 pm
Forum: General
Topic: prerouting mangle and NAT fails with contains and layer 7
Replies: 1
Views: 1111

Re: prerouting mangle and NAT fails with contains and layer

Can you send your config?
by Farhadgh
Sun Feb 02, 2014 7:20 am
Forum: Beginner Basics
Topic: how to make web-filter by IP
Replies: 1
Views: 809

Re: how to make web-filter by IP

You can do this via L7 regex. or more simple, by "content". any questions are welcomed.
by Farhadgh
Sat Feb 01, 2014 10:37 pm
Forum: General
Topic: Limit bandwidth by mac address on RB750
Replies: 4
Views: 3191

Re: Limit bandwidth by mac address on RB750

You can do this, via Src. Mac Address for download limit, and L7 regex or content, for upload limit, and alternatively for download limit (with connection and packet marking).
by Farhadgh
Sat Feb 01, 2014 10:15 pm
Forum: Wireless Networking
Topic: Routing Wireless Network to external swtich
Replies: 3
Views: 1549

Re: Routing Wireless Network to external swtich

What device is your proxy server?