ADDING AN ADDITIONAL ETHERNET CARD:
modprobe 8139too -->realtech ethernet card
(for asus fx --> modprobe sis900)
-l --> shows all modules
than copy at /etc/sysconfig/network-scripts/eth0
-->eth1 and change the
eth0 inside to eth1 and the subnet mask 255.0.0.0
at /etc/init.d/dhcpd in the start() section
add after dhcpd the local network card :
deamon /usr/sbin/dhcpd eth0
|