Re: Re: connexion adsl impossible avec tele2

2004-04-26 Par sujet bthouement


Une possibilité est de configurer la connection en acceptant la résolution dns 
du fournisseur d'accès de vous en fournir le adresses IP pour une configuration 
à la main. En fait s'il est impossible de faire un ping sur une adresse c'est 
que le dns n'est pas réalisé. essayer un ping sur une adresse ip (EX: Frre.fr; 
62.147.96.146) sans utiliser la résolution de nom . Si cela fonctionne, il ne 
reste qu'à obtenir les adresses ip du serveur DNS.



Re: connexion adsl impossible avec tele2

2004-01-11 Par sujet Jeremy Levy

Petite amélioration :

#! /bin/sh
#
# network   Bring up ppp0 connection
#
# By Jeremy Levy, Paris
#
# v1.0 06.01.2004
# v1.1 11.01.2004
#

export LC_ALL="C"
export LANG="C"
export LANGUAGE="C"

PPP=ppp0

test -x /usr/sbin/pppd -a -f /etc/ppp/ppp_on_boot || exit 0
if [ -x /etc/ppp/ppp_on_boot ]; then RUNFILE=1; fi

#
#

ADD_PPP=`/sbin/ifconfig $PPP | grep 'inet addr:' | sed 's/.*inet 
addr:\([0-9.]*\).*/\1/g'`


if [ -x $ADD_PPP ]; then
   echo -n "Starting up PPP link: pppd"
   if [ "$RUNFILE" = "1" ]; then
 su - -c "/etc/ppp/ppp_on_boot"
   else
 pppd call provider
   fi
   echo "."
else
   echo " PPP---MARK---PPP "
fi

exit 0


Jeremy Levy a écrit:


Salut,
j'ai fais un petit script sympa pour une copine sur tele2 :

# more /etc/cron.d/ppp_restart
--
0-55/5 ** * *   root /usr/local/sbin/if_ppp_restart

--


# more /usr/local/sbin/if_ppp_restart
--
#! /bin/bash
#
# network   Bring up ppp0 connection
#
# By Jeremy Levy, Paris
#
# v1.0 06.01.2004
#

export LC_ALL="C"
export LANG="C"
export LANGUAGE="C"

PPP=ppp0

#
#

ADD_PPP=`/sbin/ifconfig $PPP | grep 'inet addr:' | sed 's/.*inet 
addr:\([0-9.]*\).*/\1/g'`


if [ -x "$ADD_PPP" ]; then
   echo "ppp0 en cours de redemarrage"
   /etc/init.d/ppp restart
else
   echo "--- MARK-PPP ---"
fi

exit 0
--







dcabaton a écrit:



Il y a apparament des problemes d'identification chez tele2 : 
http://editorial.tele2internet.fr/?page=ETAT_RESEAU&popup=1


J'sais pas si ca viens de là et c'est peut-etre lié.


je suis chez tele2 avec une woody et je rencontre pas mal de 
deconnection. 2/3 auojourd'hui..


sinon j'ai simplement utiliser pppoeconf pour configurer ma connexion !

DaViD





--
Mail gratuit, Chat, recherche, retrouvez tous vos outils sur 
http://www.netscape.fr/





Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet Jeremy Levy

Salut,
j'ai fais un petit script sympa pour une copine sur tele2 :

# more /etc/cron.d/ppp_restart
--
0-55/5 ** * *   root /usr/local/sbin/if_ppp_restart

--


# more /usr/local/sbin/if_ppp_restart
--
#! /bin/bash
#
# network   Bring up ppp0 connection
#
# By Jeremy Levy, Paris
#
# v1.0 06.01.2004
#

export LC_ALL="C"
export LANG="C"
export LANGUAGE="C"

PPP=ppp0

#
#

ADD_PPP=`/sbin/ifconfig $PPP | grep 'inet addr:' | sed 's/.*inet 
addr:\([0-9.]*\).*/\1/g'`


if [ -x "$ADD_PPP" ]; then
   echo "ppp0 en cours de redemarrage"
   /etc/init.d/ppp restart
else
   echo "--- MARK-PPP ---"
fi

exit 0
--







dcabaton a écrit:



Il y a apparament des problemes d'identification chez tele2 : 
http://editorial.tele2internet.fr/?page=ETAT_RESEAU&popup=1


J'sais pas si ca viens de là et c'est peut-etre lié.


je suis chez tele2 avec une woody et je rencontre pas mal de 
deconnection. 2/3 auojourd'hui..


sinon j'ai simplement utiliser pppoeconf pour configurer ma connexion !

DaViD



--
Mail gratuit, Chat, recherche, retrouvez tous vos outils sur 
http://www.netscape.fr/





Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet Nicolas Rueff
Ainsi parla Rodolphe Pelloux-Prayer le 007ème jour de l'an 2004:

> I
> [EMAIL PROTECTED] wrote:
> 
> >bonjour, 
> >
> >je n'arrive pas à me connecter avec télé2. Des détails :
> >
> >- un modem Bewan ADSL Ethernet st 
> >- je suis en instable avec le kernel 2.6.0
> >- j'ai installé ppp, pppoe, et pppoeconf
> >- j'ai configuré avec pppoeconf
> >- je tape pon dsl-provider et je n'ai pas de connection 
> >(ping d'une adresse IP impossible, par contre je peux pinguer 
> >mon modem)
> >- l'adsl fonctionne sous windows
> >  
> >
> Il y a apparament des problemes d'identification chez tele2 : 
> http://editorial.tele2internet.fr/?page=ETAT_RESEAU&popup=1
> 
> J'sais pas si ca viens de là et c'est peut-etre lié.

Non: il y aurait une erreur d'authentification, pas de machin à propos
d'un tty.

Le problème dont parle Tele2 donne ceci dans les logs:
###
pppoe[261]: Session 607 terminated -- received PADT from peer
pppoe[261]: Sent PADT pppd[259]: LCP terminated by peer
pppd[259]: Modem hangup
pppd[259]: Connection terminated.
pppd[259]: Connect time 4068.2 minutes.
pppd[259]: Sent 2826914236 bytes, received 3460800593 bytes.
pppd[259]: Serial connection established.
pppd[259]: Using interface ppp0
pppd[259]: Connect: ppp0 <--> /dev/pts/0
pppoe[8791]: PADS: Service-Name: ''
pppoe[8791]: PPP session is 903
pppd[259]: CHAP authentication failed: Authentication failed
pppd[259]: Connection terminated.
pppd[259]: Connect time 4068.2 minutes.
pppd[259]: Sent 2826914236 bytes, received 3460800593 bytes.
pppoe[8791]: read (asyncReadFromPPP): Session 903: Input/output error
pppoe[8791]: Sent PADT
###
etc ...



-- 
  .,p**"*=b_   Nicolas Rueff
 ?P"  .__ `*b   Montbéliard  -  France
|P  .d?'`&, 9|   http://rueff.tuxfamily.org
M:  |}   |- H'   [EMAIL PROTECTED]
&|  `#?_._oH'   +33 6 77 64 44 80
`H.   "`"`'   GPG 0xDD44DAB4
 `#?.   ICQ 97700474
   `^~.

We are Penguin. Resistance is futile. You will be assimilated.


pgpf4EWlgjRtL.pgp
Description: PGP signature


Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet efiliot
> 
> Et une solution éventuelle: as-tu compilé le support ppp-asyn dans ton
> noyo:
> 
> ###
> 
> bash-2.05b$ grep PPP /usr/src/linux/.config
> CONFIG_PPP=m
> CONFIG_PPP_MULTILINK=y
> CONFIG_PPP_FILTER=y
> CONFIG_PPP_ASYNC=m
> CONFIG_PPP_SYNC_TTY=m
> CONFIG_PPP_DEFLATE=m
> CONFIG_PPP_BSDCOMP=m
> CONFIG_PPPOE=m
> ###
> 
> 
> Si c'est le cas:
> 
> - que donne "lsmod" ?
> - que donne "pppoe -I eth0 -d" ?
> 
> sinon: bah recompile. Et ça ira mieux.


merci c'était bien ça. Il me manquait ppp_async, et ppp_sync_tty.

:-)



Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet dcabaton


Il y a apparament des problemes d'identification chez tele2 : 
http://editorial.tele2internet.fr/?page=ETAT_RESEAU&popup=1


J'sais pas si ca viens de là et c'est peut-etre lié.


je suis chez tele2 avec une woody et je rencontre pas mal de 
deconnection. 2/3 auojourd'hui..


sinon j'ai simplement utiliser pppoeconf pour configurer ma connexion !

DaViD

--
+--+
|David CABATON |
+--+
|  |
|[EMAIL PROTECTED]|
|  |
| Analyst / Programmer |
|  |
| GPG keys: 0x6BBB38E3 |
|  |
+--+




Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet Nicolas Rueff
Ainsi parla [EMAIL PROTECTED] le 007ème jour de l'an 2004:

> je n'arrive pas à me connecter avec télé2. Des détails :

Beu ? Curieux ;)

> - un modem Bewan ADSL Ethernet st 

pareil.

> - je suis en instable avec le kernel 2.6.0

Ah, 2.4 pour moi.

> - j'ai installé ppp, pppoe, et pppoeconf

Bien.

> - j'ai configuré avec pppoeconf

Très bien.

> - je tape pon dsl-provider et je n'ai pas de connection 

Beu ?

> (ping d'une adresse IP impossible, par contre je peux pinguer 
> mon modem)
> - l'adsl fonctionne sous windows

> Résultats de la commande ifconfig :
> 
> eth0  Link encap:Ethernet  HWaddr 00:00:39:AE:FF:DF  
>   inet addr:192.168.1.2  Bcast:192.168.1.255 
>   Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST  MTU:1500 
>   Metric:1 RX packets:82 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:143 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000 
>   RX bytes:4920 (4.8 KiB)  TX bytes:5124 (5.0 KiB)
>   Interrupt:11 Base address:0x6000 
> 
> loLink encap:Local Loopback  
>   inet addr:127.0.0.1  Mask:255.0.0.0
>   UP LOOPBACK RUNNING  MTU:16436  Metric:1
>   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:0 
>   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Ça parait correct.

> Le résultat de la commande plog :
> Jan  7 19:33:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T
> 80 -m 1452 finished (pid 1180), status = 0x1
> Jan  7 19:33:57 platpays pppd[1179]: Serial connection established.
> Jan  7 19:33:57 platpays pppd[1179]: Couldn't set tty to PPP
> discipline: Invalid argument
> Jan  7 19:33:58 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T
> 80 -m 1452 finished (pid 1188), status = 0x1

Beu, là je comprends plus: c'est quoi le TTY dont il parle ?

> Le fichier /var/log/syslog :
> Jan  7 19:34:27 platpays pppd[1179]: Serial connection established.
> Jan  7 19:34:27 platpays pppd[1179]: Couldn't set tty to PPP
> discipline: Invalid argument
> Jan  7 19:34:28 platpays pppoe[1195]: PADS: Service-Name: ''
> Jan  7 19:34:28 platpays pppoe[1195]: PPP session is 19534
> Jan  7 19:34:28 platpays pppoe[1195]: read (asyncReadFromPPP): Session
> 19534: Input/output error
> Jan  7 19:34:28 platpays pppoe[1195]: Sent PADT
> Jan  7 19:34:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T
> 80 -m 1452 finished (pid 1195), status = 0x1

Bon, un exemple de truc qui marche bien:

###
pppd[259]: Serial connection established. pppd[259]: Using interface
ppp0 pppd[259]: Connect: ppp0 <--> /dev/pts/20
pppoe[30952]: PADS: Service-Name: ''
pppoe[30952]: PPP session is 5691
pppd[259]: CHAP authentication succeeded: CHAP authentication success,
unit 6644
pppd[259]: Cannot determine ethernet address for proxy ARP
pppd[259]: local  IP address 80.170.63.235 remote IP address 80.170.63.1
pppd[259]: primary   DNS address 212.151.136.242
pppd[259]: secondary DNS address 130.244.127.162
###

###
firewall:~# ifconfig ppp0
ppp0  Link encap:Point-to-Point Protocol
  inet addr:80.170.63.235  P-t-P:80.170.63.1 
Mask:255.255.255.255  UP POINTOPOINT RUNNING NOARP MULTICAST 
MTU:1492  Metric:1  RX packets:27407 errors:0 dropped:0
overruns:0 frame:0  TX packets:36033 errors:0 dropped:0
overruns:0 carrier:0  collisions:0 txqueuelen:3
  RX bytes:5721265 (5.4 MiB)  TX bytes:2715184 (2.5 MiB)
### 

### 
firewall:~# cat /etc/ppp/peers/dsl-provider
# Configuration file for PPP, using PPP over Ethernet
# to connect to a DSL provider.
 
pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"
 
noipdefault
defaultroute
 
hide-password
lcp-echo-interval 60
lcp-echo-failure 3
 
connect /bin/true
noauth
persist
mtu 1492
user "[EMAIL PROTECTED]"
usepeerdns
### 

Et une solution éventuelle: as-tu compilé le support ppp-asyn dans ton
noyo:

### 
bash-2.05b$ grep PPP /usr/src/linux/.config
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
### 

Si c'est le cas:

- que donne "lsmod" ?
- que donne "pppoe -I eth0 -d" ?

sinon: bah recompile. Et ça ira mieux.

-- 
  .,p**"*=b_   Nicolas Rueff
 ?P"  .__ `*b   Montbéliard  -  France
|P  .d?'`&, 9|   http://rueff.tuxfamily.org
M:  |}   |- H'   [EMAIL PROTECTED]
&|  `#?_._oH'   +33 6 77 

Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet Rodolphe Pelloux-Prayer

I
[EMAIL PROTECTED] wrote:

bonjour, 


je n'arrive pas à me connecter avec télé2. Des détails :

- un modem Bewan ADSL Ethernet st 
- je suis en instable avec le kernel 2.6.0

- j'ai installé ppp, pppoe, et pppoeconf
- j'ai configuré avec pppoeconf
- je tape pon dsl-provider et je n'ai pas de connection 
(ping d'une adresse IP impossible, par contre je peux pinguer 
mon modem)

- l'adsl fonctionne sous windows
 

Il y a apparament des problemes d'identification chez tele2 : 
http://editorial.tele2internet.fr/?page=ETAT_RESEAU&popup=1


J'sais pas si ca viens de là et c'est peut-etre lié.



Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet efiliot
En réponse à Christian Bille <[EMAIL PROTECTED]>:

> pkoi pas se connecter direct via via l'interface web de ton modem
> ethernet ?
> j'ai un bewan adsl aussi
> 
> connecte toi avec un navigateur sur 192.168.1.1:80 ça marche tout seul

j'ai essayé, j'arrive bien à faire ping 192.168.1.1, mais 
impossible avec un navigateur.

>   - Original Message - 
>   From: luc vincent 
>   To: [EMAIL PROTECTED] ; debian-user 
>   Sent: Wednesday, January 07, 2004 9:03 PM
>   Subject: Re: connexion adsl impossible avec tele2
> 
> 
>   [EMAIL PROTECTED] wrote:
> 
> bonjour, 
> 
> je n'arrive pas à me connecter avec télé2. Des détails :
> 
> - un modem Bewan ADSL Ethernet st 
> - je suis en instable avec le kernel 2.6.0
> - j'ai installé ppp, pppoe, et pppoeconf
> - j'ai configuré avec pppoeconf
> - je tape pon dsl-provider et je n'ai pas de connection 
> (ping d'une adresse IP impossible, par contre je peux pinguer 
> mon modem)
> - l'adsl fonctionne sous windows
> 
> 
> Résultats de la commande ifconfig :
> 
> eth0  Link encap:Ethernet  HWaddr 00:00:39:AE:FF:DF  
>   inet addr:192.168.1.2  Bcast:192.168.1.255 
> Mask:255.255.255.0
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   RX packets:82 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:143 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000 
>   RX bytes:4920 (4.8 KiB)  TX bytes:5124 (5.0 KiB)
>   Interrupt:11 Base address:0x6000 
>   
>   Apparamment ta carte eth0 n'est configurée que pour le réseau local.
> Il faudrait la déconfigurer (ça je ne sais pas faire sans éteindre la
> machine après avoir supprimé ce qui concerne la carte dans
> /etc/network/interfaces) et relancer pppoeconf. S'il détecte quelque
> chose, ça devrait marcher (penser à regarder route par : route -n).
> 
> loLink encap:Local Loopback  
>   inet addr:127.0.0.1  Mask:255.0.0.0
>   UP LOOPBACK RUNNING  MTU:16436  Metric:1
>   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:0 
>   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
> 
> 
> 
> Le résultat de la commande plog :
> 
> 
> Jan  7 19:33:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T
> 80 -m 
> 1452 finished (pid 1180), status = 0x1
> Jan  7 19:33:57 platpays pppd[1179]: Serial connection established.
> Jan  7 19:33:57 platpays pppd[1179]: Couldn't set tty to PPP discipline:
> 
> Invalid argument
> Jan  7 19:33:58 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T
> 80 -m 
> 1452 finished (pid 1188), status = 0x1
> 
> 
> 
> Le fichier /var/log/syslog :
> 
> 
> Jan  7 19:34:27 platpays pppd[1179]: Serial connection established.
> Jan  7 19:34:27 platpays pppd[1179]: Couldn't set tty to PPP discipline:
> 
> Invalid argument
> Jan  7 19:34:28 platpays pppoe[1195]: PADS: Service-Name: ''
> Jan  7 19:34:28 platpays pppoe[1195]: PPP session is 19534
> Jan  7 19:34:28 platpays pppoe[1195]: read (asyncReadFromPPP): Session
> 19534: 
> Input/output error
> Jan  7 19:34:28 platpays pppoe[1195]: Sent PADT
> Jan  7 19:34:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T
> 80 -m 
> 1452 finished (pid 1195), status = 0x1
> 
> 
> 
> Merci d'avance
> 
> 
>   
> 
> 
>   -- Pensez à lire la FAQ de la liste avant de poser une question :
> http://savannah.nongnu.org/download/debfr-faq/html/ Pensez à rajouter le
> mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email
> to [EMAIL PROTECTED] with a subject of
> "unsubscribe". Trouble? Contact [EMAIL PROTECTED] 
> 



Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet Christian Bille



pkoi pas se connecter direct via via l'interface web de ton 
modem ethernet ?
j'ai un bewan adsl aussi
 
connecte toi avec un navigateur sur 192.168.1.1:80 ça marche 
tout seul

  - Original Message - 
  From: 
  luc 
  vincent 
  To: [EMAIL PROTECTED] ; debian-user 
  Sent: Wednesday, January 07, 2004 9:03 
  PM
  Subject: Re: connexion adsl impossible 
  avec tele2
  [EMAIL PROTECTED] wrote:
  bonjour, 

je n'arrive pas à me connecter avec télé2. Des détails :

- un modem Bewan ADSL Ethernet st 
- je suis en instable avec le kernel 2.6.0
- j'ai installé ppp, pppoe, et pppoeconf
- j'ai configuré avec pppoeconf
- je tape pon dsl-provider et je n'ai pas de connection 
(ping d'une adresse IP impossible, par contre je peux pinguer 
mon modem)
- l'adsl fonctionne sous windows


Résultats de la commande ifconfig :

eth0  Link encap:Ethernet  HWaddr 00:00:39:AE:FF:DF  
  inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:82 errors:0 dropped:0 overruns:0 frame:0
  TX packets:143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:4920 (4.8 KiB)  TX bytes:5124 (5.0 KiB)
  Interrupt:11 Base address:0x6000 
  Apparamment ta carte eth0 n'est configurée que pour le 
  réseau local. Il faudrait la déconfigurer (ça je ne sais pas faire sans 
  éteindre la machine après avoir supprimé ce qui concerne la carte dans 
  /etc/network/interfaces) et relancer pppoeconf. S'il détecte quelque chose, ça 
  devrait marcher (penser à regarder route par : route -n).
  loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)



Le résultat de la commande plog :


Jan  7 19:33:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1180), status = 0x1
Jan  7 19:33:57 platpays pppd[1179]: Serial connection established.
Jan  7 19:33:57 platpays pppd[1179]: Couldn't set tty to PPP discipline: 
Invalid argument
Jan  7 19:33:58 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1188), status = 0x1



Le fichier /var/log/syslog :


Jan  7 19:34:27 platpays pppd[1179]: Serial connection established.
Jan  7 19:34:27 platpays pppd[1179]: Couldn't set tty to PPP discipline: 
Invalid argument
Jan  7 19:34:28 platpays pppoe[1195]: PADS: Service-Name: ''
Jan  7 19:34:28 platpays pppoe[1195]: PPP session is 19534
Jan  7 19:34:28 platpays pppoe[1195]: read (asyncReadFromPPP): Session 19534: 
Input/output error
Jan  7 19:34:28 platpays pppoe[1195]: Sent PADT
Jan  7 19:34:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1195), status = 0x1



Merci d'avance


  -- Pensez à lire la FAQ de la liste avant de 
  poser une question : http://savannah.nongnu.org/download/debfr-faq/html/ 
  Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To 
  UNSUBSCRIBE, email to [EMAIL PROTECTED] with a 
  subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] 



Re: connexion adsl impossible avec tele2

2004-01-07 Par sujet luc vincent




[EMAIL PROTECTED] wrote:

  bonjour, 

je n'arrive pas à me connecter avec télé2. Des détails :

- un modem Bewan ADSL Ethernet st 
- je suis en instable avec le kernel 2.6.0
- j'ai installé ppp, pppoe, et pppoeconf
- j'ai configuré avec pppoeconf
- je tape pon dsl-provider et je n'ai pas de connection 
(ping d'une adresse IP impossible, par contre je peux pinguer 
mon modem)
- l'adsl fonctionne sous windows


Résultats de la commande ifconfig :

eth0  Link encap:Ethernet  HWaddr 00:00:39:AE:FF:DF  
  inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:82 errors:0 dropped:0 overruns:0 frame:0
  TX packets:143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:4920 (4.8 KiB)  TX bytes:5124 (5.0 KiB)
  Interrupt:11 Base address:0x6000 
  

Apparamment ta carte eth0 n'est configurée que pour le réseau local. Il faudrait
la déconfigurer (ça je ne sais pas faire sans éteindre la machine après avoir
supprimé ce qui concerne la carte dans /etc/network/interfaces) et relancer
pppoeconf. S'il détecte quelque chose, ça devrait marcher (penser à regarder
route par : route -n).

  
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)



Le résultat de la commande plog :


Jan  7 19:33:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1180), status = 0x1
Jan  7 19:33:57 platpays pppd[1179]: Serial connection established.
Jan  7 19:33:57 platpays pppd[1179]: Couldn't set tty to PPP discipline: 
Invalid argument
Jan  7 19:33:58 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1188), status = 0x1



Le fichier /var/log/syslog :


Jan  7 19:34:27 platpays pppd[1179]: Serial connection established.
Jan  7 19:34:27 platpays pppd[1179]: Couldn't set tty to PPP discipline: 
Invalid argument
Jan  7 19:34:28 platpays pppoe[1195]: PADS: Service-Name: ''
Jan  7 19:34:28 platpays pppoe[1195]: PPP session is 19534
Jan  7 19:34:28 platpays pppoe[1195]: read (asyncReadFromPPP): Session 19534: 
Input/output error
Jan  7 19:34:28 platpays pppoe[1195]: Sent PADT
Jan  7 19:34:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1195), status = 0x1



Merci d'avance


  








connexion adsl impossible avec tele2

2004-01-07 Par sujet efiliot
bonjour, 

je n'arrive pas à me connecter avec télé2. Des détails :

- un modem Bewan ADSL Ethernet st 
- je suis en instable avec le kernel 2.6.0
- j'ai installé ppp, pppoe, et pppoeconf
- j'ai configuré avec pppoeconf
- je tape pon dsl-provider et je n'ai pas de connection 
(ping d'une adresse IP impossible, par contre je peux pinguer 
mon modem)
- l'adsl fonctionne sous windows


Résultats de la commande ifconfig :

eth0  Link encap:Ethernet  HWaddr 00:00:39:AE:FF:DF  
  inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:82 errors:0 dropped:0 overruns:0 frame:0
  TX packets:143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:4920 (4.8 KiB)  TX bytes:5124 (5.0 KiB)
  Interrupt:11 Base address:0x6000 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)



Le résultat de la commande plog :


Jan  7 19:33:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1180), status = 0x1
Jan  7 19:33:57 platpays pppd[1179]: Serial connection established.
Jan  7 19:33:57 platpays pppd[1179]: Couldn't set tty to PPP discipline: 
Invalid argument
Jan  7 19:33:58 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1188), status = 0x1



Le fichier /var/log/syslog :


Jan  7 19:34:27 platpays pppd[1179]: Serial connection established.
Jan  7 19:34:27 platpays pppd[1179]: Couldn't set tty to PPP discipline: 
Invalid argument
Jan  7 19:34:28 platpays pppoe[1195]: PADS: Service-Name: ''
Jan  7 19:34:28 platpays pppoe[1195]: PPP session is 19534
Jan  7 19:34:28 platpays pppoe[1195]: read (asyncReadFromPPP): Session 19534: 
Input/output error
Jan  7 19:34:28 platpays pppoe[1195]: Sent PADT
Jan  7 19:34:28 platpays pppd[1179]: Script /usr/sbin/pppoe -I eth0 -T 80 -m 
1452 finished (pid 1195), status = 0x1



Merci d'avance