Pages : 1
#1 Le 24/12/2005, à 11:13
- next-d
attribution d'ip au boot
j'ai regardé quel post mais je ne resouds pas mon pb
connection wifi en dhcp avec ad mac reservé
lors de chaque boot
je suis obliger de refaire ma config et ca me fait super chier
voila mon /etc/network/interfaces
=============================================
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto wlan0
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
iface wlan0 inet dhcp
wireless-essid G604T_WIRELESS
=============================================
comment faire pour que j'ai cette attribution d'ip au demarrage?
j'ai essayer en ip fixe et j'ai le meme pb!!!!!
merci de votre aide a tte de suite
Hors ligne
#2 Le 24/12/2005, à 13:08
- bernez
Re : attribution d'ip au boot
Il manque peut-être auto eth0 ?
Moi j'ai ça dans /etc/network/interfaces :
# The primary network interface
iface eth0 inet static
address 10.10.10.3
netmask 255.255.255.0
gateway 10.10.10.1auto eth0
ça doit éviter une réinstallation.
vyé kanari ka fè bonsoup.
Kenavo. A galon !
Hors ligne
#3 Le 24/12/2005, à 13:51
- next-d
Re : attribution d'ip au boot
oui peut etre mais ma connection est wlan0
alors qu'elle est l'interet d'avoir eth0 en auto?
histoire de comprendre
merci a toi
Hors ligne
#4 Le 24/12/2005, à 16:01
- bernez
Re : attribution d'ip au boot
Autant pour moi, trop vite lu
Il y a un map eth0 qui traîne pourtant !
vyé kanari ka fè bonsoup.
Kenavo. A galon !
Hors ligne
Pages : 1