[technique] Proxmox - Fichier de conf /etc/network/interfaces

Fernando Alves fernando.alves at sameswireless.fr
Lun 4 Fév 16:59:22 CET 2013


Salut,

On 04/02/2013 16:50, Solarus wrote:
> Bonjour à tous.
>
> En faisant des modifications sur mon Proxmox, j'ai fait une ENORME 
> connerie en supprimant le fichier /etc/network/interfaces.
> Pour l'instant tout fonctionne, mais à la prochaine coupure de courant 
> à Myrys j'ai plus rien.
>
> J'essaye donc de refaire un fichier de conf, mais j'ai besoin 
> d'exemples. Si vous avez un serveur proxmox et que vous pouvez 
> m'envoyer votre fichier de conf (quitte à masquer les IP), merci 
> d'avance pour votre aide.

voila ce que nous avons sur le promox 1.9 que nous avons chez OVH:

/etc/network# cat 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

# for Routing
auto vmbr1
iface vmbr1 inet manual
     post-up /etc/pve/kvm-networking.sh
     bridge_ports dummy0
     bridge_stp off
     bridge_fd 0


# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned 
to you.
auto vmbr0
iface vmbr0 inet static
     address 94.23.xx.xx
     netmask 255.255.255.0
     network 94.23.xx.0
     broadcast 94.23.xx.255
     gateway 94.23.xx.254
     bridge_ports eth0
     bridge_stp off
     bridge_fd 0





Plus d'informations sur la liste de diffusion technique