diff options
author | Roy Marples <roy@marples.name> | 2007-11-02 11:02:07 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-02 11:02:07 +0000 |
commit | 7003483a9146353872b0d9a3cea0f8b272bd5b62 (patch) | |
tree | f4c84c4693daaca7a7b2ae699d2938edbcfafef7 /conf.d.Linux | |
parent | 220f6f8fdba09d8e19b61a060d29d3d3bd6e13aa (diff) |
Fix ppp config, #197775.
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/net.example | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index c2d4b371..cda4edb6 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -701,22 +701,22 @@ # Dial-up PPP users need to specify at least one telephone number #phone_number_ppp0="12345689" # Maximum 2 phone numbers are supported # They will also need a chat script - here's a good one -#chat_ppp0=" \ -# 'ABORT' 'BUSY' \ -# 'ABORT' 'ERROR' \ -# 'ABORT' 'NO ANSWER' \ -# 'ABORT' 'NO CARRIER' \ -# 'ABORT' 'NO DIALTONE' \ -# 'ABORT' 'Invalid Login' \ -# 'ABORT' 'Login incorrect' \ -# 'TIMEOUT' '5' \ -# '' 'ATZ' \ -# 'OK' 'AT' # Put your modem initialization string here \ -# 'OK' 'ATDT\T' \ -# 'TIMEOUT' '60' \ -# 'CONNECT' '' \ -# 'TIMEOUT' '5' \ -# '~--' '' \ +#chat_ppp0=" +#ABORT BUSY +#ABORT ERROR +#ABORT 'NO ANSWER' +#ABORT 'NO CARRIER' +#ABORT 'NO DIALTONE' +#ABORT 'Invalid Login' +#ABORT 'Login incorrect' +#TIMEOUT 5 +#'' ATZ +#OK AT # Put your modem initialization string here +#OK 'ATDT\T' +#TIMEOUT 60 +#CONNECT '' +#TIMEOUT 5 +#~-- '' #" # If the link require extra configuration - for example wireless or |