Bonjour,
voila je souhaiterais savoir si c’est toujours possible de faire de l’aliasing (plusieurs ip avec la même carte réseau) car cela ne fonctionne pas et comme je suis le tuto RUTE.
Voila mon fichier interfaces :
[code]# The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
auto eth0
iface eth0 inet static
address 192.168.x.xx
netmask 255.255.255.0
gateway 192.168.x.xxx
auto eth0:1
iface eth0:1 inet static
address 192.168.y.yy
netmask 255.255.255.0
gateway 192.168.y.yyy
[/code]
puis je fais un restart mais j’ai une erreur :
[code]/etc/init.d/networking restart
- /etc/network/options is deprecated (see README.Debian of netbase).
Setting up IP spoofing protection…done (rp_filter).
Enabling TCP SYN cookies…done.
Reconfiguring network interfaces…SIOCADDRT: File exists
Failed to bring up eth0.
done.[/code]
et si je fais un :
j’ai une erreur egalement:
Ignoring unknown interface eth0:0=eth0:0.
Merci