Hi,
I'm fairly new to OpenBSD so please bare with me. For the past week or
so I've been trying to connect my OpenBSD box to a Microsoft VPN server
using the pptp client from pptpclient.sourceforge.net without success.
Here is my current setup:

OpenBSD 3.6 (just the basics, no X-windows)
    I've recompiled the GENERIC kernel and commented out the "gre"
pseudo device (the pptp client man pages said to do this)
    I've downloaded and installed pptp-1.7.0.tar.gz from
pptpclient.sourceforge.net

/etc/ppp/chap-secrets:
#$OpenBSD: chap-secrets,v 1.3 2002/06/09 06:15:15 todd Exp $
# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
<domain>\\<myusername> * <mypassword> *

/etc/ppp/options
name <domain>\\<myusername>
noauth
noipdefault
defaultroute
debug

These are the error messages that I get in /var/log/messages:
Sep  2 14:07:33 firewall3 pptp[31847]: anon log[main:pptp.c:267]: The
synchronous pptp option is NOT activated
Sep  2 14:07:33 firewall3 pptp[20169]: anon
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1
'Start-Control-Connection-Request'
Sep  2 14:07:33 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:739]: Received Start Control Connection Reply
Sep  2 14:07:33 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:773]: Client connection established.
Sep  2 14:07:34 firewall3 pptp[20169]: anon
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7
'Outgoing-Call-Request'
Sep  2 14:07:34 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:858]: Received Outgoing Call Reply.
Sep  2 14:07:34 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:897]: Outgoing call established (call ID 0,
peer's call ID 8872).
Sep  2 14:07:34 firewall3 pppd[11145]: pppd 2.3.5 started by elira, uid 0
Sep  2 14:07:34 firewall3 pppd[11145]: Using interface ppp0
Sep  2 14:07:34 firewall3 pppd[11145]: Connect: ppp0 <--> /dev/ttyp1
Sep  2 14:07:37 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:950]: PPTP_SET_LINK_INFO received from
peer_callid 0
Sep  2 14:07:37 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:953]:   send_accm is FFFFFFFF, recv_accm is
FFFFFFFF
Sep  2 14:07:37 firewall3 pptp[20169]: anon
warn[ctrlp_disp:pptp_ctrl.c:956]: Non-zero Async Control Character Maps
are not supported!
Sep  2 14:07:37 firewall3 pppd[11145]: LCP terminated by peer
(o(<M-K^@<[EMAIL PROTECTED]@^BM-3)
Sep  2 14:07:37 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:950]: PPTP_SET_LINK_INFO received from
peer_callid 0
Sep  2 14:07:37 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:953]:   send_accm is FFFFFFFF, recv_accm is
FFFFFFFF
Sep  2 14:07:37 firewall3 pptp[20169]: anon
warn[ctrlp_disp:pptp_ctrl.c:956]: Non-zero Async Control Character Maps
are not supported!
Sep  2 14:07:37 firewall3 pptp[20169]: anon
log[ctrlp_disp:pptp_ctrl.c:912]: Received Call Clear Request.
Sep  2 14:07:40 firewall3 pppd[11145]: Connection terminated.
Sep  2 14:07:41 firewall3 pptp[11481]: anon
warn[decaps_hdlc:pptp_gre.c:197]: short read (0): Invalid argument
Sep  2 14:07:41 firewall3 pptp[20169]: anon
log[callmgr_main:pptp_callmgr.c:231]: Closing connection (unhandled)
Sep  2 14:07:41 firewall3 pptp[20169]: anon
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 12
'Call-Clear-Request'
Sep  2 14:07:41 firewall3 pptp[20169]: anon
log[call_callback:pptp_callmgr.c:78]: Closing connection (call state)

Right now I'm all out of ideas. Any help would be greatly appreciated.
If any one knows of any basic setup instructions for pptp on OpenBSD I
would love to see them.
Thanks,
- Eli

Reply via email to