Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 1998 02:00:32 +0700 (KRS)
From:      Victor Sudakov <vas@vas.tsu.tomsk.su>
To:        questions@FreeBSD.ORG (freebsd questions mailing list)
Subject:   iijppp + slirp
Message-ID:  <199801141900.CAA07043@vas.tsu.tomsk.su>

next in thread | raw e-mail | index | archive | help
Hello.

Could you please help me make iijppp work with SLiRP on the server side?

My ppp.conf entry looks like this:


============
default:
 set device /dev/cuaa1
 set speed 38400
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \\dATM0DTW\\T TIMEOUT 40 CONNECT"
 allow user vas
 set openmode passive
 set server 3000

mpeks:
 set phone 262564:212501:521444
 set login "TIMEOUT 5 gin:-\\r-gin: XXXXXXX word: XXXXXXXXXX"
 disable chap
 disable pap
 set log Phase Chat Connect Carrier LCP IPCP CCP tun
 set redial 60.3 4
 set reconnect 3 3
 set timeout 120
 set ifaddr 193.124.182.241/0 193.124.182.1/0 255.255.255.255
 delete ALL
 add 0 0 HISADDR

phantom:
 set openmode active
 disable pred1
 deny pred1
 set phone 225912:225912:225912
 set login "TIMEOUT 5 gin:-\\r-gin: XXXXXXX word: XXXXXXXXXXX"
 disable chap
 disable pap
 set log Phase Chat Connect Carrier LCP IPCP CCP tun
 set redial 60.3 4
 set reconnect 3 3
 set timeout 120
 set ifaddr 193.124.182.241/0 193.124.182.1/0 255.255.255.255
 delete ALL
 add 0 0 HISADDR

============

I start ppp as 'ppp -auto phantom'. It logs in but is never up, and the
default route is not changed. The /var/log/ppp.log grows though :-) It works
fine with the non-slirp provider BTW (the other entry called mpeks).

Perhaps you could tell me which part of the log I should show here?

The ppp is ppp-971218.src.tar.gz from Brian.

Thanks a lot in advance.

-- 
Victor Sudakov
mailto:vas@obluo.tomsk.su
http://www.obluo.tomsk.su/~vas
PGP public key: finger vas@obluo.tomsk.su



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