Hello I have OpenBSD server VPN /router on OpenBSD 4.1 + Pf +
poptop-1.1.4.b4p1
This server work ok (perfect)

All Windows clients connected without any problems :-)

But I have problem with connecting form OpenBSD 4.1 :-(

I installed pptp-1.7.1 and sysctl net.inet.gre.allow=1

this is my /etc/ppp/ppp.conf
default:
  set log Phase Chat LCP IPCP CCP tun command
  disable ipv6cp

pptp:
  #  pptp-     ppp
  set device "!/usr/local/sbin/pptp 83.16.208.84 --nolaunchpppd"
  #
  set timeout 0
  #
  set lqrperiod 5
  set cd 5
  set redial 30
  #
  set authname tester
  set authkey test123
  set dial
  set login
  #     MPPE
  set mppe 128 stateless
  #  MS-CHAP V2
  accept MSChapV2
  #    LQR
  enable lqr
  # MSS      MTU
  enable mssfixup
  #
  disable acfcomp protocomp
  deny acfcomp
  #
  add! default HISADDR


Then I do:  ppp -ddial pptp

and ifconfig tun0

tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        groups: tun egress
        inet 10.1.0.62 --> 10.1.0.1 netmask 0xffffffff

ping 10.1.0.1

ping: sendto: No buffer space available
ping: wrote 10.1.0.1 64 chars, ret=-1
ping: sendto: No buffer space available
ping: wrote 10.1.0.1 64 chars, ret=-1

tcpdump -i tun0

13:36:36.460056 10.1.0.62 > 10.1.0.1: icmp: echo request
13:36:37.470066 10.1.0.62 > 10.1.0.1: icmp: echo request
13:36:38.360038 10.1.0.62.41667 > 83.16.208.84.pptp: S
3429645879:3429645879(0) win 16384 <mss 1460,nop,nop,sackOK,nop,wscale
0,nop,nop,timestamp 2547667706 0>
13:36:38.480060 10.1.0.62 > 10.1.0.1: icmp: echo request

ppp log

Jul  9 13:36:32 MyBSD ppp[8850]: tun0: Warning: Carrier settings ignored
Jul  9 13:36:51 MyBSD pptp[23396]: anon log[main:pptp.c:276]: The synchronous
pptp option is NOT activated
Jul  9 13:36:51 MyBSD ppp[8850]: tun0: Warning: Carrier settings ignored
Jul  9 13:37:09 MyBSD pptp[31817]: anon
warn[open_inetsock:pptp_callmgr.c:326]: connect: Connection timed out
Jul  9 13:37:09 MyBSD pptp[31817]: anon
fatal[callmgr_main:pptp_callmgr.c:124]: Could not open control connection to
83.18.208.84
Jul  9 13:37:10 MyBSD pptp[24975]: anon log[main:pptp.c:276]: The synchronous
pptp option is NOT activated
Jul  9 13:37:10 MyBSD ppp[8850]: tun0: Warning: Carrier settings ignored
Jul  9 13:37:28 MyBSD pptp[11362]: anon
warn[open_inetsock:pptp_callmgr.c:326]: connect: Connection timed out
Jul  9 13:37:28 MyBSD pptp[11362]: anon
fatal[callmgr_main:pptp_callmgr.c:124]: Could not open control connection to
83.16.208.84
Jul  9 13:37:29 MyBSD pptp[32119]: anon log[main:pptp.c:276]: The synchronous
pptp option is NOT activated
Jul  9 13:37:29 MyBSD ppp[8850]: tun0: Warning: Carrier settings ignored
Jul  9 13:37:47 MyBSD pptp[20030]: anon
warn[open_inetsock:pptp_callmgr.c:326]: connect: Connection timed out
Jul  9 13:37:47 MyBSD pptp[20030]: anon
fatal[callmgr_main:pptp_callmgr.c:124]: Could not open control connection to
83.16.208.84
Jul  9 13:37:49 MyBSD pptp[2565]: anon log[main:pptp.c:276]: The synchronous
pptp option is NOT activated
Jul  9 13:37:49 MyBSD ppp[8850]: tun0: Warning: Carrier settings ignored
Jul  9 13:38:06 MyBSD pptp[8251]: anon
warn[open_inetsock:pptp_callmgr.c:326]:
connect: Connection timed out
Jul  9 13:38:06 MyBSD pptp[8251]: anon
fatal[callmgr_main:pptp_callmgr.c:124]:
Could not open control connection to 83.16.208.84
Jul  9 13:38:08 MyBSD pptp[28051]: anon log[main:pptp.c:276]: The synchronous
pptp option is NOT activated
Jul  9 13:38:08 MyBSD ppp[8850]: tun0: Warning: Carrier settings ignored

What it is ??? whay a cant connect to the server

On my OpenBSD I don't have enable pf and any packet filter

Reply via email to