PROXMOX 5: Configuración de Truncales Poseidon

Guía de configuración de truncales en proxmox
  • Ingresamos por ssh al servidor
ssh 10.20.200.14 -l ugit
  • Ingresamos como usuario root
su root
  • Editamos el archivo interfaces para añadir las subinterfaces
nano /etc/network/interfaces
  • ESTADO ACTUAL
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

auto enp66s0
iface enp66s0 inet manual
#Poseidon INT 2

auto enp4s0
iface enp4s0 inet manual
#Poseidon EXT

auto enp69s0f0
iface enp69s0f0 inet manual
#Poseidon INT 6

auto enp69s0f1
iface enp69s0f1 inet manual

auto enp70s0f0
iface enp70s0f0 inet manual

auto enp70s0f1
iface enp70s0f1 inet manual

auto vmbr0
iface vmbr0 inet static
address 10.20.200.14
netmask 255.255.255.0
bridge_ports enp66s0
bridge_stp off
bridge_fd 0

auto vmbr1
iface vmbr1 inet static
address 10.20.252.14
netmask 255.255.255.0
bridge_ports enp69s0f0
bridge_stp off
bridge_fd 0
#Interfaz COROSYNC

auto vmbr2
iface vmbr2 inet manual
bridge_ports enp69s0f1
bridge_stp off
bridge_fd 0

auto vmbr3
iface vmbr3 inet manual
bridge_ports enp70s0f0
bridge_stp off
bridge_fd 0

auto vmbr4
iface vmbr4 inet manual
bridge_ports enp70s0f1
bridge_stp off
bridge_fd 0

auto vmbr5
iface vmbr5 inet static
address 181.193.87.5
netmask 255.255.255.0
gateway 181.193.87.1
bridge_ports enp4s0
bridge_stp off
bridge_fd 0
#Interfaz Publica
  • MODIFICAR
##############################################
################ LOCALHOST ###################
##############################################

auto lo
iface lo inet loopback

##############################################
###### INTERFACES FISICAS DE POSEIDON ########
##############################################

#---- INTERFAZ TRONCAL REDES LOCALES --------#

auto enp66s0
iface enp66s0 inet manual
#Poseidon INT 2

#----------- INTERFAZ PUBLICA ----------------#

auto enp4s0
iface enp4s0 inet manual
#Poseidon EXT

#----------- INTERFAZ COROSYNC----------------#

auto enp69s0f0
iface enp69s0f0 inet manual
#Poseidon INT 6

#------------- INTERFAZ LIBRE ----------------#

auto enp69s0f1
iface enp69s0f1 inet manual

#------------- INTERFAZ LIBRE ----------------#

auto enp70s0f0
iface enp70s0f0 inet manual

#------------- INTERFAZ LIBRE ----------------#

auto enp70s0f1
iface enp70s0f1 inet manual

################################################
###### SUBINTERFACES DEL TRONCAL enp66s0 #######
################################################

#----------------------------------------
#VLAN SIUA_ADM:60
#----------------------------------------
auto enp66s0.60
iface enp66s0.60 inet manual

#----------------------------------------
#VLAN SIUA_UCR:61
#----------------------------------------
auto enp66s0.61
iface enp66s0.61 inet manual

#----------------------------------------
#VLAN SIUA_TEC:90 NOTA: cambiar a 62
#----------------------------------------
auto enp66s0.90
iface enp66s0.90 inet manual

#----------------------------------------
#VLAN SIUA_UNA:20 NOTA:cambiar a 63
#----------------------------------------
auto enp66s0.20
iface enp66s0.20 inet manual

#----------------------------------------
#VLAN SIUA_UNED:64
#----------------------------------------
auto enp66s0.64
iface enp66s0.64 inet manual

#----------------------------------------
#VLAN SIUA_UTN:65
#----------------------------------------
auto enp66s0.65
iface enp66s0.65 inet manual

#----------------------------------------
#VLAN SIUA_UGIT:190
#----------------------------------------
auto enp66s0.190
iface enp66s0.190 inet manual

#----------------------------------------
#VLAN SIUA_VIDEOCONFERENCIA:30
#----------------------------------------
auto enp66s0.30
iface enp66s0.30 inet manual

#----------------------------------------
#VLAN SIUA_VOZIP:40
#----------------------------------------
auto enp66s0.40
iface enp66s0.40 inet manual

#----------------------------------------
#VLAN SIUA_SER_DMZ:111
#----------------------------------------
auto enp66s0.111
iface enp66s0.111 inet manual

#----------------------------------------
#VLAN SIUA_SER_INT:201 NOTA: cambiar 200
#----------------------------------------
auto enp66s0.201
iface enp66s0.201 inet manual

#----------------------------------------
#VLAN SIUA_VIGILANCIA:210
#----------------------------------------
auto enp66s0.210
iface enp66s0.210 inet manual

#----------------------------------------
#VLAN SIUA_LAB01:101
#----------------------------------------
auto enp66s0.101
iface enp66s0.101 inet manual

#----------------------------------------
#VLAN SIUA_LAB02:102
#----------------------------------------
auto enp66s0.102
iface enp66s0.102 inet manual

#----------------------------------------
#VLAN SIUA_LAB03:103
#----------------------------------------
auto enp66s0.103
iface enp66s0.103 inet manual

#----------------------------------------
#VLAN SIUA_LAB01:104
#----------------------------------------
auto enp66s0.104
iface enp66s0.104 inet manual

#----------------------------------------
#VLAN SIUA_LAB05:105
#----------------------------------------
auto enp66s0.105
iface enp66s0.105 inet manual

#----------------------------------------
#VLAN SIUA_LAB_PORT01:106
#----------------------------------------
auto enp66s0.106
iface enp66s0.106 inet manual

#----------------------------------------
#VLAN SIUA_LAB_PORT02:107
#----------------------------------------
auto enp66s0.107
iface enp66s0.107 inet manual

#----------------------------------------
#VLAN SIUA_LAB_PORT03:108
#----------------------------------------
auto enp66s0.108
iface enp66s0.108 inet manual

#----------------------------------------
#VLAN SIUA_AULAS:110
#----------------------------------------
auto enp66s0.110
iface enp66s0.110 inet manual

#----------------------------------------
#VLAN SIUA_BIBLIOTECA:120
#----------------------------------------
auto enp66s0.120
iface enp66s0.120 inet manual

#----------------------------------------
#VLAN SIUA_WIFI_EST:155
#----------------------------------------
auto enp66s0.155
iface enp66s0.155 inet manual

#----------------------------------------
#VLAN SIUA_WIFI_ADM:169
#----------------------------------------
auto enp66s0.169
iface enp66s0.169 inet manual

#----------------------------------------
#VLAN SIUA_ADM_WIFI:241
#----------------------------------------
auto enp66s0.241
iface enp66s0.241 inet manual

#----------------------------------------
#VLAN SIUA_ADM_SW:250
#----------------------------------------
auto enp66s0.250
iface enp66s0.250 inet manual

#----------------------------------------
#VLAN SIUA_ADM_AP1131:245
#----------------------------------------
auto enp66s0.245
iface enp66s0.245 inet manual

##############################################
###### INTERFACES BRIDGES DE POSEIDON ########
##############################################

#----- BRIDGE PARA INTERFAZ WEB PUBLICA -------#

auto vmbr5
iface vmbr5 inet static
address 181.193.87.5
netmask 255.255.255.0
gateway 181.193.87.1
bridge_ports enp4s0
bridge_stp off
bridge_fd 0
#Interfaz Publica

#----------- BRIDGE COROSYNC ----------------#

auto vmbr1
iface vmbr1 inet static
address 10.20.252.14
netmask 255.255.255.0
bridge_ports enp69s0f0
bridge_stp off
bridge_fd 0

#----------- BRIDGE DISPONIBLE --------------#

auto vmbr2
iface vmbr2 inet manual
bridge_ports enp69s0f1
bridge_stp off
bridge_fd 0

#----------- BRIDGE DISPONIBLE --------------#

auto vmbr3
iface vmbr3 inet manual
bridge_ports enp70s0f0
bridge_stp off
bridge_fd 0

#----------- BRIDGE DISPONIBLE --------------#

auto vmbr4
iface vmbr4 inet manual
bridge_ports enp70s0f1
bridge_stp off
bridge_fd 0

##############################################
##### BRIDGES SOBRE EL TRONCAL enp66s0 ######
##############################################

#---- BRIDGE PARA INTERFAZ WEB LOCAL --------#

auto vmbr0
iface vmbr0 inet static
address 10.20.200.14
netmask 255.255.255.0
bridge_ports enp66s0.201
bridge_stp off
bridge_fd 0

Como crear un nuevo puente

  • Creamos un nuevo puente Centro de Datos->zeus->Redes->Crear->Linux Bridge
  • Creamos un puente para la VLAN 190
  • Ahora el puente se crea pero no se encuentra «Activo» esto porque proxmox crea estos puentes y todos los cambios de interfaces en el archivo
nano /etc/network/interfaces.new
  • Y cuando reinicia aplica las actualizaciones, si es necesario activarla sin reiniciar, abrimos el archivo anterior y copiamos los cambios por ejemplo:
auto vmbr2
iface vmbr2 inet static
address 10.190.0.100
netmask 255.255.255.0
bridge_ports enp66s0.190
bridge_stp off
bridge_fd 0
#Puente UGIT
  • Y los ingresamos en
nano /etc/network/interfaces
  • Y reiniciamos los servicios
/etc/init.d/networking stop && /etc/init.d/networking start