home *** CD-ROM | disk | FTP | other *** search
- (le texte en français suit)
-
- Here are some information and sample scripts to help you to make your first
- steps on the net if you tried hard to make a dynamic PPP connection with
- your Amiga.
-
-
- WHAT IS NEEDED:
-
- - TCP/IP protocol stack
- available from Aminet and Aminet CD-ROM in the comm/tcp/ dir
- (Aminet:comm/tcp/AmiTCP_demo_40.lha, fully usable demo version)
-
- - PPP device driver
- available from Aminet and Aminet CD-ROM in the comm/net/ dir
- (Aminet:comm/net/PPP1_30.lha, shareware)
-
-
- WHAT MIGHT BE USEFULL TOO:
-
- - Serline by Christopher Laprise
- from InterInstall
- (included here)
-
- - Online-o-Meter (check how long you are online)
- available from Aminet and Aminet CD-ROM in the comm/misc/ dir
- (Aminet:comm/misc/Online1_4.lha, shareware)
-
- - PhoneBill (excellent phone bill preview and stats)
- available from Aminet and Aminet CD-ROM in the comm/misc/ dir
- (Aminet:comm/misc/pbill33d.lha, shareware)
-
- - socket.library (needed by some client)
- available from the Thor Homepage (and from other place too)
- (http://www.cs.uit.no/~kjelli/thor.html)
-
-
-
-
- 1. Unarchive PPP1_30.lha and read the docs.
- 2. Unarchive AmiTCP_demo_40.lha and read the docs too.
- 3. Install both following the guidelines in PPP docs.
- 4. Check if your user-startup have the new following lines:
-
- ;BEGIN AmiTCP/IP
- assign AmiTCP: Work:Comms/AmiTCP-4.0
- path AmiTCP:bin add
- Assign APIPE: Exists > NIL:
- IF Warn
- Mount APIPE: from AmiTCP:devs/APipe-Mountlist
- EndIf
- ;END AmiTCP/IP
-
- (change Work:Comms/ to the path on YOUR disk)
- 5. Reboot to make sure the new assigns are taken in account.
- 6. Copy the file scripts/startnet to AmiTCP:bin/
-
- copy scripts/startnet AmiTCP:bin
-
- (DON'T overwrite the AmiTCP:bin/startnet script if you
- installed a COMMERCIAL version of AmiTCP/IP v4.x !)
- 7. Read and modify the PPP.dial script, copy it where you want
- or follow the suggestion in PPP docs.
- 8. Check in ENVARC: and ENV: if the directory Sana2 exists,
- and if ppp0.config exists. Compare ppp0.config with this:
-
- serial.device 0 57600 0.0.0.0 SHARED 7WIRE CD SERBUF=4096 DIALSCRIPT=Work:Data/Comms/Scripts/ppp.dial
-
- (change Work:Data/Comms/Scripts/ to where you put PPP.dial)
- (re-read PPP docs to learn about the parameters if you wish)
- 9. Read the scripts/StartInternet and scripts/StopInternet and
- modify them to suit your need. Copy them where you want.
-
-
- and have a test: start your connection from shell with StartInternet,
- stop the connection with StopInternet.
-
- (I use ToolManager to start and stop Internet connection)
-
-
-
- Rem: about the installation of the DEMO (4.0) AmiTCP/IP
-
- - when asked for a login name, it's NOT the login your IAP gave you.
- Just enter what you want.
- The login from your IAP (for Ping in Belgium, it's in the form
- pingxxxx) is to be put in the PPP.dial script.
-
- - if asked for a userID, just reply 200 (default)
-
- - if asked for a groupID, just reply 100 (default)
-
- - if asked for a password, leave this blank; you already have too
- much password to remember ;-)
- (the password given by your IAP is to be put in PPP.dial)
-
- - if asked for a host name, leave this blank
-
- - when asked for domain name of your site (domain suffix), enter the
- one your IAP supply you (for Ping in Belgium, it's ping.be).
-
- - if asked for an Internet protocol address for your computer, leave
- this blank (or default 0.0.0.0), as it is dynamic.
-
- - when asked for a netmask, accept the default.
-
- - when asked for the address of the Domain Name Server (DNS), enter
- the one given by your IAP (for Belgian Ping users, it's
- 193.74.114.1)
-
-
-
-
- Philippe Duchenne <Philippe.Duchenne@ping.be>
- (http://www.ping.be/~ping3412)
-
-
-
-
-
-
-
- Voici quelques informations et exemples de scripts pour vous aider à faire
- vos premiers pas sur le net si vous cherchez à établir une connection de
- type PPP dynamique avec votre Amiga.
-
-
- CE QUI EST INDISPENSABLE:
-
- - TCP/IP protocol stack
- disponible sur Aminet et Aminet CD-ROM dans le répertoire comm/tcp/
- (Aminet:comm/tcp/AmiTCP_demo_40.lha, version démo utilisable)
-
- - un pilote PPP
- disponible sur Aminet et Aminet CD-ROM dans le répertoire comm/net/
- (Aminet:comm/net/PPP1_30.lha, shareware)
-
-
- CE QUI EST EGALEMENT UTILE:
-
- - Serline de Christopher Laprise
- dans InterInstall
- (inclus ici)
-
- - Online-o-Meter (chronomètre votre temps en ligne)
- disponible sur Aminet et Aminet CD-ROM dans le répertoire comm/misc/
- (Aminet:comm/misc/Online1_4.lha, shareware)
-
- - PhoneBill (excellent pour prévoir votre facture téléphonique)
- disponible sur Aminet et Aminet CD-ROM dans le répertoire comm/misc/
- (Aminet:comm/misc/pbill33d.lha, shareware)
-
- - socket.library (réclamée par certains clients)
- disponible entre-autre sur la Homepage Thor
- (http://www.cs.uit.no/~kjelli/thor.html)
-
-
-
-
- 1. Desarchivez PPP1_30.lha et lisez la doc.
- 2. Désarchivez AmiTCP_demo_40.lha et lisez aussi la doc.
- 3. Installez ces 2 logiciels en suivant les conseils de la doc PPP.
- 4. Vérifiez si les lignes suivantes ont été ajoutées à votre
- User-Startup:
-
- ;BEGIN AmiTCP/IP
- assign AmiTCP: Work:Comms/AmiTCP-4.0
- path AmiTCP:bin add
- Assign APIPE: Exists > NIL:
- IF Warn
- Mount APIPE: from AmiTCP:devs/APipe-Mountlist
- EndIf
- ;END AmiTCP/IP
-
- (changez Work:Comms/ par le chemin sur VOTRE disque dur)
- 5. Rebootez pour être sûr que les nouvelles assignations sont prises
- en compte.
- 6. Copiez le fichier scripts/startnet dans le répertoire AmiTCP:bin/
-
- copy scripts/startnet AmiTCP:bin
-
- (N'ECRASEZ PAS le script AmiTCP:bin/startnet si vous installez une
- version COMMERCIALE de AmiTCP/IP 4.x !)
- 7. Lisez et modifiez le script PPP.dial, copiez le où vous voulez ou
- suivez les suggestions de la doc PPP.
- 8. Vérifiez si le répertoire Sana2 existe dans ENVARC: et ENV:
- vérifiez la présence dans ce répertoire de ppp0.config et comparez
- avec:
-
- serial.device 0 57600 0.0.0.0 SHARED 7WIRE CD SERBUF=4096 DIALSCRIPT=Work:Data/Comms/Scripts/ppp.dial
-
- (changez Work:Data/Comms/Scripts/ par le chemin d'accès à PPP.dial)
- (relisez la doc PPP pour des explications dur les paramètres)
- 9. lisez les scripts scripts/StartInternet et scripts/StopInternet et
- faites les modifications nécessaires. Copiez-les où vous voulez.
-
-
- et faites un essai: démarrez la connection à partir du shell avec
- StartInternet
- stoppez la connection avec StopInternet
-
- (J'utilise ToolManager pour lancez et arrêter une connection Internet)
-
-
-
-
- Rem: à propos de l'installation de la version démo 4.0 de AmiTCP/IP
-
- - lorsque l'on vous demande votre login name, ce n'est PAS le login
- que votre fournisseur d'accès vous à donné. Entrez ce que vous
- voulez.
- Le login de votre fournisseur (pour Ping en Belgique, il a la forme
- pingxxxx) est à encoder dans le script PPP.dial.
-
- - si l'on vous demande un userID, entrez juste 200 (défaut)
-
- - si on vous demande un groupID, entrez juste 100 (défaut)
-
- - si on vous demande d'entrez un mot de passe, n'en faites rien; vous
- avez déjà assez de mots-de-passe à retenir ;-)
- (le mot de passe délivré par votre fournisseur est à encoder dans
- le script PPP.dial)
-
- - si on vous demande un host name, laissez à blanc.
-
- - lorsque l'on vous demande le domain name of your site (domain suffix),
- entrez celui que votre fournisseur vous a confié (pour Ping en
- Belgique, c'est ping.be).
-
- - si on vous demande un Internet protocol address for your computer,
- laissez à blanc (ou par défaut 0.0.0.0), puisque l'accès est
- dynamique.
-
- - lorsque l'on vous demande un netmask, acceptez le défaut.
-
- - lorsque l'on vous demande le Domain Name Server (DNS), entrez celui
- donné par votre fournisseur (pour les utilisateurs belges de Ping,
- c'est 193.74.114.1)
-
-
-
-
-
- Philippe Duchenne <Philippe.Duchenne@ping.be>
- (http://www.ping.be/~ping3412)
-
-