On Tue, 18 Aug 1998, Guenther Koerbler wrote:

> I have two 3Com Etherlink III 3C509B !!
> I do not know how I configure the cards ???

Ain't hard at all:
Have a look at /etc/init.d/network, then copy the three last lines, 
change the eth0 to eth1 for the second card and use the right IP address,
network etc. (e.g. by defining new variables: IPADDR2=XXX.XXX.XXX.XXX):

ifconfig eth1 ${IPADDR2} netmask ${NETMASK} broadcast ${BROADCAST}
route add -net ${NETWORK2}
[ "${GATEWAY2}" ] && route add default gw ${GATEWAY2} metric 1

Cheers,

       /(__  __|\          Lars Steinke, Research Student @
      (    \/  __)_        www.fmf.uni-freiburg.de, Germany
       )   (_____  /       for PGP PKey and WWW-Page finger
      /___________/        [EMAIL PROTECTED]

Reply via email to