The Bluewindow est un fournisseur d'accès suisse de l'opérateur Swisscom.
Dans ce document, j'admet que:
1. Linux est installé proprement.
2. X-window fonctionne.
3. Tu as crée ton compte utilisateur pour utiliser les outils
internet (jamais en root!), adduser perment de le faire.
4. Les connaissances de base de unix sont ok.
---------------------/usr/local/sbin/bluewin------------------
#!/bin/sh
DIALSCRIPT=/etc/ppp/ppp-on-dialer.bw
exec /usr/sbin/pppd connect $DIALSCRIPT name
ton_username /dev/ttyS1 115200 crtscts defaultroute noipdefault
---------------------/etc/ppp/ppp-on-dialer.bw
---------------
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
exec chat -v
\
TIMEOUT
5
\
ABORT
'\nBUSY\r'
\
ABORT
'\nNO ANSWER\r'
\
ABORT
'\nRINGING\r\n\r\nRINGING\r' \
""
\rAT
\
'OK-+++\c-OK'
ATH0
\
TIMEOUT
45
\
OK
ATDT0840840111
\
CONNECT
""
---------------------/etc/ppp/chap-secrets -------------------
# Secrets for authentication using CHAP
# client
server secret
IP addresses
ton_username
*
ton_password
---------------------/etc/ppp/options -----------------------
lock
domain bluewin.ch
---------------------/etc/resolv.conf------------------------
# /etc/resolv.conf
domain bluewin.ch
search bluewin.ch
# dns bluewin window
nameserver 195.186.1.110
nameserver 195.186.1.111
Bonne chance...
Auteur: Dominique Muller hb9hli@bluewin.ch
Dernière mise à jour: 4 juillet 1999.