[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Netscape Communicator and Mail



Ionut Borcoman <borco@mailbox.ro> 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 debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: