Deactiver le DHCP sous debian
Résolu/Fermé
sanaa340
Messages postés
8
Date d'inscription
lundi 30 avril 2007
Statut
Membre
Dernière intervention
17 avril 2012
-
13 avril 2012 à 16:30
sanaa340 Messages postés 8 Date d'inscription lundi 30 avril 2007 Statut Membre Dernière intervention 17 avril 2012 - 17 avril 2012 à 14:13
sanaa340 Messages postés 8 Date d'inscription lundi 30 avril 2007 Statut Membre Dernière intervention 17 avril 2012 - 17 avril 2012 à 14:13
A voir également:
- Deactiver le DHCP sous debian
- Serveur dhcp - Guide
- Ftth attente réponse dhcp - Forum DHCP
- Ftth et fftb - Forum Fibre Optique
- Switch dhcp ✓ - Forum câblage
- Le service dhcp n'a pas pu contacter active directory ✓ - Forum DHCP
4 réponses
zipe31
Messages postés
36402
Date d'inscription
dimanche 7 novembre 2010
Statut
Contributeur
Dernière intervention
27 janvier 2021
6 419
13 avril 2012 à 16:47
13 avril 2012 à 16:47
Salut,
Affiches le contenu de ton fichier "/etc/network/interfaces" ainsi que le résultat de la commande :
Affiches le contenu de ton fichier "/etc/network/interfaces" ainsi que le résultat de la commande :
/sbin/ifconfig -a
sanaa340
Messages postés
8
Date d'inscription
lundi 30 avril 2007
Statut
Membre
Dernière intervention
17 avril 2012
13 avril 2012 à 17:25
13 avril 2012 à 17:25
salut ,
merci d'avoir repondu :)
voila le contenue de mon fichier /etc/networck/interfaces :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#NetworkManager
#iface eth1 inet dhcp
auto eth0
iface eth0 inet static
adress 172.20.99.6
netmask 255.255.0.0
network 172.20.99.0
broadcast 172.20.99.255
---------------------------------------------------------------------------------------------------
voila le resultat du /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0c:29:2c:1e:cc
inet adr:172.20.100.26 Bcast:172.20.255.255 Masque:255.255.0.0
adr inet6: fe80::20c:29ff:fe2c:1ecc/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5947 errors:0 dropped:0 overruns:0 frame:0
TX packets:5506 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:5668221 (5.4 MiB) TX bytes:786398 (767.9 KiB)
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:594 errors:0 dropped:0 overruns:0 frame:0
TX packets:594 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:64813 (63.2 KiB) TX bytes:64813 (63.2 KiB)
pan0 Link encap:Ethernet HWaddr 9a:00:85:1f:39:29
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)
merci d'avoir repondu :)
voila le contenue de mon fichier /etc/networck/interfaces :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#NetworkManager
#iface eth1 inet dhcp
auto eth0
iface eth0 inet static
adress 172.20.99.6
netmask 255.255.0.0
network 172.20.99.0
broadcast 172.20.99.255
---------------------------------------------------------------------------------------------------
voila le resultat du /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0c:29:2c:1e:cc
inet adr:172.20.100.26 Bcast:172.20.255.255 Masque:255.255.0.0
adr inet6: fe80::20c:29ff:fe2c:1ecc/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5947 errors:0 dropped:0 overruns:0 frame:0
TX packets:5506 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:5668221 (5.4 MiB) TX bytes:786398 (767.9 KiB)
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:594 errors:0 dropped:0 overruns:0 frame:0
TX packets:594 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:64813 (63.2 KiB) TX bytes:64813 (63.2 KiB)
pan0 Link encap:Ethernet HWaddr 9a:00:85:1f:39:29
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)
zipe31
Messages postés
36402
Date d'inscription
dimanche 7 novembre 2010
Statut
Contributeur
Dernière intervention
27 janvier 2021
6 419
13 avril 2012 à 17:42
13 avril 2012 à 17:42
Change ça :
Par ça :
En mettant la bonne adresse pour ta passerelle.
auto eth0 iface eth0 inet static adress 172.20.99.6 netmask 255.255.0.0 network 172.20.99.0 broadcast 172.20.99.255
Par ça :
auto eth0 iface eth0 inet static address 172.20.99.6 netmask 255.255.0.0 broadcast 172.20.255.255 gateway 172.20.99.xxx
En mettant la bonne adresse pour ta passerelle.
sanaa340
Messages postés
8
Date d'inscription
lundi 30 avril 2007
Statut
Membre
Dernière intervention
17 avril 2012
13 avril 2012 à 19:04
13 avril 2012 à 19:04
merci pour ta réponse , je vais essayer ca lundi puis je te dirai ;)
sanaa340
Messages postés
8
Date d'inscription
lundi 30 avril 2007
Statut
Membre
Dernière intervention
17 avril 2012
17 avril 2012 à 14:13
17 avril 2012 à 14:13
bonjour ,
me revoila :) j'ai finalement trouver mon erreur en effet j'avais une erreur de frape ds mon fichier /etc/network/interfaces c'est adresse ip est en deux 'd' moi je l'ai metais en un seul
merci pour les reponse :)
me revoila :) j'ai finalement trouver mon erreur en effet j'avais une erreur de frape ds mon fichier /etc/network/interfaces c'est adresse ip est en deux 'd' moi je l'ai metais en un seul
merci pour les reponse :)