February 12, 2009, 10:30 am

Bonding is creation of a single bonded interface by combining 2 or more ethernet interfaces. This helps in high availability and performance improvement.
How to setup dual-dual bonding (two bonds of two interfaces each) on Ubuntu as quickly as possible.
Continue reading ‘Howto SetUp Dual NIC Bonding On Debian & Ubuntu’ »
October 3, 2008, 7:35 am

So say that you are running out of resources and can’t buy a new Ethernet card for the system, or there’s not enough slots for another one. No problem, whatever the reason, we can assign two or more IP addresses to our linux box using only one NIC.
I’ll do it in Fedora.
- Go to /etc/sysconfig/network-scripts/ directory
- Copy ifcfg-eth0 to the same directory and name the copy as ifcfg-eth0:0.
- Edit ifcfg-eth0:0 and enter your new IP address settings
And you’re done. So simple na. You can add up to 255 different IP addresses to one linux machine using this technique
May 30, 2008, 9:37 am

There are different ways of installing a network card in linux – and that too depending on the linux distribution that you are using. I will explain each one of these methods here.
Continue reading ‘How to install a Network card in linux’ »