I don't know if you can do network setup again, but I can tell you what you'll have to do to get the network working.
1. Make sure the nerwork card is recognised and the drivers are installed (duh!). 2. Get the eth0 interface 'up' using ifconfig ( command = ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} ). Check the files /etc/init.d/networking and /etc/network/interfaces. 3. Add a route: route add -net ${NETWORK}ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} route add -net ${NETWORK} 4. If you need DNS should add your DNS server to /etc/resolv.conf It should work when you've done this :) Ron Rademaker On Sun, 21 May 2000, John Leget wrote: > Hi all. > > I just installed woody :) on my brother in laws pc , he was keen to poke > around. He had allready got hold of an older mandrake pack but it had > developed some problems. And since > potato is still cooking....... ( and i dont have a local copy- i keep a > copy of woody myself though on a HDD in a removable cady ). > > I installed using the potato boot floppies on a cd, unfortunately i got > some files mixed up. And it skipped the network setup part. I didnt > worry at the time. > > But now id like to set his networking up, what script do i run ??. Is it > on the system or only on the install floppies. > I dont know enough about the network setup to do it from the ground up, > i can fix it :) when its there ( ussually ). > > Ill keep digging anyway .. > > thanx > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >