hi ya paul
> > make sure IP forwarding is turned on in the ppp server
> > a. turn it on in the kernel
> > b. redhat:/etc/sysconfig/network
> >
>
> Thanks for this. I've checked - this ...
>
> /etc/rc.d/initd/network restart
>
> and it reports IPV4 Forwarding [ OK ].
good should work.... and if not... i would stupidly check the kernel
either have PPP enable in the kernel or the modules loaded
grep -i ppp /usr/src/linux/.config
CONFIG_PPP=y ( compiled into the kernel )
-- or --
CONFIG_PPP=m ( modules )
if modules than be sure to have the modules loaded in order...
ppp_server# lsmod
Sequence Module Description
1 slhc.o VJ header compression
2 ppp.o PPP driver
3 bsd_comp.o BSD compression for PPP's compression protocol.
#
# if using Modules - add these
#
/etc/conf.modules
alias tty-ldisc-3 ppp_async
alias char-major-108 ppp_generic
have fun
alvin
#
# i have a mess of random things to look at...
#
http://www.linux-consulting.com/PPP_Server
>
> I must admin though, that I can't find an option in the Kernel source
> (make menuconfig - networking) that explicitly says IP_Forwarding.
>
> Do you perhaps know what option exactly it is? I had assumed that because
> I got an [OK] above that forwarding must have been compiled in
> successfully.
>
> Regards
> Paul
>
>
> ------------------------------------------------
> Paul Sullivan
>
> GSM 900: +27 82 7838996
> Fax: +27 43 7264638
> EMAIL: [EMAIL PROTECTED]
>
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]