From owner-freebsd-net@FreeBSD.ORG Thu Nov 18 13:51:01 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A0316A4CE for ; Thu, 18 Nov 2004 13:51:01 +0000 (GMT) Received: from a.mx.interacesso.pt (super11.nortenet.pt [212.13.35.201]) by mx1.FreeBSD.org (Postfix) with SMTP id 4671543D48 for ; Thu, 18 Nov 2004 13:51:00 +0000 (GMT) (envelope-from elton.machado@norteglobal.com) Received: (qmail 12650 invoked by uid 104); 18 Nov 2004 13:50:08 -0000 Received: from elton.machado@norteglobal.com by mx0.interacesso.pt by uid 101 with qmail-scanner-1.22st Clear:RC:1(212.13.50.173):. Processed in 0.088109 secs); 18 Nov 2004 13:50:08 -0000 Received: from 50-173.dial.nortenet.pt (HELO ?192.168.123.1?) (212.13.50.173) by a.mx.interacesso.pt with SMTP; 18 Nov 2004 13:50:08 -0000 Message-ID: <419CA8CA.2020401@norteglobal.com> Date: Thu, 18 Nov 2004 13:51:06 +0000 From: Elton Machado User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help ! Proxy arp at PPTP X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 13:51:02 -0000 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 <> #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