O.K
I tried to use the parameter noauth. But I'm not still possible to connect
my ISP with my scripts. I got the same error message
pppd: The remote system is required to authenticate itself but I
pppd: couldn't find any secret (password) which would let it use an IP
address.
Here are my conf files...
Are there any errors?
/etc/ppp/options
lock
defaultroute
noipdefault
modem
noauth
/dev/ttyS0
38400
crtscts
debug
passive
name ""
connect "chat -v -f /etc/ppp/pppscript"
ipcp-accept-local
ipcp-accept-remote
/etc/ppp/pppscript
TIMEOUT 10
ABORT ERROR
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
REPORT "CARRIER"
REPORT "CONNECT"
"" "atdt<number>"
TIMEOUT 75
CONNECT
/etc/ppp/pap-secret
# PAP authentication file: /etc/ppp/pap-secrets
# This file should have a permission of 600.
# ~# chmod 600 /etc/ppp/pap-secrets
# Username Server Password IP addresses
"myusername" * "mypassword"
/etc/ppp/chap-secret
# MS-CHAP authentication file: /etc/chap-secrets
# This file should have a permission of 600.
# ~# chmod 600 /etc/ppp/chap-secrets
# Username RemoteHost Password
"myusername" * "mypassword"
* "myusername" "mypassword"
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]