Linux Know-How provides a collection of introductory texts on often needed Linux skills.


Configuring Two Network Cards

If you have two network cards in your computer, you may need to add an append statement to your /etc/lilo.conf file to describe the IRQ and address of both cards. My lilo append statement looks like this:


append="ether=12,0x300,eth0 ether=15,0x340,eth1"


Last Update: 2010-12-16