Date: Sun, 25 Feb 2001 12:35:18 -0500 From: "Dan" <techieguy7@yahoo.com> To: freebsd-questions@FreeBSD.ORG Subject: ppp dial-up problems Message-ID: <3A98FC06.28236.910662B@localhost>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I have set up ppp to dial my ISP. I typed ppp -auto myispname and
when I try to run a program that needs the network it does not even
attempt to establish a connection. When I type ppp -ddial it dials my
ISP but then says "Warning: Chat script failed" and
disconnects me. So I don't know what to do so i will post my
ppp.conf, ppp.linkup, and rc.conf. Let me know if you see anything
wrong. I can connect to the ISP using kppp(under kde) and it works
just fine. But I can't get ppp to work. Any suggestions?
Thanks
[-- Attachment #2 --]
MYADDR:
delete ALL
add 0 0 HISADDR
[-- Attachment #3 --]
#info changed for privacy
default:
set log Phase Chat Connect Carrier lcp ipcp ccp command
set device /dev/cuaa0 #my modem is on COM 1
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
CLSCC:
set phone "5555555" #Separate multiple phone numbers with a |
set login "TIMEOUT 10 name:-BREAK-name: myname word: mypass cr2> ppp"
#my isp asks for username: and password: and has a prompt of clscr2> where i type ppp
set timeout 300 #Change to 0 if no timeout desired
deny lqr
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0
[-- Attachment #4 --]
# This file now contains just the overrides from /etc/defaults/rc.conf
# please make all changes to this file.
# Enable network daemons for user convenience.
# -- sysinstall generated deltas -- #
linux_enable="YES"
sendmail_enable="YES"
moused_enable="YES"
saver="logo"
sshd_enable="YES"
inetd_enable="YES"
network_interfaces="lo0 tun0" ifconfig_tun0=
router_enable="NO"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A98FC06.28236.910662B>
