En super administrateur, rajouter la configuration au fichier /etc/network/interface
# The loopback network interface
auto lo eth0 eth0:0
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.0.0
gateway 192.168.0.250

allow-hotplug eth0:0
iface eth0:0 inet static 
address 10.10.0.1
netmask 255.255.255.0
Affichage de la nouvelle interface virtuelle:
# ifconfig

eth0      Lien encap:Ethernet  HWaddr 00:00:00:00:00:00 
inet adr:192.168.0.1  Bcast:192.168.0.255  Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:7837905 errors:0 dropped:0 overruns:0 frame:0
TX packets:4176686 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000 
RX bytes:1395573717 (1.2 GiB)  TX bytes:3204824790 (2.9 GiB)
Adresse de base:0xecc0 Mémoire:fe100000-fe120000

eth0:0    Lien encap:Ethernet  HWaddr 00:00:00:00:00:00  
inet adr:10.10.0.1  Bcast:10.164.15.255  Masque:255.255.240.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
Adresse de base:0xecc0 Mémoire:fe100000-fe120000
Vous n'avez plus cas tester une connexion ssh sur l'interface virtuelle
ssh 10.10.0.1