mpd pptp server?
- From: "Jon Theil Nielsen" <jontheil@xxxxxxxxx>
- Date: Wed, 19 Mar 2008 00:43:58 +0100
I have tried some different ways to make a working VPN server on FreeBSD 7.0.
The main goal is to make it possible for Windows clients to access their
Samba home shares. I'm not sure if mpd is the best solution, but I will give
it a try.
I have installed /usr/ports/mpd4 and have the following configuration:
==============/usr/local/etc/mpd4/mpd.conf============
startup:
<don't know what to put in here...>
default:
load pptp1
pptp1:
new -i ng0 pptp1 pptp1
set iface disable on-demand
set iface enable proxy-arp
set iface idle 0
set iface enable tcpmssfix
set bundle enable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set ipcp yes vjcomp
set ipcp ranges 192.168.1.4/32 192.168.1.151/32
set ipcp dns 192.168.1.4
set ipcp nbns 192.168.1.4
set link disable pap
set bundle enable compression
set ccp yes mppc
#set ccp yes mpp-e40
set ccp yes mpp-e128
set ccp yes mpp-stateless
#set bundle enable crypt-reqd
==============/usr/local/etc/mpd4/mpd.linksf============
pptp1:
set link type pptp ## define the link type protocol as PPTP
set pptp self 192.168.1.4 ## define the IP address on which MPD will
run
set pptp enable incoming ## define the connection as Incoming
set pptp disable originate ## enables PPTP connection for communication
with the client
And then I also have a mpd.secrets file of course.
I can start the service, but I don't see any pptp interface after an
ifconfig command. And netstat -an does not show any port 1723 listening.
Do I need to have a customized kernel to make it work? Or are there any
obvious errors in the above configuration?
Regards,
Jon Theil Nielsen
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: mpd pptp server?
- From: Alex de Kruijff
- Re: mpd pptp server?
- Prev by Date: Re: Any software that can do X windows screen capture (with mouse cursor)
- Next by Date: Re: Problem with multiple scsi adapters and drive assignments
- Previous by thread: Problem with multiple scsi adapters and drive assignments
- Next by thread: Re: mpd pptp server?
- Index(es):
Relevant Pages
|
|