Ionut Borcoman <[EMAIL PROTECTED]> writes:

> ===================ppp.chatscript======================
> ABORT        BUSY
> ABORT        "NO CARRIER"
> ABORT        VOICE
> ABORT      "NO DIALTONE"
> ""         AT&F\r
> OK           ATDP2221479\r
> ogin         _my_account_\r
> word         \q_my_password_\q

You have to use PAP autentication, then delete the last two lines. And add
the line:
CONNECT

> ===================ppp.options_out=====================
> defaultroute /dev/ttyS1 38400 persist
> user _my_account_
> ===================options=====================
> dns-addr 195.179.251.65      

This line doesn't do what you expect it to do. Delete it. You add the DNS
server to /etc/resolv.conf using the line:
nameserver 195.179.251.65

> asyncmap 0
> crtscts
> lock
> modem
> debug
> kdebug 1
> proxyarp
> lcp-echo-interval 30
> lcp-echo-failure 4

> ===================pap-secrets=====================
> *     os      ""
> guest os      "*"     -
> master        os      "*"     -
> root  os      "*"     -
> support       os      "*"     -
> stats os      "*"     -
> os    *       password

You need a line with your username and password here. Try:

my_account      *       my_password


Ciao,
        Martin

BTW: Ever tried xisp? If you have X running, it will make the setup and
use of ppp much easier.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to