On Thu, Aug 20, 1998 at 01:32:37PM -0400, Will Lowe wrote:
> On Wed, 19 Aug 1998, Geoffrey L. Brimhall wrote:
> 
> > So you should change the connect line to:
> > 
> > connect "chat -v -f /the_base_path_to_myisp/myisp"
> This works until the ppp server asks for chap/pap,  and then the local
> copy of pppd spawned by diald doesn't do it,  so the remote server kicks
> me off.  Any way to make diald to pap/chap?

Here's my /etc/diald/diald.options file:
(look at the `pppd-options' line)
---------------------------------------
# diald log file: do not change.
accounting-log /var/log/diald.log

# diald monitoring pipe: do not change.
fifo /var/run/diald.fifo

#### added by pann
pppd-options noproxyarp noauth user pann
####

mode ppp
connect "/usr/sbin/chat -f /etc/chatscripts/provider"
device /dev/ttyS0
speed 115200
modem
lock
crtscts
local 192.168.0.1
remote 192.168.0.2
dynamic
defaultroute
include /etc/diald/standard.filter

Reply via email to