From owner-freebsd-questions Wed Apr 3 9:59:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from agamemnon.cnchost.com (agamemnon.cnchost.com [207.155.252.31]) by hub.freebsd.org (Postfix) with ESMTP id 92BB937B442 for ; Wed, 3 Apr 2002 09:58:29 -0800 (PST) Received: from win98 ([208.176.51.227]) by agamemnon.cnchost.com id MAA03328; Wed, 3 Apr 2002 12:58:29 -0500 (EST) [ConcentricHost SMTP Relay 1.14] From: "Raja Velu" To: Subject: RE: Unable to see Windows PCs using PPTP VPN Date: Wed, 3 Apr 2002 11:54:20 -0600 Message-ID: <000c01c1db38$96bffaa0$1d00a8c0@www.micronetusa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <000b01c1db32$5c6ed660$1d00a8c0@www.micronetusa.com> Importance: Normal 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 Here are my mpd config files (192.168.0.2 is the internal IP for the FreeBSD server and 192.168.0.1 is the Windows PDC): ##### mpd.links ###### pptp1: set link type pptp set pptp self 1.2.3.4 set pptp enable incoming set pptp disable originate ##### mpd.conf ####### default: load pptp1 pptp1: new -i ng1 pptp1 pptp1 set ipcp ranges 192.168.0.2/32 192.168.0.201/24 set iface disable on-demand set iface enable proxy-arp set iface idle 1800 set bundle disable 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 dns 192.168.0.1 set ipcp nbns 192.168.0.1 set bundle enable compression set ccp yes mppc set ccp yes mpp-e40 set ccp yes mpp-e128 set bundle enable crypt-reqd set ccp yes mpp-stateless Rgds, Raja -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Raja Velu Sent: Wednesday, April 03, 2002 11:10 AM To: freebsd-questions@freebsd.org Subject: Unable to see Windows PCs using PPTP VPN Hi, I am running a FreeBSD 4.4 server as an IPFW-based firewall/NAT server for our company LAN. I have also set this box up to serve as a PPTP VPN server running mpd 3.2. I have opened up the firewall with the following lines to let VPN connections through: 03200 allow tcp from any to 1.2.3.4 1723 keep-state 03300 allow log logamount 100 gre from any to 1.2.3.4 03400 allow log logamount 100 gre from 1.2.3.4 to any When I use a win98 PC to connect to my VPN, I am able to get through fine! However, after I connect, I am not able to see any Windows PCs inside of the network. Consequently, I am not able login into my Windows domain either. Is it possible to do what I want without giving up on the IPFW/NAT/PPTP setup that I have or am I asking for too much??? Any pointers/web sites that can be provided will be greatly appreciated. Thanks. Rgds, Raja Velu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message