salut jacques

you need:

- image from
http://prdownloads.sourceforge.net/leaf/Bering_1.0-rc3_img_bering_1680.bin?d
ownload
- pptpd.lrp from
http://leaf.sourceforge.net/devel/jnilo/bering/latest/packages/pptpd.lrp
- patched pppd from
http://leaf.sourceforge.net/devel/jnilo/bering/latest/packages/pppd/pppd-ppt
p-reqmmpe.gz
- slhc.o,ppp_generic.o,ppp_deflate.o,ppp_async.o,ppp_mppe from
http://leaf.sourceforge.net/devel/jnilo/bering/latest/modules/drivers/net/

1. put all on the disk. and activate ppp.lrp and pptpd.lrp in syslinux.cfg
2. edit /etc/modules with slhc,ppp_generic,ppp_deflate,ppp_async.o,ppp_mppe
(this order)
3. add to /etc/shorewall/rules 4 lines:

    ACCEPT    net    fw    tcp    1723
    ACCEPT    fw    net    tcp    1723
    ACCEPT    net    fw    47    -
    ACCEPT    fw    net    47    -
4. add to /etc/shorewall/hosts

    loc    ppp+:192.168.1.0/24

5. add to /etc/shorewall/policy

    loc    loc     ACCEPT

6. create /etc/pptpd.conf:

    speed 115200
    option /etc/ppp/pptpd-options
    debug
    localip 192.168.1.254
    remoteip 192.168.1.240-250

7. create /etc/ppp/ppptp-options

    debug
    name servername
    domain my.domain.net
    +chap
    +chapms
    +chapms-v2
    mppe-40
    mppe-stateless
    ms-dns 192.168.1.254
    netmask 255.255.255.0
    proxyarp
    lock

8. backup all the involved modules and restart.

à bientôt
stefan

> Hi Stefan:
> Could you  describe the simplest possible setup working with rc1 and not
> working with rc3 so that I can try to reproduce your pb and see what I can
do
> fo you ? I have never tried ppptd myself but I can learn...
> Jacques
>
> I have on my home network access to win98 or linux machines.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to