The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-01-2008
sumitpandya sumitpandya is offline
Registered User
 

Join Date: Mar 2006
Location: Ahmedabad
Posts: 113
module conf file or ONBOOT

Make sure you have startup file properly configured. Usually in RedHat we give ONBOOT=y in /etc/sysconfig/network-scripts/ifcfg-ethX. Other vendor may have different options. You can use "Kudzu" or "netconfig" tool.
Also make sure you have eth1 module mentioned in /etc/modprobe.conf or /etc/modules.conf (as per kernel version 2.6 or 2.4 resp)
Reply With Quote