On 5/16/06, Renato Botelho <[EMAIL PROTECTED]> wrote:
Em 16/5/2006 08:58 Fernando Xavier escreveu:
> Bom galera é o seguinte configurei meu speedy no ppp e quando do :
> # ppp -ddial superig
> ele retorna:
> Working in ddial mode
> Using interface: tun0
> e não aparece mais nada, não pinga e também não navega, ja coloquei em
> um monte de forum e até agora não consegui nada,
> se alguem puder me ajudar agradeço.

Manda a configuracao pra gente dar uma olhada...

--
Renato Botelho <garga @ FreeBSD.org>
               <freebsd @ galle.com.br>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd



Bom eu não sei o que que eu fiz mais o speedy começou a funcionar,
mais preciso saber o que estava de errado para não cometer o mesmo
erro, obrigado.
#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by [EMAIL PROTECTED]
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.10 2004/11/19 17:12:56 obrien Exp $
#################################################################

default:
 set log Phase Chat LCP IPCP CCP tun command
 ident user-ppp VERSION (built COMPILATIONDATE)

superig:
        set device PPPoE:vr0
        set authname Meu_email
        set authkey Minha_senha
        set dial
        set login
        enable dns
        nat enable yes
        add default HISADDR



 # Ensure that "device" references the correct serial port
 # for your modem. (cuad0 = COM1, cuad1 = COM2)
 #
 set device /dev/cuad1

 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set timeout 180                        # 3 minute idle timer (the default)
 enable dns                             # request DNS info (for resolv.conf)

papchap:
 #
 # edit the next three lines and replace the items in caps with
 # the values which have been assigned by your ISP.
 #

 set phone PHONE_NUM
 set authname USERNAME
 set authkey PASSWORD

 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR                    # Add a (sticky) default route

install:
 set speed 115200
 set device /dev/cuad0
 set ifaddr 0 NO 255.255.255.0 0.0.0.0
 add! default HISADDR
 set timeout 0
 enable dns
 set log local phase
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK 
\\dATDP\\T TIMEOUT 40 CONNECT"
 set login
 set authname [EMAIL PROTECTED]
 set authkey metallica
 set phone 
-------------------------
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd

Responder a