Has anyone setup a Macintosh with PPTP and 4.1.2 or 5.0?
I have tried NTS TunnelBuilder for Mac (full version) and all I get is errors.
On the Mac side the first error is an alert box saying "Authentication with the VPN server has failed." and the logs are;
2/19/02 21:30:11: CHAP: received CHAP challange for host "e-smith"
2/19/02 21:30:11: CHAP: authentication failed, host says "I don't like you. Go 'way."
2/19/02 21:30:11: VPN: disconnect 0 1
And on the 4.1.1 box with pptp set to 5 the logs are(tail /var/log/messages);
Feb 19 21:30:06 e-smith pptpd[3357]: MGR: Launching /usr/sbin/pptpctrl to handle client
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: local address = 192.168.1.1
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: remote address = 192.168.1.249
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: pppd speed = 460800
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: pppd options file = /etc/ppp/options.pptpd
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Client 192.168.X.X control connection started
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Received PPTP Control Message (type: 1)
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Made a START CTRL CONN RPLY packet
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: I wrote 156 bytes to the client.
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Sent packet to client
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Received PPTP Control Message (type: 7)
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: 0 min_bps, 152 max_bps, 32 window size
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Made a OUT CALL RPLY packet
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Starting call (launching pppd, opening GRE)
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: pty_fd = 5
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: tty_fd = 6
Feb 19 21:30:06 e-smith pptpd[3358]: CTRL (PPPD Launcher): Connection speed = 460800
Feb 19 21:30:06 e-smith pptpd[3358]: CTRL (PPPD Launcher): local address = 192.168.1.1
Feb 19 21:30:06 e-smith pptpd[3358]: CTRL (PPPD Launcher): remote address = 192.168.1.249
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: I wrote 32 bytes to the client.
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Sent packet to client
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Received PPTP Control Message (type: 15)
Feb 19 21:30:06 e-smith pptpd[3357]: CTRL: Got a SET LINK INFO packet with standard ACCMs
Feb 19 21:30:06 e-smith kernel: CSLIP: code copyright 1989 Regents of the University of California
Feb 19 21:30:06 e-smith kernel: PPP: version 2.3.7 (demand dialling)
Feb 19 21:30:06 e-smith kernel: PPP line discipline registered.
Feb 19 21:30:06 e-smith kernel: registered device ppp0
Feb 19 21:30:06 e-smith pppd[3358]: pppd 2.4.0 started by root, uid 0
Feb 19 21:30:06 e-smith pppd[3358]: Using interface ppp0
Feb 19 21:30:06 e-smith pppd[3358]: Connect: ppp0 <--> /dev/pts/0
Feb 19 21:30:06 e-smith pptpd[3357]: Buffering out-of-order packet; got 1 after 4294967295
Feb 19 21:30:06 e-smith pptpd[3357]: Packet reorder timeout waiting for 0
Feb 19 21:30:06 e-smith pptpd[3357]: Buffering out-of-order packet; got 2 after 0
Feb 19 21:30:07 e-smith pppd[3358]: CHAP peer authentication failed for remote host daybreak2
Feb 19 21:30:07 e-smith pppd[3358]: Connection terminated.
Feb 19 21:30:07 e-smith pppd[3358]: Exit.
Feb 19 21:30:07 e-smith pptpd[3357]: Error reading from pppd: Input/output error
Feb 19 21:30:07 e-smith pptpd[3357]: CTRL: GRE read or PTY write failed (gre,pty)=(6,5)
Feb 19 21:30:07 e-smith pptpd[3357]: CTRL: Client 24.102.43.149 control connection finished
Feb 19 21:30:07 e-smith pptpd[3357]: CTRL: Exiting now
Feb 19 21:30:07 e-smith pptpd[1293]: MGR: Reaped child 3357
Any Ideas?