Mikko Kortelainen

Tag: Networking

NIC bonding with Red Hat/CentOS

Here are simple instructions on how to configure network interface bonding on Red Hat based distros. The thing I always forget. There's also a little script which will create a bonding interface bond0 between eth0 and eth1 and migrate existing IP settings from eth0. You can find it in the …
read more

NIC bonding with Ubuntu

Network interfaces can be bonded to provide fault-tolerant operation. Here's how to do it in Ubuntu. I will assume the interfaces to be bonded are eth0 and eth1.

First, install the ifenslave package. The ifenslave tool will be used to actually bond the interfaces.

apt-get install ifenslave

Create file /etc …

read more

WPA-PSK authentication with Cisco IOS

When my Linux firewall box died a couple of months ago, I finally decided to by a Cisco router for my Internet connection. Before the Linux box I had an OpenBSD firewall, and I decided it was time to learn yet another platform.

The box is a Cisco 877W which …

read more