Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2002 22:16:42 -0800 (PST)
From:      ADiNA <ad1na@yahoo.com>
To:        questions@freebsd.org
Subject:   mpd-netgraph dialin looping
Message-ID:  <20020102061643.15725.qmail@web13303.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
hi all,

i'm using mpd 3.3 for dial in service on 4.4-stable. the server can be
dialled in for once only and then had to be killed. from the log i
found that it's looping ...

Jan  2 10:23:09 desktop mpd: [usr] LCP: SendConfigReq #14
Jan  2 10:23:09 desktop mpd:  ACFCOMP
Jan  2 10:23:09 desktop mpd:  PROTOCOMP
Jan  2 10:23:09 desktop mpd:  ACCMAP 0x000a0000
Jan  2 10:23:09 desktop mpd:  MRU 1500
Jan  2 10:23:09 desktop mpd:  MAGICNUM 25d39a36
Jan  2 10:23:09 desktop mpd:  AUTHPROTO CHAP MSOFT
Jan  2 10:23:09 desktop mpd:  MP MRRU 1600
Jan  2 10:23:09 desktop mpd:  MP SHORTSEQ
Jan  2 10:23:09 desktop mpd:  ENDPOINTDISC [802.1] 00 50 ba 56 f4 22

and the LCP will keep sending the config, hence no connection could be
made.

this is my mpd.conf
---------------------------------------------------------------------
default:
        load dialin

dialin:
        new -i ng0 dialin usr
        set iface addrs 192.168.1.171 192.168.1.172
        set iface enable on-demand
        set iface idle 0
        set iface enable proxy-arp
        set ipcp ranges 192.168.1.171/32 192.168.1.172/32
        set ipcp yes vjcomp
        set ipcp dns 161.142.212.17
        set ipcp nbns 192.168.1.2
        set link enable chap pap
        set link disable pap
        set link deny chap pap
        set link yes acfcomp protocomp
        set modem idle-script AnswerCall
--------------------------------------------------------------------------------

any help? thanks and please cc.
zaidi

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020102061643.15725.qmail>