From owner-freebsd-net@FreeBSD.ORG Wed Jul 25 11:19:05 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 360E016A417 for ; Wed, 25 Jul 2007 11:19:05 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from mail.duras.ro (mail.duras.ro [86.105.56.133]) by mx1.freebsd.org (Postfix) with ESMTP id CEB9A13C474 for ; Wed, 25 Jul 2007 11:19:04 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from localhost (localhost [127.0.0.1]) by mail.duras.ro (Postfix) with ESMTP id 3E83822707 for ; Wed, 25 Jul 2007 13:52:51 +0300 (EEST) Received: from mail.duras.ro ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29894-05 for ; Wed, 25 Jul 2007 13:52:49 +0300 (EEST) Received: from [86.105.56.194] (ma.plimb.cu.barca.prin.padure.ro [86.105.56.194]) by mail.duras.ro (Postfix) with ESMTP id 317A92E54 for ; Wed, 25 Jul 2007 13:52:49 +0300 (EEST) Message-ID: <46A72B80.8040400@duras.ro> Date: Wed, 25 Jul 2007 13:52:48 +0300 From: Mihai Tanasescu User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (RedHat) at duras.ro Subject: Can't get MPD to work..doesn't listen on interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 11:19:05 -0000 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.