Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2006 13:30:10 +0300
From:      Nikos Vassiliadis <nvass@teledomenet.gr>
To:        freebsd-questions@freebsd.org, oliverrojo@anticogroup.com
Subject:   Re: pptpd with mpd
Message-ID:  <200605151330.10966.nvass@teledomenet.gr>
In-Reply-To: <4468470C.800@anticogroup.com>
References:  <4468470C.800@anticogroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 15 May 2006 12:17, Oliver A. Rojo wrote:
> Hi!
>
> I have a running mpd on my freebsd-5.2.1 linux fw but whenever I connect
> my windows client it says "port is closed"
>
> my mpd.conf
>
> default:
>     load pptp
> pptp:
>     new -i ng0 pptp pptp
>     set iface disable on-demand
>     set iface enable proxy-arp
>     set bundle disable multilink
>     set bundle authname traxx
>     set bundle enable encryption
>     set link yes acfcomp protocomp
>     set link disable pap
>     set link enable chap
>     set link keep-alive 10 60
>     set ipcp enable vjcomp
>     set ipcp ranges 192.168.3.30/32 192.168.3.33/32
>     set ipcp dns 192.168.3.2
>     set bundle enable compression
>     set ccp enable mppc
>     set ccp enable mpp-e40
>     set ccp enable mpp-e128
>     set ccp yes mpp-stateless
>     set bundle enable crypt-reqd
>
> mpd.links
>
> pptp:
> set link type pptp
> set pptp self 192.168.3.1
> set pptp enable incoming
> set pptp enable originate
>
> on my /var/log/messages, I can't see any mpd logs on it but mpd is running:
>
> ps -fax|grep mpd
>
> 42496  ??  Is     0:00.00 /usr/local/sbin/mpd -b

you can use "mpd -a 127.0.0.1 -b" and "telnet 127.0.0.1 5005"
to see what's going on or you can use "mpd -s syslog_ident" to
enable logging.

>
> Did I missed something?

mpd does not use syslog by default.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605151330.10966.nvass>