From owner-freebsd-questions Fri Aug 20 16:21:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ddsecurity.com.br (vitoria.ddsecurity.com.br [200.18.130.93]) by hub.freebsd.org (Postfix) with SMTP id EAF4F14D47 for ; Fri, 20 Aug 1999 16:21:04 -0700 (PDT) (envelope-from grios@ddsecurity.com.br) Received: (qmail 57052 invoked from network); 20 Aug 1999 23:21:01 -0000 Received: from remoteip180.buynet.com.br (HELO ddsecurity.com.br) (200.238.234.180) by vitoria.ddsecurity.com.br with SMTP; 20 Aug 1999 23:21:01 -0000 Message-ID: <37BDDE12.C32853F4@ddsecurity.com.br> Date: Fri, 20 Aug 1999 20:00:34 -0300 From: Gustavo V G C Rios X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: ppp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get connect to the itnernet, using ppp. I try to connect using "ppp -background isp", but i cannot do it. Otherway, when i: myname# ppp Working in interactive mode Using interactive interface: tun0 ppp on myname> term atdtXXXXXXX This way it goes well, no problem. Can anybody here tell me what's going on ? Could my /etc/ppp/ppp.conf be wrong ? Here goes my ppp.conf: default: set device /dev/cuaa2 set speed 57600 set openmode passive set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" isp: set phone 8995400 set login "TIMEOUT 5 Login:-\\r-Login: mylogin word: mypass" set timeout 120 set ifaddr 0 0 set authname mylogin set authkey mypass To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message