You are using a 192.168.x.y network for your internal (protected) network...
this is good, but simple ip forwarding doesn't work with private (ie
illegal) addresses. You need to use some form of network address
translation (NAT), probably good to used IP Masquerade. You also need to
implement a set of firewall scripts, read the NAT and IP Filtering HOWTO's
Regards,
Sean
"Andre Nottenkaemper" <(E-Mail Removed)> wrote in message
news:fm3z6jtx06q5$.(E-Mail Removed)...
>
> > Have you enabled IP-forwarding ?
> >
> > echo "1" > /proc/sys/net/ipv4/ip_forward
> >
> > Eggert
>
> yea. thats the only thing i did and which i´m 100% sure i did it right 
> i believe i need to add some routes (route add blahblah) but i´m not sure
> how and what i have to set up.
>