Paramètrer le filaire sur Ubuntu. Qui sait ?
newchiche Messages postés 717 Date d'inscription Statut Membre Dernière intervention -
J'ai une livebox d'Orange, et je n'arrive pas à me connecter dessus. J'ai plusieurs icônes et je ne sais pas les remplir. Quand je lance la connexion eth0 celle ci ne se fait pas et donc je n'ai pas internet. Je ne sais pas remplir les paramètres, le tutorial d'Ubuntu est très mal expliqué.
Quelqu'un peut m'aider s'il vous plaît.?
merci
--
TOUT LE MONDE PEUT SE TROMPER comme disait le hérisson en descendant de sur une brosse à habits
14 réponses
Le souci décrit concerne l'impossibilité de se connecter à Internet via une Livebox sur des environnements variés (Windows XP, Mac OS X, Ubuntu, et Linux Asus EEEpc) et la configuration d'une interface réseau eth0. Plusieurs réponses suggèrent d'afficher le contenu de /etc/network/interfaces (par exemple auto eth0 et iface eth0 inet dhcp) pour diagnostiquer la configuration réseau et vérifier que l'interface est bien prise en charge. D'autres avis précisent qu'avec une Livebox, le DHCP est généralement actif et il suffit de connecter le câble RJ45 pour obtenir une adresse IP sans configuration manuelle. En cas de déconnexion persistante, certaines contributions recommandent de vérifier l'état des interfaces avec ifconfig -a et de restaurer les paramètres initiaux de /etc/network/interfaces.
-
Salut,
Normalement il n'y a rien à faire, tu branches ton câble RJ45 à la LiveBox et tu es connecté !
Il n'y a rien à configuré, la LiveBox faisant office d serveur DHCP pour attribuer les adresses IP.
-
-
-
C'est ce que j'arrête pas de faire, et cela reste déconnecté. De plus dans les tutoriels ubuntu, je ne trouve pas les mêmes shémas. Je lis à plusieurs endroit "inactif", et ma connexion filiaire il y a aussi le mot " jamais " (n'a été connecté). Alors que faire ??
est ce que quelqu'un peut m'aider, ca fait des jours que je cherche
-
-
quel est ton ordi ?
quelle version d'ubuntu ?
donne nous le résultat de cette commande dans un terminal :
lspci | grep -i eth -
Salut,
Affiche le résultat de
cat /proc/net/dev /sbin/ifconfig -a
GNU/Linux:Linux is Not Ubuntu! Quel linux choisir ne veut pas dire votre Distribution préférée,
106485010510997108-
je n'ai rien obtenu de concret en tapant vos commandes dans terminal, car ce que vous me mettez n'est pas clair pour moi.
Par exemple pour nimoineau moi j'ai compris (et tapé) :
lspci / grep -i eth
et cela n'a rien donné
pour toi lami20j j'ai tapé
cat / proc / net / dev / sbin / ifconfig -a
et cela n'a rien donné non plus
il faut m'écrire plus simplement peut-être pour que je comprenne.
Ou ai je fais des erreurs de frappe ?
merci de me le dire -
Re,
Il aurait fallu montrer ce que tu tapes pour voir tes erreurs.
Il s'agit des deux commandes (voir en gras)
Regarde chez moi par exemple
lami20j@debian-acer:~$ cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 13540 242 0 0 0 0 0 0 13540 242 0 0 0 0 0 0 eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wlan0:446754066 403869 0 0 0 0 0 0 30340733 255433 0 0 0 0 0 0 pan0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 lami20j@debian-acer:~$ /sbin/ifconfig -a eth0 Link encap:Ethernet HWaddr 00:1d:72:12:aa:70 BROADCAST MULTICAST MTU:1500 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 lg file transmission:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interruption:16 lo Link encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0.0 adr inet6: ::1/128 Scope:Hôte UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:242 errors:0 dropped:0 overruns:0 frame:0 TX packets:242 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 RX bytes:13540 (13.2 KiB) TX bytes:13540 (13.2 KiB) pan0 Link encap:Ethernet HWaddr f2:79:d0:3e:bd:9c BROADCAST MULTICAST MTU:1500 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 lg file transmission:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wlan0 Link encap:Ethernet HWaddr 00:1d:e0:1a:6b:c7 inet adr:10.0.0.10 Bcast:10.0.0.255 Masque:255.255.255.0 adr inet6: fe80::21d:e0ff:fe1a:6bc7/64 Scope:Lien UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:403922 errors:0 dropped:0 overruns:0 frame:0 TX packets:255459 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 RX bytes:446823850 (426.1 MiB) TX bytes:30342929 (28.9 MiB) -
Vous êtes chouettes de m'aider.
J'ai tapé ce que t'as dis. Et ca a marché. C'était plus compréhensible pour moi, et plus court aussi. Et j'obtiens ceci :
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of eth
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable 'bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see '-A help' for a list)
-O <par>=<val> Set PCI access parameter (see '-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
omella@omella-desktop:~$ lspci grep -i eth
Usage: lspci [<switches>]
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of eth
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable 'bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see '-A help' for a list)
-O <par>=<val> Set PCI access parameter (see '-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
omella@omella-desktop:~$ cat / proc / net / dev / sbin / ifconfig -a
cat: option invalide -- 'a'
Pour en savoir davantage, faites: « cat --help ».
omella@omella-desktop:~$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 240 4 0 0 0 0 0 0 240 4 0 0 0 0 0 0
eth0: 1240 11 0 0 0 0 0 0 17748 80 0 0 0 0 0 0
J'ajoute que j'ai la version 9.04 d'Ubuntu -
Vous ettes chouettes de m'aider. J'ai mieux compris sur ton exemple, et c'était plus court; j'ai obtenu ceci :
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of eth
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable 'bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see '-A help' for a list)
-O <par>=<val> Set PCI access parameter (see '-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
omella@omella-desktop:~$ lspci grep -i eth
Usage: lspci [<switches>]
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of eth
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable 'bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see '-A help' for a list)
-O <par>=<val> Set PCI access parameter (see '-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
omella@omella-desktop:~$ cat / proc / net / dev / sbin / ifconfig -a
cat: option invalide -- 'a'
Pour en savoir davantage, faites: « cat --help ».
omella@omella-desktop:~$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 240 4 0 0 0 0 0 0 240 4 0 0 0 0 0 0
eth0: 1240 11 0 0 0 0 0 0 17748 80 0 0 0 0 0 0
J'ajoute que j'aila version 9.04 d'Ubuntu -
Ta réponse m'a été plus claire, et plus court aussi ce que j'avais à taper. J'ai eu ceci :
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of eth
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable 'bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see '-A help' for a list)
-O <par>=<val> Set PCI access parameter (see '-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
omella@omella-desktop:~$ lspci grep -i eth
Usage: lspci [<switches>]
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of eth
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable 'bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see '-A help' for a list)
-O <par>=<val> Set PCI access parameter (see '-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
omella@omella-desktop:~$ cat / proc / net / dev / sbin / ifconfig -a
cat: option invalide -- 'a'
Pour en savoir davantage, faites: « cat --help ».
omella@omella-desktop:~$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 240 4 0 0 0 0 0 0 240 4 0 0 0 0 0 0
eth0: 1240 11 0 0 0 0 0 0 17748 80 0 0 0 0 0 0
J'ajoute que j'ai la version 9.04 d'Ubuntu
-
-
Re,
C'est quoi la commande que tu as tapée?
Affiche que les commandes que tu as tapé, pas le résultat.
GNU/Linux:Linux is Not Ubuntu! Quel linux choisir ne veut pas dire votre Distribution préférée,
106485010510997108-
-
-
J'ai tapé :
.........$ /sbin/ifconfig -a
et j'ai :
eth0 Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
adr inet6: fe80::21d:60ff:fe5b:bfe/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:11 erreurs:0 :0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:1240 (1.2 KB) Octets transmis:17748 (17.7 KB)
Interruption:17
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:4 erreurs:0 :0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:240 (240.0 B) Octets transmis:240 (240.0 B) -
-
-
-
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question -
Re,
Tu tapes le mot de passe et tu fais ENTRER.
Ensuite le gedit ouvrira le fichier et tu mettra dedans ce que je t'ai donné-
-
peut être faut il enlever les 2 premières lignes ?
d'autre part, Je signale que dans connexion réseau, dans l'onglet filière en face de eth0 j'ai jamais (en dessous de dernière utilisation)
Ce qui n'est pas tellement normal je trouve, vu que j'ai déjà réussi à me connecter sur Internet sur cet ordinateur. En fait ca va mal depuis que j'ai gravé la version 9.04 et que je l'ai installé. J'ai perdu les paramètres que j'avais sur la précédente version de quand j'avais acheté le PC avec linux. C'est pas normal que passer à une version supérieure efface les paramètres. Je pense que les programmeurs ont raté quelque chose
De plus dans les tutorials suivants,
http://doc.ubuntu-fr.org/network-manager?redirect=1
http://doc.ubuntu-fr.org/reglages_du_reseau#configuration
il est impossible de trouver comment faire. Moi je n'aurais jamais trouvé tes explications. Et leur shémas sont différents de ceux que j'ai
-
-
Re,
Ok, maintenant tu vas taper la commande
sudo /etc/init.d/networking start
Affiche ce que tu vois à l'écran.
Si tu utiliserais les balises codes il sera beaucoup mieux.-
malheureusement les balises je ne sais pas bien ce que tu veux dire
j'obtiens ceci
Rather than invoking init scripts through /etc/init.d, use the service (8) utility, e.g. service networking start
Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the start (8) utility, e.g. start networking networking stop/waiting
je précise que j'avais enlevé les deux premières lignes, comme je disais au début du précédent texte.
J'ai donc uniquement
auto eth0
iface eth0 inet dhcp
j'espère avoir bien compris....
-
-
Re,
je précise que j'avais enlevé les deux premières lignes,
Il faut les remettre
Mais avant de le faire affiche à nouveau le résultat de
/sbin/ifconfig -a
Pour les balises, tu sélectionnes le texte à mettre entre balises et ensuite tu fais clic sur le bouton <> qui est au dessus de la zone de texte après les boutons
B I S-
je m'aperçois que je me suis un peu trompé.
J'ai remis les lignes que j'avais enlevé, et après j'ai fait ta commande. Excuse moi.
Voilà ce que j'ai :
eth0 Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
adr inet6: fe80::21d:60ff:fe5b:bfe/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:232 erreurs:0 :0 overruns:0 frame:0
TX packets:90 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:19298 (19.2 KB) Octets transmis:22733 (22.7 KB)
Interruption:17
eth0:avahi Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
inet adr:169.254.8.17 Bcast:169.254.255.255 Masque:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interruption:17
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) -
-
Salut,
eth0 Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
adr inet6: fe80::21d:60ff:fe5b:bfe/64 Scope:Lien
[...]
eth0:avahi Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
inet adr:169.254.8.17 Bcast:169.254.255.255 Masque:255.255.0.0
J'ai l'impression que IPv6 fiche un peu la pagaille, ainsi que le daemon "avahi" ;-((
Une adresse a bien été attribuée en IPv4 (169.254.8.17), mais c'est comme sous Windows, quand il ne trouve pas de serveur DHCP, il s'auto attribue une adresse IP dans la plage 169.254.0.0) ;-((( -
je comprend pas ce que tu veux que je fasses avec des 'balises'. Est ce que tu parles du PC d'où je te répond actuellement (un Mac en fait) ou du Linux ou j'ai quelque chose à faire, et quoi ? autour de quels mots ?
enfin j'ai tapé ta commande et j'ai :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
sans surprise je pense -
-
-
Re,
Pour désactiver ipv26
On sauvegarde le fichier originalsudo cp -v /etc/sysctl.conf /etc/sysctl.conf.orig
On ouvre le fichiersudo gedit /etc/sysctl.conf
et tu rajoutes la ligneNETWORKING_IPV6=no
Ensuitesudo /etc/init.d/networking restart
-
* Reconfiguring network interfaces... There is already a pid file /var/run/dhclient.eth0.pid with pid 2443
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:1d:60:5b:0b:fe
Sending on LPF/eth0/00:1d:60:5b:0b:fe
Sending on Socket/fallback
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:1d:60:5b:0b:fe
Sending on LPF/eth0/00:1d:60:5b:0b:fe
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
j'espère que ca va au niveau des balises, et que tu vois le texte en maigre
tu me dis si ca marche
-
-
Re,
Bon, on va faire le point pour être sur que tu as fais ce que je t'ai dit
Affiche le résultat des 4 commandes (pour les balises ne choisi pas italic mais < > )cat /etc/network/interfaces cat /etc/sysctl.conf ls -l /etc/sysctl* /sbin/ifconfig -a
-
< cat /etc/network/interfaces
réponse :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
réponse :
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additional system variables.
# See sysctl.conf (5) for information.
#
#kernel.domainname = example.com
# Uncomment the following to stop low-level messages on console
#kernel.printk = 4 4 1 7
##############################################################3
# Functions previously found in netbase
#
# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1
# Uncomment the next line to enable TCP/IP SYN cookies
# This disables TCP Window Scaling (https://lkml.org/lkml/2008/2/5/167
# and is not recommended.
#net.ipv4.tcp_syncookies=1
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1
# Uncomment the next line to enable packet forwarding for IPv6
#net.ipv6.conf.all.forwarding=1
###################################################################
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Ignore ICMP broadcasts
#net.ipv4.icmp_echo_ignore_broadcasts = 1
#
# Ignore bogus ICMP errors
#net.ipv4.icmp_ignore_bogus_error_responses = 1
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#
# The contents of /proc/<pid>/maps and smaps files are only visible to
# readers that are allowed to ptrace() the process
# kernel.maps_protect = 1
NETWORKING_IPV6=no
ls -l /etc/sysctl*
réponse :
-rw-r--r-- 1 root root 2296 2010-05-14 19:45 /etc/sysctl.conf
-rw-r--r-- 1 root root 2277 2009-03-18 23:17 /etc/sysctl.conf~
-rw-r--r-- 1 root root 2277 2010-05-14 19:44 /etc/sysctl.conf.orig
/etc/sysctl.d:
total 12
-rw-r--r-- 1 root root 77 2009-03-18 23:17 10-console-messages.conf
-rw-r--r-- 1 root root 509 2009-03-18 23:17 10-network-security.conf
-rw-r--r-- 1 root root 450 2009-03-18 23:17 README
mon nom@mon nom-desktop:~$ ^C
/sbin/ifconfig -a
réponse :
eth0 Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
adr inet6: fe80::21d:60ff:fe5b:bfe/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:232 erreurs:0 :0 overruns:0 frame:0
TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:19298 (19.2 KB) Octets transmis:35937 (35.9 KB)
Interruption:17
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) >
j'espère que c'est bon au niveau des balises
Vous croyez qu'on aura fini ce soir ? car les réponses sont vraiment très espacés.
Merci si vous partez (vous êtes deux) de me prévenir, pour que j'éteigne. Mais j'espère finir si possible -
-
-
-
-
-
-
-
-
On devrait te le dire dans la mesure de nos compétences et de ce que nous pouvons faire à distance via tes retours sans être devant ton PC, sans oublier nos vies personnelles et beaucoup d'autres choses qui naviguent autour...
Avec un peu de bonnes volonté, en lisant le dernier lien que je t'ai donné, tu devrais quand même arriver à faire quelques manipulations décrites et reprendre la main sur le Network-manager, non ? -
j'ai affiché les résultats des 4 commandes que me demandait Lami20j Hier à 21h06
Mais je ne comprend rien à ces résultats.
Pour vous cela doit être parlant, non ?
sur votre lien les shémas ne correspondent pas à ce que j'ai, et je répète je ne peux pas modifier la seule connexion filiare que j'ai, car le bouton modifier est invalide
-
-
avec les changements que l'on m'a fait faire, non seulement je ne peux pas modifier la seule connexion filiaire que j'ai, mais je ne peux pas non plus en créer une autre, le système me refuse toute création. Le tutoriel ne me sert à rien, je n'y trouve pas de réponse
-
Les seuls changements qu'on t'ait fait faire, c'est l'arrêt de l'IPv6 (qui ne sert à rien dans ton cas) et la configuration de ton interface réseau en DHCP.
Ça n'est pas ça qui a empêché l'accès à la configuration du Network-Manager, vu qu'il ne marchait pas avant et que l'accès t'était déjà refusé (voir les premiers posts) ! -
oui c'est vrai. Mais là en ce moment, je suis bloqué. Je ne peux pas modifier la connextion filiaire que j'ai, par exemple pour rajouter l'adresse Mac que je sais aller chercher en faisant ifconfig, et je ne peux pas non plus créer une connexion supplémentaire pour tenter plusieurs possibilités, le système le refuse. Je ne peux rien faire, sauf mettre des commandes que l'on me dit de faire, comme j'ai fait hier, dans terminal, pour débloquer cela.
Mais je ne connais pas ces commandes tu penses bien; J'espère que Lami20j va revenir,....
-
-
bonjour,
Que tu aies "derniere utilisation" à "jamais" ne signifie pas que ta connexion n'a jamais fonctionné, j'ai le même msg et pourtant ça fonctionne tres bien chez moi.
peux-tu lancer un ifconfig dans le terminal et mettre ici ce qui m'interesse (la partie adresse inet ) ( pour écrire entre balises c'est comme pour écrire en italique sauf que tu ne dois pas cliquer sur le [I] mais sur le [<>]inet adr:xxx.xxx.xxx.xxx Bcast:xxx.xxx.yyy.yyy Masque:255.255.255.x
ensuite on avisera en fonction du résultat -
oh... j'allais oublier, avec le terminal, tu peux aussi nous donner le résultat de la commande ?
lspci | grep -i eth
le résultat de cette commande fournie le(s) modele(s) de carte réseau de ta machine. -
une derniere chose, le site suivant peut t'aider
http://doc.ubuntu-fr.org/network-manager?redirect=1-
-
-
Ca c'est la réponse de terminal aux 4 interrogations mise plus haut c'est à dire :
<
< cat /etc/network/interfaces
réponse :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
réponse :
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See /etc/sysctl.d/ for additional system variables.
# See sysctl.conf (5) for information.
#
#kernel.domainname = example.com
# Uncomment the following to stop low-level messages on console
#kernel.printk = 4 4 1 7
##############################################################3
# Functions previously found in netbase
#
# Uncomment the next two lines to enable Spoof protection (reverse-path filter)
# Turn on Source Address Verification in all interfaces to
# prevent some spoofing attacks
#net.ipv4.conf.default.rp_filter=1
#net.ipv4.conf.all.rp_filter=1
# Uncomment the next line to enable TCP/IP SYN cookies
# This disables TCP Window Scaling (https://lkml.org/lkml/2008/2/5/167
# and is not recommended.
#net.ipv4.tcp_syncookies=1
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1
# Uncomment the next line to enable packet forwarding for IPv6
#net.ipv6.conf.all.forwarding=1
###################################################################
# Additional settings - these settings can improve the network
# security of the host and prevent against some network attacks
# including spoofing attacks and man in the middle attacks through
# redirection. Some network environments, however, require that these
# settings are disabled so review and enable them as needed.
#
# Ignore ICMP broadcasts
#net.ipv4.icmp_echo_ignore_broadcasts = 1
#
# Ignore bogus ICMP errors
#net.ipv4.icmp_ignore_bogus_error_responses = 1
#
# Do not accept ICMP redirects (prevent MITM attacks)
#net.ipv4.conf.all.accept_redirects = 0
#net.ipv6.conf.all.accept_redirects = 0
# _or_
# Accept ICMP redirects only for gateways listed in our default
# gateway list (enabled by default)
# net.ipv4.conf.all.secure_redirects = 1
#
# Do not send ICMP redirects (we are not a router)
#net.ipv4.conf.all.send_redirects = 0
#
# Do not accept IP source route packets (we are not a router)
#net.ipv4.conf.all.accept_source_route = 0
#net.ipv6.conf.all.accept_source_route = 0
#
# Log Martian Packets
#net.ipv4.conf.all.log_martians = 1
#
# The contents of /proc/<pid>/maps and smaps files are only visible to
# readers that are allowed to ptrace() the process
# kernel.maps_protect = 1
NETWORKING_IPV6=no
ls -l /etc/sysctl*
réponse :
-rw-r--r-- 1 root root 2296 2010-05-14 19:45 /etc/sysctl.conf
-rw-r--r-- 1 root root 2277 2009-03-18 23:17 /etc/sysctl.conf~
-rw-r--r-- 1 root root 2277 2010-05-14 19:44 /etc/sysctl.conf.orig
/etc/sysctl.d:
total 12
-rw-r--r-- 1 root root 77 2009-03-18 23:17 10-console-messages.conf
-rw-r--r-- 1 root root 509 2009-03-18 23:17 10-network-security.conf
-rw-r--r-- 1 root root 450 2009-03-18 23:17 README
mon nom@mon nom-desktop:~$ ^C
/sbin/ifconfig -a /
réponse :
eth0 Link encap:Ethernet HWaddr 00:1d:60:5b:0b:fe
adr inet6: fe80::21d:60ff:fe5b:bfe/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:232 erreurs:0 :0 overruns:0 frame:0
TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:19298 (19.2 KB) Octets transmis:35937 (35.9 KB)
Interruption:17
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B) >
Vu ? -
-