!help 89With? *With? anyone know why i'd be getting silent broken pipes to my vps on kvr14 lately? mus1cb0x: what OS? fbsd 9.2 same as another vps on another kvr which doesn't break pipe Is there such a thing as a development version of the internet, a place where one can test BGP configurations without the risk of messing up any production networks? labs build a lab w/a few devices that speak bgp then you can simulate to your heart's content mnathani: it's called a local network if you want a full route table you can probably get one passively that you can't route you can't really mess up much with bgp as long as both ends have filters. so if the other end filters what ip addreses you can adverrtise, you just set aside those ip's to advertise and make sure they're not in use from other things then advertise those ip's... and you can use a private asn if you don't have a bgp asn Definitely need to start with a private ASN does IPv6 work pretty much the same as v4 with BGP? you can reuse an asn in more than one place on a network yeah you have ipv4 and ipv6 bgp sessions separate and ipv4 is over ipv4 and ipv6 is over ipv6 subnetting is more complicated :) cos so many ip's to choose for link address but lots of people are using /64s to connect to each other on ipv6 and /30s on ipv4 in theory you can use /31s and /127s > /48 per site nah for the link address to the bgp neighbour for directly connected links right i wonder what arp does a /48 is like 65000 /64s right? a /64 can lead to neighbour discovery err implies which isn't really necessary for connecting point to point links Event if you do use a /127 you are not likely to use any other subnets from that /64 for anything else? blah blah power problems POWAR How would I test packet prioritization on a local LAN? use iperf to blast udp traffic? if voip traffic was being prioritized - the iperf traffic should transmit with a lower priority / dropped packets? yeh where's it being prioritised? if you go gigabit -> 100 megabit -> 10 megabit presently in a mikrotik vm wehre 100 to 10 is the itnernet and gigabit to 100 megabit is the router then flooding 100 megabit will still give you issues but you should be able to flood 20 megabit and have a voice call usually fast to slow connectinos don't work very well without aqm I guess I would flood with the prioritization disabled to compare and switches don't normally have good aqm if you're going gigabit to gigabit to 100 megabit then linux can congest the queue on the ethernet reducing txqueuelen or using aqm can help fq_codel is kind of cool and easy to configure, and works fine at gigabit speeds tc qdisc add dev eth0 root fq_codel only in recent kernels though on older stuff i would normally just use sfq but sfq doesn't work well for things like bittorrent, but it's generally fine for light networks ie mixing buik/interactive sfq is basicallyl like having 8 queues and randomly splitting between them so it usually works but if you have lots of bulk senders it doesn't tend to work it may not be as bad as without, but won't really fix things normal linux has some prioritisation too but you have to reduce queue length to really benefit and uhh change ring size on the ethernet driver w/mikrotik it's easier to use a queue tree w/global queues and subqueues makes it easier to visualize the traffic too as far as impact of qos on it, ensuring stuff you expect to be hitting a particular queue is in fact hitting it and being impacted the way you intend how does the 'priority' field work, presently my queue has it set to 8 is higher better, or lower? and the queue types confuses me: pfifo vs sfq, vs pcq, vs red i wouldn't even touch priorities myself just use aqm voip is pretty tolerant skype is worse because you tend to talk to people further away,.. http://wiki.mikrotik.com/wiki/Manual:Queues_-_PCQ you can only relaly fix outbound traffic too ehh, you can apply downstream limiters to prevent latency from spiking can you do something like allow download upto and untill ping to certain destination gets higher than desired limit, kind of variabla like that? i just tested with my particular connection pull down a ton of traffic, note when latency starts getting out of hand, limit to a point before that same with upstream with my 50/10 at home, it ends up being 48 down 8 up so once those limits are set, pretty much no amount of downloading would drastically increase latency? right i could saturate my downstream at home to 48mbit without latency and jitter getting wacky so i rate limit traffic to 48 down, 8 up and then assign classes to traffic types to give higher priority to certain traffic the higher priority part allows multiple high-bandwidth applications to operate on my network without degrading voice or gaming or whatever my goal was to make it possible for me to play $somegame with my wife streaming HD video from amazon or netflix without impacting gameplay was trying to see if i had a copy of my mikrotik config somewhere as an example. seems like i don't what mikrotik model do you use? i had an rb450g for a long time, it was an early hw rev and had some power circuitry issues. when it died, i swapped it for an rb1100ahx2 because i got a good deal on it ($200) and ended up selling that to buy an SRX210he because the 1100 was way too quirky for me mnathani: fq_codel is meant to behave kind of like that http://www.bufferbloat.net/projects/codel/wiki