Hi,
the easy soln is configure using linuxconf...

if u want to do it by hand, then do the following (i personally prefer
this)

do the following ....
        #cd /etc/sysconfig/network-scripts/
        #touch ifcfg-eth0
        #touch ifcfg-eth1

write the following inside ifcfg-eth0 file
        DEVICE=eth0
        BOOTPROTO=static
        IPADDR=192.168.0.10
        NETMASK=255.255.255.0
        NETMASK=192.168.0.0
        ONBOOT=yes

write the following inside ifcfg-eth0 file
        DEVICE=eth1
        BOOTPROTO=static
        IPADDR=192.168.0.10
        NETMASK=255.255.255.0
        NETMASK=192.168.0.0
        ONBOOT=yes

*change the ipaddress accordingly....
*it is assumed that both the cards are detected by kernel....

then restart the network ...
        /etc/init.d/network/restart

archan
[EMAIL PROTECTED]
[EMAIL PROTECTED]
        

"Usha S." wrote:
> 
> Hello
> 
> I have 2 ethernet cards(of same make) in my computer. I have Redhat 6.2
> installed in my machine. Can any of you give me some tips to configure
> both the ethernet cards so that i can use both the cards together.  I am
> fine with the configuration of single ethernet card.
> 
> Thanks in advance
> 
> Usha
> 
> *************************************************************************
> Usha. S
> Centre for Artificial Intelligence and Robotics
> Bangalore.- 560 001
> 
> # Tel(Work)- 2265406/2262126: Ext- 270

----------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/LIH

Reply via email to