1. The Hidden Value of a Backup MX Host

    Posted on in System Administration

    Property value (photo by Sapfizz)A colleague of mine is not fond of backup <acronym title="Mail eXchange">MX</acronym> hosts. He (correctly) points out that all incoming mail should be transmitted through another mail server anyway, so the backup MX hosts only serves as an attack point for spammers.

    For the most part I …

  2. Tired of ISP Traffic Shaping? Beat It!

    Posted on in Networking

    onion class 3 (photo by hedonist)I've written a lot of posts about various methods for blocking <acronym title="Peer-to-Peer">P2P</acronym> traffic, especially with Cisco's Network Based Application Recognition (NBAR). Although these posts are probably of interest to smallish Internet Service Providers and administrators of business networks, they don't have much use for the average …

  3. Let's Install JSON for PHP 5

    Posted on in System Administration

    I recently started messing around with building my own Facebook application. I figured the best way to start learning was to download the demo application and get it working on the Slaptijack web server. I quickly ran into a problem:

    PHP Fatal error:  Call to undefined function json_encode()
    

    The problem …

  4. Gotcha! Upgrading Catalyst to New Feature Set

    Posted on in Networking

    Error: The image in the archive which would be used to upgrade
    Error: system number 1 does not support the same feature set.
    

    I just got this error message while upgrading a Cisco Catalyst 3560 from 12.2(35)SE5 to 12.2(44)SE. The older version was IP …

  5. Cisco's New ip verify unicast source reachable-via

    Posted on in Networking

    Regret (photo by xymonau) id: 523790Oops! I guess I'm way behind the times.

    For quite a while, I've been using ip verify unicast reverse-path to prevent packets with spoofed source addresses from crossing my routers. Apparently, as of IOS 12.0 (12.4 is current as of this writing), that command has been replaced with …

  6. Find Cisco Serial Numbers with the IOS Command Line

    Posted on in Networking

    "How do I find a Cisco serial number remotely through the command line?"

    This is one of those frequently asked questions that I see over and over. So, here's the quick and dirty answer:

    You can find Cisco serial numbers from the IOS command line by using the show inventory …

  7. Asterisk WaitExten() Music on Hold Option Only Uses Default Class

    Posted on in voice

    vintage 1 (photo by coscurro) id: 780414This might be a bug with the particular version of Asterisk 1.2 I'm using, but it's pretty darn annoying. Hopefully, it doesn't effect you if you are using the latest version of 1.2 or 1.4.

    What I'm trying to do is play some background music while I …

  8. T.37 Store and Forward Fax and Cisco AS5300: Dial Peers

    Posted on in voice

    Fax (photo by zd) id: 722728Note: This is part of a discussion regarding the configuration of a Cisco AS5300 for T.37 Store and Forward Faxing.

    The final piece of the T.37 Store and Forward Fax configuration is the dial peers to handle the incoming fax and the outgoing email. I'll walk you through …

  9. TCL Onramp Script for T.37 Store and Forward Fax

    Posted on in voice

    Fax (photo by zd) id: 722728Note: This is part of a discussion regarding the configuration of a Cisco AS5300 for T.37 Store and Forward Faxing.

    Unfortunately, the Cisco AS5300 does not have the ability to handle incoming fax processing without the help of additional software. You can download the app_faxmail_onramp TCL script from the …

  10. T.37 Store and Forward Fax and Cisco AS5300: Full Configuration

    Posted on in voice

    !
    fax receive called-subscriber $d$
    fax interface-type fax-mail
    mta send server mail.example.com port 25
    mta send subject Incoming Fax Received
    mta send postmaster postmaster@example.com
    mta send mail-from hostname example.com
    mta send mail-from username $s$
    !
    call application voice onramp flash:app_faxmail_onramp.2.0.1.3.tcl
    !
    dial-peer …

Slaptijack's Koding Kraken