Date: Thu, 18 Nov 2004 16:49:25 +0000 From: Elton Machado <elton.machado@norteglobal.com> To: net@freebsd.org Subject: Re: Help ! Proxy arp at PPTP (FIXED) Message-ID: <419CD295.70103@norteglobal.com> In-Reply-To: <419CA8CA.2020401@norteglobal.com> References: <419CA8CA.2020401@norteglobal.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I already fix it... I was using the wrong interface at pptp server side. Elton Machado wrote: > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?419CD295.70103>