Steve Arnold wrote:
----------------->>>>
<snip>So the first NIC was detected but not the second one?</snip>
----------------->>>>
No neither.  But after reading your post this is what I did and it worked
(Almost like I was doing the right thing).

1.  lsmod to see if the driver was loaded... it wasn't.
2.  edited modules.conf and added:
      alias eth0 3c509
      alias eth1 3c509
3.  Rebooted system (not so much for the modules.conf but for a grub change
I was doing)
4.  lsmod again and still now 3c509 so...
5.  modprobe 3c509  <-no errors and lsmod now showed it
6.  netconfig and configured the private LAN if <-next screen (F12) or OK
button just dumped me out to command line so no second if to configure in
netconfig.
7.  cd to /etc/sysconfig/network-scripts and copied ifcfg-eth0 to ifcfg-eth1
8.  edited ifcfg-eth? files to represent my config desires
9.  /etc/init.d/network stop
10. /etc/init.d/network start
11. pinged my ISP far end router <-success
12. Started the firewall that basically denies the external if (for now)

Now I can ping by IP, but some of my other functionality isn't working, like
DNS lookups.  So I feel I have part of the config set up.  The netconfig
that I got was pretty basic.  What else?



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to