Arun Shrimali spewed into the ether:
>As suggested by archan, I tried to configure two ethernet card, but
>following problem occurs, pl help
>
>/etc/rc.d/rc3.d/s10 network : /sbin /ipx_configure : cannot execute
>binary file
>eth0 initialization [failed]
>eth1 initialization [failed]
>
>where as i don't want to configure it for IPX as we are using IP only
Could you please post the ifcfg-* files?
Also, don't bring up the network at boot time.
Then do this:
#ifconfig eth0 <ip.for.eth0>
#ifconfig eth1 <ip.for.eth1>
#route add -net <net.of.internal.interface> netmask <mask.of.int.if> gw <external.if>
metric 1
#route add default gw <gateway.of.external.interface> metric 1
This should manually bring up your ethernet.
>> 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-eth1 file
>> DEVICE=eth1
>> BOOTPROTO=static
>> IPADDR=192.168.0.11
>> NETMASK=255.255.255.0
>> NETMASK=192.168.0.0
>> ONBOOT=yes
There is a mistake in the NETMASK fields. The 255.255.255.0 is a
netmask, the 192.168.0.0 is a network subnet spec, and should be
NETWORK=192.168.0.0
(Actually, configure them like you would configure a single card.
One of them is eth0, the other is eth1)
Devdas Bhagat
--
In politics, it is necessary to rise above principle
------------------------------------------------------------
For Valentine's Day shop by Brand, Product, Price, Store and Location!
http://shop.storerunner.com/shop.asp?pdef=home&trsid=3080
----------------------------------------------
Find out more about this and other Linux India
mailing lists at http://lists.linux-india.org/