Community discussions

MikroTik App

Search found 6 matches

by robtx
Mon Jul 10, 2017 3:13 am
Forum: Scripting
Topic: IPv6 Temporary addresses to Queue target
Replies: 2
Views: 1091

Re: IPv6 Temporary addresses to Queue target

Ok, well here is my v0.5 for anyone who is interested. It comes in 2 parts, the main script which looks for the systems in /ip fire add list="qsys" for IP addresses and the Queue they are related to in comment. It goes and gets the MAC address (if it exists) from /ip arp table. It then cro...
by robtx
Sun Jul 09, 2017 8:30 am
Forum: Scripting
Topic: IPv6 Temporary addresses to Queue target
Replies: 2
Views: 1091

Re: IPv6 Temporary addresses to Queue target

Okay, Solved : Bad IP address in the address list (192.167.x.x vs. 192.168.x.x so there was no MAC to lookup. However, this did make me put in a (:len [/ip mac find address=$ladd]) if statement to check for an ARP table entry before looking for it to avoid the error and script termination. I've set ...
by robtx
Sat Jul 08, 2017 10:16 pm
Forum: Scripting
Topic: IPv6 Temporary addresses to Queue target
Replies: 2
Views: 1091

IPv6 Temporary addresses to Queue target

I have done a search and haven't found anything, but I thought I would check first before embarking on this little project. Environment: Home 25Mbit/300Mbit with 38 devices (yes, 38...NAS(x2), managed switch, 3xAPs, speakers, ipads, iphones, TV's, Macs, etc.) Peered/failover isc-dhcpd with all stati...
by robtx
Sat Jul 01, 2017 3:52 am
Forum: General
Topic: [Solved] PCQ Rate and Simple Queue - Per IP Shaping Problem
Replies: 22
Views: 21056

Re: PCQ Rate and Simple Queue - Per IP Shaping Problem

Try these settings. once you have this workign ask questions on what you would like to understand more on then we can assist further or provide explanation. /queue type add kind=pcq name=pcq-down-10M pcq-classifier=dst-address pcq-rate=10M pcq-total-limit=2000KiB add kind=pcq name=pcq-upload-3M pcq...
by robtx
Wed Jun 28, 2017 11:09 pm
Forum: General
Topic: Making IPv6 addresses work with ISC-DHCPv6
Replies: 1
Views: 684

Making IPv6 addresses work with ISC-DHCPv6

Greetings good folks, I've managed to get IPv6 running on my network and routing (with firewall, of course) to the world. I've got a /56 from my provider. I'm a fairly happy camper. I can add the AAAA records to my bind9 server without issues, but they don't stay static, of course. The issue I want ...
by robtx
Wed Jun 21, 2017 8:16 am
Forum: Beginner Basics
Topic: First try at Queues
Replies: 0
Views: 459

First try at Queues

Greetings, I'm trying to setup a set of simple queue's with a parent queue over two child queues (with the child queues confusingly named Kids and Parents). It seemed like the right thing to do to create a parent queue for the two child queues, but I don't know if that is true. Here are my queues, i...