Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 1998 17:38:57 +0300
From:      Fadi Sodah <sodah@qatar.net.qa>
To:        freebsd-newbies@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   set up user ppp
Message-ID:  <35910F7D.1CC95263@qatar.net.qa>

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

i am switching from Linux to freebsd!  to get connect to my isp i am
running user ppp and using dyn ip addressing.
when i tried to call up ppp as root, got the following:
---------------------
hostname# ppp
Working in interactive mode
Using interfac: tun0
ppp ON hostname> dial ISP
Alias not enabled
Warning: alias port Failed 1
Warning: alias not enabled
Warning: Usage: alias deny_incoming [yes|no]
Dial attempt 359211
dial OK !
Warning: chat exist 1
Warning: DialModem: login failed
ppp ON hostname>
---------------------------------------------

i am using the following my ppp-scripts, which based on my
linux-experience

1)
#/etc/ppp/dial.chat
TIMEOUT 30
 "" ATZ
 OK ATDT359211
 ABORT "NO CARRIER"
 ABORT BUSY
 ABORT DIALTONE
 ABORT WAITING
 TIMEOUT 45
 CONNECT ""
 TIMEOUT 5
 Username: xyz
 Password: prettysecret

2)
#/etc/ppp/options
lock
-detach
modem
lock
/dev/modem
115200
crtscts
defaultroute
asyncmap 0
mtu 1500
mru 1500
noipdefault
idle 120
passive

3)
#/etc/ppp/ppp.conf
ISP:
set phone 359211
set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp"
set timeout 120
set ifaddr 0 0
delete ALL
add 0 0 HISADDR

can any one offer suggestions?
thx in advance.
bye
fadi



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?35910F7D.1CC95263>