Articles by Scott Hebert

  1. Perl, ntop and Odd Hash Assignments

    Posted on in Programming

    Camel with FurThis is a silly mistake that can be easily avoided.

    I was working on a Perl script that grabbed network traffic information from my ntop server and reported on it. ntop provides an <acronym title="Application Program Interface">API</acronym> that specifically supports Perl. Although I was seeing the data …

  2. Giving BlogRush A Whirl

    Posted on in Graphics Design

    BlogRush Logo As you can see, I'm giving a new widget a whirl. BlogRush is an RSS syndication service that presents on-topic posts from around the Blogosphere to your readers.

    Generally, I don't buy into all this "Blogosphere" whoo-ha, but in this case it really seems to be a win-win situation. Readers …

  3. SNMP Community String Indexing

    Posted on in Networking

    A troubleshooting note showing how VLAN-indexed SNMP community strings expose per-VLAN bridge-MIB data on legacy Cisco switches.

  4. Allow PPTP Through Cisco ASA

    Posted on in Networking

    Speeding through the tunnelBy default Point-to-Point Tunneling Protocol (PPTP) will now work properly through a Cisco Adaptive Security Appliance (ASA) firewall or it's forerunner the Cisco <acronym title="Private Internet EXchange">PIX</acronym>.

    Prior to PIX software version 6.3, allowing PPTP to work through a PIX was a painful procedure involving static …

  5. Cisco NBAR P2P Protocols

    Posted on in Networking

    Surprised Santa with Music SheetThe following are the Peer-to-Peer (P2P) protocols recognized by Cisco's NBAR Protocol Discovery.

    • bittorrent
    • directconnect
    • edonkey
    • fasttrack
    • gnutella
    • kazaa2
    • napster
    • winmx

    If I've missed any, leave a comment below or use the Slaptijack Contact Form to update me.

    Thanks!

  6. Private Autonomous System Numbers (ASNs)

    Posted on in Networking

    PrivateOccasionally you might need an Autonomous System Number (ASN) that is only used on your network. The need for these should be infrequent, but it does happen.

    One thing that comes to mind is a customer that connects to your network in multiple locations. That customer needs an ASN for …

  7. More Horde Updates

    Posted on in Software

    Horde LogoTwo more updates for applications based on the Horde Application Framework were released today. Once again, the product descriptions are from Jan Schneider of The Horde Project.

    • Horde Groupware 1.0.2 - Horde Groupware is a free, enterprise ready, browser based collaboration suite.
    • Horde Groupware Webmail Edition 1.0.2 …
  8. Courier Mail Server Updated

    Posted on in Software

    Coffee Cup with @Sam Varshavchik has announced an updated release of the Courier Mail Server and Courier IMAP Server (Courier 20070921). Changes since the last release include

    • A looping SPF query is an UNKNOWN result
    • Ignore SIGPIPE errors in couriertcpd
    • SqWebMail - remove some hardcoded settings. Use SQWEBMAIL_RANDSEED to force the random number seed …
  9. Gmail Annoyances

    Posted on in Software

    Gmail LogoIn a recent article on Read/WriteWeb about Online Office Apps, Josh Catone mentioned off-hand that he didn't like the Gmail user interface. Since I've been using the Gmail interface exclusively for quite a while, I decided it might be time to talk about the problems I have with the …

  10. Using SPAN to Monitor a Switchport

    Posted on in Networking

    Ethernet Patch PanelYou'll find that some network problems can only be solved by sticking a packet sniffer on the network and seeing what the packets are doing. In a switched environment, this will not work properly since each port is configured to only broadcast traffic destined for the MAC addresses it has …

  11. Set the Cisco Interface Description

    Posted on in networking

    One of my pet peeves is Cisco switch and router interfaces that remain unlabeled. There is nothing worse that trying to debug a network problem when the problematic interface is unlabeled. Instead of spending valuable time working on the actual problem, you've got to trace down where this cable goes …

  12. Finding Cisco Neighbors with SNMP

    Posted on in Networking

    I've been in the situation before were I needed to discover the neighbors of a Cisco device programmatically. This is useful in a case where you want to crawl a network without hard-coding a list of devices into your script. By default, all Cisco devices have Cisco Discovery Protocol (CDP …

  13. Basic Cisco SNMP Security (v1/v2)

    Posted on in Networking

    Padlock with KeysIf you are at all familiar with <acronym title="Simple Network Management Protocol">SNMP</acronym>, you've probably heard of "community strings". Community strings are similar to passwords. They define and grant access to a device's <acronym title="Management Information Base">MIB</acronym>. If you've used SNMP in conjuction with a …

  14. Show All Routes Within a Particular Block

    Posted on in Networking

    Train Track Switching YardI've got a Class C (/24, subnet of 256 IPs) that I assign glue addresses for point-to-point links out of. Although all these little /30 subnets are in the same location, they are not guaranteed to be on the same router. So, the question is, how can I see which …

Slaptijack's Koding Kraken