From owner-freebsd-net@FreeBSD.ORG Tue Jul 10 19:37:19 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 553E416A468 for ; Tue, 10 Jul 2007 19:37:19 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [213.251.163.210]) by mx1.freebsd.org (Postfix) with ESMTP id E357413C44B for ; Tue, 10 Jul 2007 19:37:18 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (ip-83-134-208-129.dsl.scarlet.be [83.134.208.129]) by tignes.restart.be (8.13.8/8.13.8) with ESMTP id l6AJbHHu077551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Jul 2007 21:37:17 +0200 (CEST) (envelope-from hlh@restart.be) Received: from morzine.restart.bel (morzine.restart.bel [192.168.24.2]) (authenticated bits=0) by restart.be (8.14.1/8.14.1) with ESMTP id l6AJbESW037010; Tue, 10 Jul 2007 21:37:15 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1184096237; bh=ySQwo7S+tZoxa4V1+rbXChoc341gUaut8wEEyaR BAf0=; h=DomainKey-Signature:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:X-Scanned-By; b=lRBJCM/LSgP HE9GBJjD3h+uDiOtpEc3PbW3uqvNPIg7B3D+g0EbtXm8UKDibHecPM2f+b45LFnyxQA fHWsLWEw== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=vGBktOyc+z6NLvW3n51128BpHPTHLES84BVsxvh3pdfkKlgJTN8UB8/dv4AgzVpWZ XwMD/aziJjsk4Gyli+6nA== Message-ID: <4693DFEA.4020002@restart.be> Date: Tue, 10 Jul 2007 21:37:14 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.4 (X11/20070616) MIME-Version: 1.0 To: "Bernard T. Higonnet" References: <200707081947.37225.bth@higonnet.net> In-Reply-To: <200707081947.37225.bth@higonnet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.61 on 192.168.24.1 Cc: freebsd-net@freebsd.org Subject: Re: newbie problems mpd server on freebsd 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: Tue, 10 Jul 2007 19:37:19 -0000 Bernard T. Higonnet wrote: > Hello, > > I want to set up a VPN server on a freebsd machine so Windows clients can use > it. > > I am using FreeBSD 6.1 and mpd 3.18 from the ports collection. > > My basic problem is that mpd does not do anything and doesn't complain about > anything, so I'm not making much progress. > > I run mpd with "mpd -k -s higvpn" > > Here are various facts and/or symptoms > > 1) all the show commands show there isn't anything (bundles, links, etc. etc.) > 2) netstat says nobody's listening on 1723 > 3) Windows VPN's produce error 678 ("There was no answer") which seems > consonant with (2) > 4) I can't find any trace info anywhere > 5) there is no firewall issue because the freebsd vpn server and Windows > machine are both on my own little network (192.168.0) and neither machine has > one for the time being > > > In an effort to embarrass myself here is my mpd.conf file > > default: > load pptp1 > load pptp2 > > pptp1: > new -i ng0 pptp1 pptp1 > load common > > pptp2: > new -i ng1 pptp2 pptp2 > load common > > common: > set iface disable on-demand > set iface enable proxy-arp > set iface idle 0 > set iface enable tcpmssfix > set bundle enable multilink > set link enable acfcomp protocomp > set link no pap chap > set link enable chap > set link keep-alive 10 60 > set ipcp yes vjcomp > set ipcp ranges 82.238.41.134/32 192.168.0.201/24 ^^^^^^^^^^^^^ what is this address ? I would, as in your previous post put this statment after each new -i ngX. > set ipcp dns 208.67.222.222 208.67.220.220 > #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 > > what about mdp.links ? Henri > > TIA > Bernard Higonnet > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"