Brad Beveridge wrote:

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"


Already in place

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


Thanks Brad, I'll check this out & write more only if stuck.

Regards

~ Rik



Reply via email to