User Tools

Site Tools


proxmox:network_config_examples

This is an old revision of the document!


Configuracion datacenter UCLV, estaciones conectadas red 10.12.112.x por el puerto 1 del servidor

proxmox-interfaces-1.conf
auto bond0.253
iface bond0.253 inet manual
        vlan-raw-device bond0
 
auto bond0.12
iface bond0.12 inet manual
        vlan-raw-device bond0
 
auto lo
iface lo inet loopback
 
iface eth0 inet manual
#iface eth1 inet manual
 
iface eth1 inet manual
 
auto bond0
iface bond0 inet manual
        slaves eth0
        bond_miimon 100
        bond_mode 802.3ad
 
auto vmbr0
iface vmbr0 inet static
        address  10.12.253.35
        netmask  255.255.255.0
        gateway  10.12.253.254
        bridge_ports bond0.253
        bridge_stp off
        bridge_fd 0
 
auto vmbr12
iface vmbr12 inet manual
        bridge_ports bond0.12
        bridge_stp off
        bridge_fd 0
#
proxmox/network_config_examples.1438618548.txt.gz · Last modified: 2020/04/10 17:38 (external edit)