Network Architecture

VXLAN Configuration and Deployment

Table Of Content

In my VXLAN: Providing Ponies for Bad System Designers entry, I discussed using an L2 overlay technology such as VXLAN to provide virtually spanned L2 VLANs over an L3 infrastructure.  In this document, I’ll show via diagrams and config snippets how to build a poorly-designed network and why it’s a problem.  Then I’ll use VXLAN to build a similar…

Continue Reading

FreeBSD, Server and OS, Spam Fighting

Spamilter in a Jail

Table Of Content

If you’ve been following my two sub-threads on this blog regarding FreeBSD jails and fighting spam, you know the status: I have a FreeBSD server called joker that has multiple jails on it.  One jail is riddler, and it handles all outbound SMTP connections.  But not inbound.  Further, you know that I have a reasonably complex anti-spam system set…

Continue Reading

Server and OS, Spam Fighting

Spamilter and SpamAssassin Working Together

Table Of Content

In my Killing Spam(mers) entry, I discussed getting both SpamAssassin and Neal Horman’s spamilter installed and working on joker.  Doing so made a significant impact on the amount of spam I was seeing.  However, they were working independently of one another, and what I really wanted was some sort of feedback loop.  Should a message get through spamilter and be…

Continue Reading

Server and OS, Spam Fighting

Killing Spam(mers)

Table Of Content

I’m writing this ex post facto, so me referring to things like, “I did this” actually happened months ago.  I’m just now recounting it.  Note that the assumption with this document is sendmail.  You’re running sendmail as your MTA, right?  No?  Well go back to the beginning and try again.  So.. you’re running sendmail as your MTA, right?  No?…

Continue Reading