Latest posts
-
RouterOS V6.7 Released
What\\’s new in 6.7 (2013-Nov-29 13:37): *) support Android usb tethering interface; What’s all this action about…I can plug my phone in and tether with a Mikrotik…yes please! *) ipsec – added aes-gcm icv16 encryption mode; *) ipsec – added aes-ctr encryption mode; *) ipsec – added sha256 and sha512 support; *) ipsec – proposal…
-
Mikrotik ROS V6.6 Released
What’s new in 6.6 (2013-Nov-07 13:04): *) winbox – fixed problem where all previous session opened windows were read only; – This was annoying *) certificate – no more \’reset-certificate-cache\’ and \’decrypt\’ commands, private keys can be decrypted only on \’import\’, use \’decrypt\’ before upgrade if needed; *) fixed arp-reply only with more than one…
-
VLANs In Centos 6
Creating VLANs in centos 6 is simple…well, it’s supposed to be. # cat /etc/sysconfig/network-scripts/ifcfg-eth1.58 VLAN=yes DEVICE=eth1.58 NM_CONTROLLED=no ONBOOT=yes BOOTPROTO=static IPADDR=x.y.z.w NETMASK=a.b.c.d For me, though, not so much. I have a CSV with about 200 VLANs that need to be created, so I wrote a quick autoit script to whip up the config files…no biggie. I…
-
Border Router QoS Script For Mikrotik
******UPDATED 1/16/2014 – overall update, V6 support****** ******UPDATED 1/17/2014 – added some additional xbox one ports****** I’ve been using a derivative of this script successfully for quite some time now. In the past I’ve charged for it, but since I’ve had so little time for you guys lately I decided to hand this out for…
-

USA MUM 2013 New Products
Some of this might not be brand new, but it was new to me, so shut it. Sorry for the terrible pics…they were on my cell and the projector is pretty terrible. Groove52 2 or 5 ghz software selectable in single unit – SDR much? Shipping with omni antenna ccr1036-8g-2s+ 2 sfp+ 8 gig ether…
-
Installing Rancid On Centos
I actually installed Rancid on my newest CactiEZ install. Rancid is a device configuration backup service. To view the CVS files that are created I used CVSweb. I started with this tutorial to install Rancid on Centos…an extremely useful tutorial. Once this was working I pulled the newest files from the CVSweb site. I dropped…
-

Pull Signal From Chromecast
For some reason you can’t easily see the signal strength from your chromecast…unless you hit it with a special url. You can do the following to view XML that will give you the details. http://192.168.88.242:8008/setup/eureka_info?options=detail Just be sure to change the IP to that of your own Chromecast. Notice that the chromecast runs on port…