Networking • Automation • Occasional Podcasting

Category: Networking

  • Mikrotik Proxy/Caching Server Test Script
    , ,

    Mikrotik Proxy/Caching Server Test Script

    So Jason paid me to write this script so everyone say thanks to his insane self for the script. What he needed was a way to disable or enable his proxy NAT rules for his caching server depending on whether or not the service appears to be online. He’s using a simple destination NAT rule…

  • Cisco Callmanager 4 Delete User From Global Directory – Object Not Found
    , ,

    Cisco Callmanager 4 Delete User From Global Directory – Object Not Found

    After attempting to delete users from my callmanager directory I was confronted with a Javascript error stating “Object not found”. When I compared my MLA Enterprise Parameters to the LDAP configuration I found it was referencing an LDAP entry that didn’t exist! All one must do is compare your base LDAP zone to that listed…

  • Connect To Cisco Callmanager 4 LDAP
    ,

    Connect To Cisco Callmanager 4 LDAP

    While trouble shooting some issues I needed to connect into my callmanager’s LDAP database. To do so, open the LDAP config file. c:\dcdsrvr\DirectoryConfiguration.ini [ldap] RETRYDELAY=5000 ldapURL=ldap://CISCOCCM1:8404 dn=cn=Directory Manager, o=cisco.com passwd=0c111104761331001c99 ciscoBase=o=cisco.com dirType=Default dirAccess=true useSSL=true ldapsURL=ldap://CISCOCCM1:8405 Note the port in “ldapURL”. Note also the “dn”. Connect using your favorite LDAP program(I like LDAP admin). Set security…

  • ,

    Mikrotik ROS V5.8

    Handful of updates. What’s new in 5.8 (2011-Nov-01 10:14): *) snmp – fixed problem where some rows were missed in a few tables when walking them; *) ipv6 – added support for router address assignment from ipv6 pools; *) routerboard – fix RB400/RB700 bootloader upgrade problem *) radius – respond to CoA & Disconnect requests…

  • Cisco Callmanager 4 DCOM Error
    , ,

    Cisco Callmanager 4 DCOM Error

    If you happen to be getting a DCOM error attributed to the SQLSvc, it will most likely look like the following: Event Type: Error Event Source: DCOM Event Category: None Event ID: 10009 User: CISCOCCM1\SQLSvc Computer: CISCOCCM1 Description: DCOM was unable to communicate with the computer CICSOCCM2 using any of the configured protocols. What it…

  • , ,

    Wispapalloza 2011 Presentation Recordings

    Justin Miller over at VA Skywire was kind enough to send along the recordings be made of some WISPA presentations. Here’s the zip file that contains them all: Presentations are: Knowledge Exchange A Marketing Panel whichi will discuss and share experiences and techniques which will guide the particpants to successful marketing campaigns. Luncheon – Craig…

  • Ubiquiti Edge OS

    So at last Thursday’s Airmax convention type thing Ubiquiti announced that they are going to be running their own routing OS, EdgeOS. From what I understand it is repackaged Vyatta. Vyatta has a community edition, and I’m going to operate under the assumption that this is what Edge is based on. It looks like they’ve…