Bonjour voila mon soucis, j’ai un pc qui me sert de serveur sur lequelle est installé debian 6 ainsi qu’un serveur drbl.
je n’ai qu’une carte reseau eth 1 que j’ai du changer carte elle avait lache.
depuis que j’ai change de carte reseau, mon iterface virutelle ne veut plus se lancer
voila le resultat d’un ifconfig
ifconfig
eth1 Link encap:Ethernet HWaddr 00:24:01:31:f8:8b
inet adr:192.168.1.245 Bcast:192.168.1.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2298 errors:0 dropped:0 overruns:0 frame:0
TX packets:1904 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:615360 (600.9 KiB) TX bytes:338621 (330.6 KiB)
Interruption:19 Adresse de base:0xde00
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:414 errors:0 dropped:0 overruns:0 frame:0
TX packets:414 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:30818 (30.0 KiB) TX bytes:30818 (30.0 KiB)
et voici mon fichier interfaces
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 192.168.1.245
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth1.0
iface eth1.0 inet static
address 192.168.1.50
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
et voila le resultat d’un /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces … (warning).
Reconfiguring network interfaces…SIOCSIFADDR: No such device
eth1.0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth1.0: ERROR while getting interface flags: No such device
eth1.0: ERROR while getting interface flags: No such device
Failed to bring up eth1.0.
done.
qu’en pensez vous?
quel peut etre la solution sachant que j’ai besoin de cette interface virtuelle.
merci
vincent