Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 1999 13:45:28 -0400 (EDT)
From:      jim@reptiles.org (Jim Mercer)
To:        ankzt@maine.60north.net (Bill)
Cc:        jim@reptiles.org, questions@FreeBSD.ORG
Subject:   Re: Fbsd 3.3, PoPToP, ppp/pppd, MSCHAPv2/MPPE
Message-ID:  <m11ddKC-00080dC@mailbox.reptiles.org>
In-Reply-To: <Pine.BSF.4.05.9910191304030.3819-100000@maine.60north.net> from Bill at "Oct 19, 99 01:05:47 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> > i'm trying to use poptop to allow my win98 machine to do a MS VPN to my
> > freebsd 3.3 server.
> > 
> > the logs i'm seeing with both user-ppp and pppd seem to indicate that
> > something is missing.
> > 
> > i suspect is has something to do with MSCHAPv2/MPPE.
>
>  Can you show us the logs? Ive been using poptop for months for my
> organizations vpn needs without a hitch, although I havent actually tried
> the one from the ports dir. I always grab the source from the moreton bay
> page & do configure --with-bsdppp.

ok, i started fresh, i scooped the tarball frmo moreton bay, did the
--with-bsdppp, and here are the results:

ok, using the following config, i get an "Error 720" from Win98.

Win98 VPN:
  (checked)     Log on to Network
  (checked)     Enable Software compression
  (checked)     Require encrypted password
  (not checked) Require data encryption
  (not checked) Record a logfile for this connection

  (not checked) NetBEUI
  (not checked) IPX/SPX
  (checked)     TCP/IP

  (checked)     Server Assigned IP address
  (checked)     Server Assigned name server addresses
  (not checked) Use IP header compression
  (not checked) Use default gateway on remote network


/etc/pptpd.conf:
  localip 24.114.21.173
  remoteip 192.168.66.2-254

/etc/ppp/ppp.conf
    pptp:
        set speed sync
        enable pap
        enable chap
        set dns 198.96.117.136 192.75.253.138
        accept dns

/etc/ppp/chap-secrets:
  * * "" *

/var/log/ppp.log:
Oct 19 13:29:23 chuckwalla pptpd[10908]: CTRL: Client 198.96.117.242 control connection started
Oct 19 13:29:23 chuckwalla pptpd[10908]: CTRL: Starting call (launching pppd, opening GRE)
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: Using interface: tun1
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: Created in closed state
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: PPP Started (direct mode).
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: bundle: Establish
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: closed -> opening
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: Connected!
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: opening -> carrier
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: deflink: carrier -> lcp
Oct 19 13:29:23 chuckwalla ppp[10909]: Phase: Unknown protocol 0x7eff (unrecognised protocol) 
Oct 19 13:29:23 chuckwalla pptpd[10908]: GRE: Bad checksum from pppd.
Oct 19 13:29:27 chuckwalla last message repeated 35 times
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: read (0): Got zero bytes
Oct 19 13:29:27 chuckwalla last message repeated 35 times
Oct 19 13:29:27 chuckwalla pptpd[10908]: CTRL: Error with select(), quitting
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: Disconnected!
Oct 19 13:29:27 chuckwalla pptpd[10908]: CTRL: Client 198.96.117.242 control connection finished
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: Connect time: 4 secs: 1091 octets in, 1402 octets out
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase:  total 623 bytes/sec, peak 757 bytes/sec on Tue Oct 19 13:29:27 1999
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: deflink: lcp -> closed
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: bundle: Dead
Oct 19 13:29:27 chuckwalla ppp[10909]: Phase: PPP Terminated (normal).

-- 
[ Jim Mercer    Reptilian Research      jim@reptiles.org   +1 416 410-5633 ]
[ The telephone, for those of you who  have forgotten, was a commonly used ]
[ communications technology in the days before electronic mail.            ]
[ They're still easy to find in most large cities. -- Nathaniel Borenstein ]


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?m11ddKC-00080dC>