Can't get MPD to work..doesn't listen on interface
- From: Mihai Tanasescu <mihai@xxxxxxxx>
- Date: Wed, 25 Jul 2007 13:52:48 +0300
Hello,
I've just setup my first MPD for establishing a PPTP tunnel with some Windows clients...and I don't understand why it doesn't bind to my interface IP to listen for incoming connections.
My config looks like this:
mpd.conf
startup:
set console open
set console ip 86.105.56.134
set console user skyraven test
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 172.20.1.1/32 172.20.1.51/32
set ipcp dns 172.20.1.1
set ipcp nbns 172.20.1.1 172.20.1.8
set bundle enable compression
set ccp yes mppc
set ccp yes mpp-e40
set ccp yes mpp-e128
set ccp yes mpp-stateless
mpd.links
pptp1:
set link type pptp
set pptp sef my-public-ip-address
set pptp enable incoming
set pptp disable originate
After starting mpd I get no errors, I have the netgraph modules loaded but nothing is listening on tcp port 1723 for pptp (and the socket isn't already in use).
Any ideas what I might be doing wrong ? (sorry for being just a newb here)
I don't know if this is the right list to ask or if it would be better to direct this to freebsd-questions.
Sorry.
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Prev by Date: Re: mpd and vlan
- Next by Date: Re: FreeBSD 7 TCP syncache fix: request for testers
- Previous by thread: bridge handbook section
- Next by thread: [PATCH] add check for IP Router Alert
- Index(es):
Relevant Pages
- Re: mpd pptp server?
... set link yes acfcomp protocomp ... set ipcp ranges 192.168.1.4/32 192.168.1.151/32
... set ccp yes mppc ... set link type pptp ## define the link type protocol
as PPTP ... (freebsd-questions) - Re: mpd lcp question
... > capabilities are rejected by mpd server. ... > load pptp ...
> set iface disable on-demand ... > set link yes acfcomp protocomp ...
(freebsd-net) - Freebsd MPD PPTP
... I'm using MPD4 to establish a PPTP VPN from my FreeBSD 6.2 server to some clients and
I've started encountering some strange problems. ... set iface route 192.168.1.130/32 ...
set link no pap chap ... set ccp yes mpp-e40 ... (freebsd-net) - Re: pptpd server on a Samba PDC
... Yes, this configuration guide you've read is for Linux, thus it will ... use
pppd by Paul Mackeras. ... doubts that FreeBSD's pppd can be used with pptp. ...
set link yes acfcomp protocomp ... (freebsd-questions) - mpd pptp server?
... set link yes acfcomp protocomp ... set ipcp ranges 192.168.1.4/32 192.168.1.151/32
... set ccp yes mppc ... set link type pptp ## define the link type protocol
as PPTP ... (freebsd-questions)