Got it. I had to copy back my .config before reloading it into menuconfig. My 
internet sharing works now. Thanks to all the help I got from this list. I 
really appreciate it!

One last question for today:

How can I make the comands:
echo "1" >/proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
permanent, meaning executed at boot time?

On Friday 06 June 2003 06:29 pm, Klaus D. Neumann wrote:
> On Friday 06 June 2003 04:05 am, Mark Fisher wrote:
> > My gut feeling is that the module didnt compile correctly, probably
> > because of a missed-out make clean or make mrproper at the kernel
> > compiling stage... without these lines the /urc/src/linux dir is still
> > dirty from the last compile.
> >
> > Try the following:
> >
> > cp /usr/src/linux/.config /root
> > cd /usr/src/linux
> > make clean
> > make mrproper
> > make menuconfig
> > [ just save and exit ... this will recreate your .config file - as the
> > 'mrproper' stage just deleted it ;) ]
> > cp /root/.config ./
> > make dep && make clean bzImage modules modules_install


-- 
Best regards,
Klaus
--------------------------------------
Gentoo Linux = the better choice!


--
[EMAIL PROTECTED] mailing list

Reply via email to