Date: Tue, 25 Jul 2000 09:11:51 -0400 (EDT) From: Michael Lucas <mwlucas@blackhelicopters.org> To: questions@freebsd.org Subject: pptpclient questions Message-ID: <200007251311.JAA42266@blackhelicopters.org>
next in thread | raw e-mail | index | archive | help
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<POINTOPOINT,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007251311.JAA42266>