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

Home Firewall and Proxy Server Preparing the Linux System Configuring Two Network Cards |
|
| See also: Configuring the Network Addresses, Testing Your Network | |
|
|
|
Configuring Two Network CardsIf 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"
|
|
Home Firewall and Proxy Server Preparing the Linux System Configuring Two Network Cards |
|