From owner-freebsd-questions Fri Jul 12 17:28:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8362337B400 for ; Fri, 12 Jul 2002 17:28:10 -0700 (PDT) Received: from wellington.xo.com (wellington.xo.com [207.155.252.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F09843E64 for ; Fri, 12 Jul 2002 17:28:10 -0700 (PDT) (envelope-from fred@timogen.com) Received: from fred ([61.169.22.140]) by wellington.xo.com id UAA02045; Fri, 12 Jul 2002 20:28:09 -0400 (EDT) [ConcentricHost SMTP Relay 1.14] From: fred@timogen.com Message-ID: <002101bfee71$e151c1d0$8c16a93d@fred> To: References: <20020708001651.1df0a83b.overclocker@optushome.com.au> Subject: Ask help for MPD pptp server Date: Sat, 15 Jul 2000 08:32:23 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi sir. I had encouter problems when I set up the pptp server. I want to set up a pptp server using mpd on freebsd and the windows 2000 client can set up the PPTP connection to the PPTP Server and then can access the Lan Network, I had install mpd and see it run successfully, but I cannot make connections to pptp server. I have install a mpd 3.8 on my freebsd(5.0-dp1) box. It is used as a pptp server and also as a gatewy. I see the mpd runs successfully by the log messages, but I cannot connect the pptp server from the windows 2000 client, the error messages is: "There is no answer". Could u give me some suggestion? =====log messages: Jul 13 08:15:15 pearl mpd: mpd: pid 6208, version 3.8 (root@pearl 16:28 12-Jul-2002) Jul 13 08:15:15 pearl mpd: [pptp1] ppp node is "mpd6208-pptp1" Jul 13 08:15:15 pearl mpd: mpd: local IP address for PPTP is 192.168.5.99 Jul 13 08:15:15 pearl mpd: [pptp1] using interface ng2 Jul 13 08:15:15 pearl mpd: [pptp2] ppp node is "mpd6208-pptp2" Jul 13 08:15:15 pearl mpd: [pptp2] using interface ng3 =====================MPD.conf======= pearl# more mpd.conf default: load client1 load client2 pptp_common_settings: set iface disable on-demand set iface enable proxy-arp set iface idle 0 set bundle enable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link keep-alive 25 60 set ipcp yes vjcomp set ipcp dns 192.168.5.99 set ipcp nbns 192.168.5.99 set bundle enable compression set ccp yes mppc # I've been trying mpp-compress every couple # months... it doesn't work for me. :) # set ccp yes mpp-compress set ccp yes mpp-e40 set ccp yes mpp-e128 set ccp yes mpp-stateless client1: new -i ng2 pptp1 pptp1 set ipcp ranges 192.168.5.126/32 192.168.5.128/32 load pptp_common_settings client2: new -i ng3 pptp2 pptp2 set ipcp ranges 192.168.5.126/32 192.168.5.128/32 load pptp_common_settings ========================mpd.links======================== pptp1: set link type pptp set pptp self 192.168.5.99 set pptp enable incoming set pptp disable originate pptp2: set link type pptp set pptp self 192.168.5.99 set pptp enable incoming set pptp disable originate Regards, Fred Zhang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message