Help ! Proxy arp at PPTP

From: Elton Machado (elton.machado_at_norteglobal.com)
Date: 11/18/04

  • Next message: Brett Glass: "Re: PPTP client not working on 4.10-R"
    Date: Thu, 18 Nov 2004 13:51:06 +0000
    To: net@freebsd.org
    
    

    Hi!

    How can i have proxyarp in my tun interface created by the pptpd ?

    I want to connect from my pptp client to the others clients connected to
    the pptpd server.

    I have this at my config file:

    /etc/ppp/options.pptpd:
    ###
    lock
    ## turn pppd syslog debugging on
    debug
    name pptpd
    # Don't need this
    nobsdcomp
    proxyarp
    asyncmap 0
    -chap
    -mschap
    +mschap-v2
    require-mppe
    lcp-echo-failure 30
    lcp-echo-interval 5
    ipcp-accept-local
    ipcp-accept-remote
    ms-dns <<my dns server>>
    #radius

    and at /etc/ppp/ppp.conf

    loop:
     set timeout 0
     set log phase chat connect lcp ipcp command
     set device localhost:pptp
     set dial
     set login
     set ifaddr 217.172.47.11 10.0.2.10-10.0.2.20
     set server /var/tmp/loop "" 0177

    loop-in:
     set timeout 0
     set log phase lcp ipcp command
     allow mode direct

    pptp:
     load loop
     enable chap
     enable MSCHAPv2
     disable deflate pred1
     deny deflate pred1
     set mppe 128 stateless
     enable MPPE
     accept MPPE

    [...]

    I didn't try to insert any more pptp client at configuration, but I just
    can't connect to other services running at different ip on pptp host.
    What i have to do to get it working?

    Thanks in advanceHel
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Brett Glass: "Re: PPTP client not working on 4.10-R"