Date: Tue, 29 Aug 2000 21:48:51 -0700 From: Renaud Waldura <renaud@waldura.com> To: Chris Griffiths <ctg1701@yahoo.com> Cc: net@freebsd.org Subject: Re: mpd-netgraph and vpn issues Message-ID: <20000829214851.A75349@ebola.biohz.net> In-Reply-To: <20000830024002.93525.qmail@web9305.mail.yahoo.com>; from ctg1701@yahoo.com on Tue, Aug 29, 2000 at 07:40:02PM -0700 References: <20000830024002.93525.qmail@web9305.mail.yahoo.com>
index | next in thread | previous in thread | raw e-mail
It's working fine and dandy between FreeBSD 4.1 and Windows
2000 clients *using a subnet*.
I include my configuration below, I'm still working on it.
### mpd.conf ###
# create the bundle "ligos" with link "pptp"
new ligos pptp
# single link
set bundle disable multilink
set iface disable on-demand
set iface idle 1800
# range of addresses assigned to clients
set ipcp ranges 192.168.150.1/32 192.168.150.2/24
# we route that network
set iface disable proxy-arp
set iface route 192.168.150.0/24
# primary and secondary DNS servers
set ipcp dns 192.168.1.1
# primary and secondary WINS servers
#set ipcp nbns XXX
# do VJ compression
set ipcp yes vjcomp
# accept compression & encryption?
set bundle accept compression
set bundle accept encryption
#set bundle enable crypt-reqd
# accept Microsoft compression and encryption
# working?
set ccp accept mppc
set ccp accept mpp-compress
set ccp accept mpp-e40
set ccp accept mpp-e128
#set ccp accept mpp-stateless
### mpd.links ###
pptp:
set link type pptp
# this is a PPTP server only
#set pptp mode passive
set pptp enable incoming
set pptp disable originate
# the PPTP interface address
set pptp self 207.238.131.190
# CHAP authenticated
set link enable chap
set link disable pap
# protocol compression
set link enable acfcomp protocomp
set link keep-alive 10 75
set link enable no-orig-auth
Once again, the crowd goes wild over FreeBSD's technical
excellence, and thanks Archie Cobbs for everything,
--Renaud
On Tue, Aug 29, 2000 at 07:40:02PM -0700, Chris Griffiths wrote:
> I am trying to do client pptp with proxy arp.
>
> I can ping the client just fine from the server once
> connected, but cannot get any info back the other way.
>
> I will try tcpdump tommrow to see if anything is
> coming back up stream but I do not think it is.
>
> Please let me know if you have any suggestion and/or
> have tried this.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000829214851.A75349>
