On Thu, 18 Jun 1998, Damien Silveira wrote:

> I have reinstalled redhat numerous times now and am having no success. I am
> installing from retail cd with one network card and choosing expert mode.  I
> set the i/o addr and the irq and then get the system running and add an
> additional network card and create a kerneld device after I try to reboot it
> says that probe found a nic eth0 at the address of the new card when in the
> conf.modules I have the following:
> 
> alias eth0 ne
> options ne io=0x300 irq=5
> alias eth1 ne
> options ne io=0x340 irq=10
> 
> Please help I am attempting to setup ip masquerading and without two nics it
> is kinda hard.
> 
try
1) deleting the 'alias' and 'options' lines for eth1. change that of eth0 to
alias eth0 ne
options ne io=0x300,0x340 irq=5,10

2) rip all ethx references out of /etc/conf.modules.
edit /etc/lilo.conf to include a line in the image= section for your kernel
  append="ether=5,0x300,eth0 ether=10,0x340,eth1"
then run /sbin/lilo to make the change take effect

in any case, once you get both cards recognized, you'll need 
 /etc/sysconfig/network-scripts/ifcfg-ethx scripts for both cards.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to