Identifiant
  Mot de passe    
 
     
 
 
 

Systeme d'Exploitation : LINUX (1/1)


Pour se connecter à Micso avec Linux, vous devez utiliser la méthode d'authentification PAP ou CHAP.

Pour en savoir plus n'hésitez pas à consulter l'excellente et exhaustive documentation du site Linux France, sur : http://www.linux-france.org/article/connex/


---------------------/etc/chatscripts/micso------------------
ABORT        BUSY
ABORT        "NO CARRIER"
ABORT        VOICE
ABORT        "NO DIAL TONE"
""           ATZ
OK           ATM0L0DT0860922000
NNECT        ""

---------------------/etc/ppp/peers/paris-ppp------------------

#!/bin/sh
# You usually need this if there is no PAP authentication
noauth
# The chatscript (be sure to edit that file too)
connect "/usr/sbin/chat -v -f /etc/chatscripts/micso"
# Routing 
defaultroute
modem
# Default Modem (you better replace this with /dev/ttySx!)
/dev/modem
# Speed 
115200
ipcp-accept-remote
ipcp-accept-local
# Keep Modem up even if connexion fails
# persist 
idle 180
# demand 
remotename proxad
debug
user <Votre_Login>

---------------------/etc/resolv.conf------------------

#/etc/resolv.conf
domain micso.fr
search micso.fr
nameserver 212.27.32.5
nameserver 213.228.0.168

# Si vous souhaitez utiliser l'authentification en CHAP mettez le fichier :

---------------------/etc/ppp/chap-secrets------------------

# Secrets for authentication using CHAP
# client         server           secret            IP addresses 
<Votre_Login>    proxad         <Votre_Password>

	

# Sinon, si vous préférez utiliser PAP, créer le fichier :

---------------------/etc/ppp/pap-secrets------------------

# Secrets for authentication using PAP
# client         server          secret             IP addresses 
<Votre_Login>    proxad          <Votre_Password>
 
 

Micso S.r.l. ©Copyright 2004
debug