Re: IP aliasing
> # The loopback interface
> # automatically added when upgrading
> auto lo
> iface lo inet loopback
> # The first network card - this entry was created during the Debian
> installation
> # (network, broadcast and gateway are optional)
> # automatically added when upgrading
Il faut ajouter auto. Démarre avec eth0:1.
auto eth0
iface eth0 inet static
address 192.168.46.25
netmask 255.255.255.0
broadcast 192.168.46.255
network 192.168.46.0
gateway 192.168.46.1
auto eth0:1
iface eth0:1 inet static
address 192.168.46.26
netmask 255.255.255.0
Broadcast, network et netmask ne sont pas obligatoire pour les ip aliasées.
Stef...
..........................................................
. Linux - Debian - php4 - Apache - MySQL - Infogerance .
. email: info@actionweb.fr - http://www.actionweb.fr .
. Tel: (0)141 906 100 - Fax: (0)141 906 101 .
..........................................................
Reply to:
- References:
- IP aliasing
- From: Fabrice Cartron <fcartron@apm-online.fr>