Help ! Proxy arp at PPTP
Elton Machado
elton.machado at norteglobal.com
Thu Nov 18 13:51:02 GMT 2004
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
More information about the freebsd-net
mailing list