Linux

VLANs on Linux

·4 min read

My home network has a Linux box running IPTables as it’s center point, and, since there are four networks, it has 4 NICs and 4 cables into the switch. I kept running into problems with the NICs …

Leap Second

·1 min read

Did anyone notice (or care about) the leap second? I did neither. Here’s some cool output from Kevin Oberman on the NANOG list, though. bash-2.05b# date Thu Jan 1 00:59:58 CET 2009 bash-2.05b# …

Free and Awesome Network Tools

·3 min read

We all have limited budgets these days. Long gone are the days of unlimited resources and uncontrollable expansion of the network, so it’s important that any network dude or dudette pay …

A Simple BGP Lab with Dynamips/Dynagen

·4 min read

I assume you take every word I say to heart and that you’ve been using Dynamips/Dynagen for a few days now, right? Good. That’s a start, but let’s break down a simple lab to make …

Finding Hosts on Layer 2

·1 min read

Most firewalls should block [tag]ICMP[/tag] requests to them, so how do you know that your router or server has layer-2 connectivity to one? It’s pretty elementary, actually, but I’ve …

Using a Linux Box as a File Server

·3 min read

Ever heard of Samba? You should. Samba is an open-source project “that provides seamless file and print services to SMB/CIFS clients.” That’s from the project’s website, but …