Good day everyone!
could you help me with my trouble? i have mpd 3.18 on FreeBSD 6.0 i'm
trying to authenticate on PIX525 with no luck-remote side ask for
authentication i dont know why. here is some log and configs and thank
you:

[bsdvpn] LCP: phase shift ESTABLISH --> AUTHENTICATE
[bsdvpn] LCP: auth: peer wants PAP, I want PAP
[bsdvpn] PAP: using authname "user_test"
[bsdvpn] PAP: sending REQUEST
[bsdvpn] LCP: LayerUp
[bsdvpn] PAP: rec'd REQUEST #1
Peer name: ""
mpd: empty auth name
Can't get credentials for ""
[bsdvpn] PAP: sending NAK
[bsdvpn] LCP: authorization failed
[bsdvpn] device: CLOSE event in state UP
pptp0-0: clearing call
[bsdvpn] device is now in state CLOSING


[mpd.conf]
default:
        load bsd-vpn
bsd-vpn:
        set link type pptp
        new -i ng0 bsdvpn bsdvpn
        set iface enable tcpmssfix
        set iface disable on-demand
        set iface addrs 0 0
        set iface idle 0
        set iface session 0
        set bundle disable multilink
        set bundle enable encryption compression crypt-reqd
        set bundle accept encryption
        set bundle authname user_test
        set bundle password qwerty
        set link no mru 1500
        set link no acfcomp protocomp
        set link no pap
        set link accept pap
        set link enable pap
#        set iface mtu 1500
#       set link mtu 1500
# If remote machine is NT you need this..
#        set link enable no-orig-auth
        set link keep-alive 10 75
        set ipcp yes vjcomp
#
# The five lines below enable Microsoft Point-to-Point encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
#
#       set ecp accept des
#       set ecp enable des
#       set ccp yes mpp-e128
#       set ccp yes mppc
#       set ccp enable mpp-compress
#       set ccp yes mpp-stateless
        open


[mpd.links]
bsdvpn:
        set link type pptp
#        set link enable no-orig-auth
        set pptp self 10.0.1.2
        set pptp peer 10.0.1.1
        set pptp enable originate outcall
#        set pptp enable originate incoming outcall

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mpd-users mailing list
Mpd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mpd-users

Reply via email to