wXP VPN trouble

Hi,

I am trying to configure MT as a VPN server. I followed instructions in manual (ppp secret, user to pptp, pptp svr enable, arp-proxy) and I used VPN client incluided in Windows XP SP1 + all patches.
But I keep recieving error 742: The remote computer doesn’t support required encryption type (or whatever the exact error is in english).
I tryied everything: allowing all protocols, anly each one (even PAP). The same with xp clinet: automatic configuration, manual…
Still the same result.

Does anybody know what could be the probelm?

Thanks.

This Configure is running.

/ interface pptp-server server
set enabled=yes mtu=1460 mru=1460 authentication=mschap2,mschap1,pap
keepalive-timeout=30 default-profile=default

/ ip pool
add name=“pptp” ranges=192.168.0.150-192.168.0.189

/ ppp profile
set default name=“default” local-address=pptp remote-address=pptp
session-timeout=0s idle-timeout=0s use-compression=yes
use-vj-compression=no use-encryption=yes require-encryption=yes
only-one=no change-tcp-mss=yes tx-bit-rate=0 rx-bit-rate=0
incoming-filter=“” outgoing-filter=“” dns-server=“” wins-server=“”
comment=“”

/ ppp aaa
set use-radius=no accounting=yes interim-update=0s

/ ppp secret
add name=“user1” service=pptp caller-id=“” password=“user1”
profile=default local-address=0.0.0.0 remote-address=0.0.0.0 routes=“”
limit-bytes-in=0 limit-bytes-out=0 comment=“” disabled=no

THANKS A LOT!

The problem was that the “default” profile has use-encryption=no and require-encryption=no default parameters!

This is not mentioned in the manual in the section about PPTP, not even in examples.

If anybody from MT reads this thread, please add this information into the Reference Manual.

Now I’m fine and really excited about MikroTik Router OS :o)). It has everything I’d wish :o)