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 y 10.12.253.x por el puerto 1 del servidor

proxmox-interfaces-1.conf
# network interface settings
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
 
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.31
        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 static
        address  10.12.112.231
        netmask  255.255.255.0
        bridge_ports bond0.12
        bridge_stp off
        bridge_fd 0
#
proxmox/network_config_examples.1450714913.txt.gz · Last modified: 2020/04/10 17:38 (external edit)