[pptp-server] Help - PPTP 1.0.0, PPP 2.8.10, RH6.1

Eric Stratte estradey at pullman.com
Sun Nov 7 15:14:15 CST 1999


I've gotten it to work mostly, with lots of help from tmk -- Thanks!

I think ARP may be broken on my setup.  I still get NOARP on the ppp0
ifconfig.
I have the arp --set ...etc. in ip-up.local and I have done echo
1>/proc/net.../proxy_arp

But,  I have setup the folowing IPCHAINS rules that correctly forward
packets

:input ACCEPT
:forward DENY
:output ACCEPT
ipchains -A forward -s 192.168.5.0/24  -i eth0 -j ACCEPT forward any ppp
subnet traffic to the local nic/net
ipchains -A forward  -d ! 192.168.5.0/24 -i eth1 -j MASQ handle outbound
internet traffic
ipchains -A forward  -d 192.168.5.64/26 -i ppp0 -j ACCEPT send stuff out
to the ppp interfaces
.
.
last line repeated for ppp1, ppp2, etc.

Now this allows everyone to appear on the 192.168.5.0 subnet, but
broadcast packets don't seem to make it all the way through...to all
ends...?
do I need another ipchains line for the broadcast address forward to
pppx?(i.e x.x.x.255)

and, alas,  I cannot get MSCHAP to work.  I have PPP-2.3.10 and it asked
for rc4_skey.c and rc4_lol.h(sp?) when making modules in
/usr/src/kernel  I copied everything from SSLeay0.9... and tweaked a few
headers to get it to compile.  Do I need to compile the SSL package??
I thought I saw something about this on the list archives, but I
couldn't find it again...


Now to work on IPX

This is fun :)


Eric





More information about the pptp-server mailing list