From owner-freebsd-questions Tue Jul 25 6:11:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id A514E37B511 for ; Tue, 25 Jul 2000 06:11:52 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id JAA42266 for questions@freebsd.org; Tue, 25 Jul 2000 09:11:52 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200007251311.JAA42266@blackhelicopters.org> Subject: pptpclient questions To: questions@freebsd.org Date: Tue, 25 Jul 2000 09:11:51 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Folks, I have pptpclient runnning to access AT&T's Web server network, so that our Web developers can use FrontPage (gack) to publish to their Web servers. I'm using ppp patched for MS-CHAP v2 as per awfulhak.org, on a very recent 4.0-stable box, with IPFilter & IPNat. pptpclient runs, per /var/log/messages: Jul 25 07:42:54 proxybox (unknown)[13465]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:531]: Client connection established. Jul 25 07:42:55 proxybox (unknown)[13465]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:637]: Outgoing call established. sockstat tells me that I have an IP connection to the AT&T PPTP server: ... root pptp 13465 4 tcp4 a.b.c.d.2052 135.145.11.129.172 ... Here's my /etc/ppp/ppp.conf: attpptp: set authname blah set authkey blah2 set timeout 0 set ifaddr 0 0 add 204.159.38.0/24 HISADDR alias enable yes The problem is, I can't connect to any machine in the 204.159.38.0/24 block. When I try, I don't even see any GRE packets. Also, the tun0 interface doesn't come up: ... tun0: flags=8010 mtu 1500 % Should it? Anyone out there have any suggestions on where to look next? Thanks for any help. ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message