Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 1999 14:21:15 +0900 (KST)
From:      Huidae Cho <hdcho@unix.knu.ac.kr>
To:        freebsd-questions@freebsd.org
Subject:   ppp.conf problem
Message-ID:  <199910180521.OAA11491@unix.knu.ac.kr>

next in thread | raw e-mail | index | archive | help
I used ppp.conf well in 3.2-19990815-STABLE. However, after i upgraded to 
3.3-RELEASE, it didn't work. I checked /var/log/ppp.log and it connected
to ISP but didn't add default router. So i did 'route add default 123.456.789.012' by hand. Of course, 123.456.789.012 is HISADDR. After 'route add', i could
use PPP connection. What's wrong?

  I ran 'ppp -auto hitel' in 3.2. Some clue? Help me...


----- ppp.conf -----
default:
 set device /dev/modem
 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"

hitel:
 set phone 12345
 set login "\\-\\-\\-\\- 3 \"ID :\" ABCD : 12345 ENTER \"\" H: \"internet 34\""
 set timeout 120
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR


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?199910180521.OAA11491>