Config réseau sous ubuntu 8.10
Fermé
kazer_ccm2
Messages postés
41
Date d'inscription
vendredi 20 mars 2009
Statut
Membre
Dernière intervention
21 mars 2023
-
14 mai 2009 à 22:45
mamiemando Messages postés 33361 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 15 novembre 2024 - 15 mai 2009 à 00:38
mamiemando Messages postés 33361 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 15 novembre 2024 - 15 mai 2009 à 00:38
A voir également:
- Config réseau sous ubuntu 8.10
- Ubuntu iso - Télécharger - Systèmes d'exploitation
- Entrer les informations d'identification reseau - Guide
- Connaitre sa config pc - Guide
- Ms config - Guide
- Ubuntu 24.04 - Accueil - Ubuntu
1 réponse
mamiemando
Messages postés
33361
Date d'inscription
jeudi 12 mai 2005
Statut
Modérateur
Dernière intervention
15 novembre 2024
7 799
15 mai 2009 à 00:38
15 mai 2009 à 00:38
Les fichiers que tu cherches sont respectivement /etc/hosts et /etc/network/interfaces. Exemple :
/etc/hosts :
/etc/network/interfaces :
/etc/hosts :
127.0.0.1 localhost 127.0.1.1 aldur # ici tu peux rajouter tes alias 192.168.103.1 pc1 192.168.103.2 pc2 192.168.103.3 pc3 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts
/etc/network/interfaces :
auto eth0 iface eth0 inet static address 192.168.103.253 netmask 255.255.255.0 network 192.168.103.0 broadcast 192.168.103.255 gateway 192.168.103.254Bonne chance