Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 1999 13:02:57 +0000
From:      Mark Ovens <marko@uk.radan.com>
To:        Gustavo Vieira G C Rios <grios@netshell.vicosa.com.br>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PPP connection
Message-ID:  <36D2A701.748720DB@uk.radan.com>
References:  <36D2019B.DAA58E3D@netshell.vicosa.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
Gustavo Vieira G C Rios wrote:
> =

> default:
>  set device /dev/cuaa2
>  set speed 115200
>  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK=

> \\dATDT\\T TIMEOUT 40 CONNECT"

Is the ``set dial'' line all one line in the file? Also make sure
there is a space after ``OK-AT-OK'' (I can't tell as the line is
wrapped):

  ATE1Q0 OK-AT-OK \\dATDT
                 ^
                 ^

> =

> ISP:
>  set phone 8916101
>  set login "TIMEOUT 5 login:-\\r-login: ppp word: qqq"
                        ^^^^^      ^^^^^

change ``login:'' to ``name:''. The log you include below shows that
your ISP uses ``Username:'' as the prompt, not ``login:''

>  set TIMEOUT 120
>  set ifaddr 0 0
>  accept chap
>  deny pap
>  disable chap
>  disable pap
>  set authname anyuser
>  set key anykey
       ^^^

Should be `` set authkey anykey''

> =

> #/etc/ppp/ppp.linkup
> =

> MYADDR:
>  delete 0

Try ``delete ALL''. This should fix the "Warning: Del route failed:
0.0.0.0: Non-existent" message

>  add 0 0 HISADDR
> =

> Username: grios
> Password: *******
> Entering PPP mode.
> Your IP address is 200.236.148.200=C0!}!@} }2}!}$}&@}"}&} }*} }
> }'}"}(}"to~Warning: Del route failed: 0.0.0.0: Non-existent
> =


-- =

      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com                  http://www.radan.com


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?36D2A701.748720DB>