ok.. e-smith only sets up two cards, so here's what i did:
i didn't modify the templates to save time. you can go back in later and do that if you like. i didn't bother.

first, you have to setup the third card...
cd /etc/sysconfig/network-scripts
cp ifcfg-eth0 ifcfg-eth2
pico ifcfg-eth2
(change the settings here to reflect the third network setup. you'll need to change: DEVICE=eth0 to DEVICE=eth2 and IPADDRESS,etc..etc..)
then, you need to setup masquerading for the new network...
cd /etc/rc.d/init.d/
pico masq
(take the last /sbin/ipchains line, the one that has --forward -J MASQ in it, and copy it right below itself. change the network after --source to eth2's network)
yup. quick and dirty.
Steve Brock wrote:
> Not too much.. i had to install the pcmcia support, of course,
> but in your case you won't need to do that. I actually just
> edited rc.local to bring up the second ethernet card, but
> e-smith probably will sense all three cards upon install. I'm
> going to test that out now, since i'm curious too. i'll give
> you a full status report on what needs to be done

-steve
>
> Kenny Watkins wrote:
>
> > Steve, > > How much "tweaking" was
> required? > > Ken >
>