OK, you'll need to get routing setup on the RH9 box.  This may involve a
kernel recompile, but probably RH9 already has the required modules -
they may not be loaded.
I suggest using firehol (firehol.sourceforge.net) to setup your
routing/firewall - it is very easy.
RH probably has a firehol package that you can install with rpm.
You also need to set the knoppix box to gateway through your RH9 box 
"route add default gw 192.168.0.254"

Then you want a simple filehol config script similar to
interface eth0 mylan
        policy accept

interface ppp+ dialup
        client all accept

router lan2net inface eth0 outface ppp+
        masquerade
        route all accept

Cheers Brad

> -----Original Message-----
> From: Rik Tindall [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, September 10, 2003 2:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: www gateway access route
> 
> 
> Brad Beveridge wrote:
> 
> >Can the knoppix box ping the outside world?
> >
> No
> 
> >Is /etc/resolve.conf set to DNS servers?
> >
> Yes
> 
> >Is routing/Masquerading enabled on the RH9 box?
> >
> That's not clear to me yet..
> 
> >Brad
> >
> Thanks
> 
> ~ Rik
> 
> 

Reply via email to