{"id":629,"date":"2019-07-18T10:46:11","date_gmt":"2019-07-18T16:46:11","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=629"},"modified":"2019-09-25T13:45:23","modified_gmt":"2019-09-25T19:45:23","slug":"proxmox-5-configuracion-de-red-de-hades","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=629","title":{"rendered":"PROXMOX 5: Configuraci\u00f3n de red de HADES"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Gu\u00eda <a href=\"\/?p=619\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"truncales (abre en una nueva pesta\u00f1a)\">truncales<\/a><\/li><li>Actual<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>auto lo\niface lo inet loopback\n\niface eno1 inet manual\n\nauto vmbr0\niface vmbr0 inet static\naddress 10.20.200.31\nnetmask 255.255.255.0\ngateway 10.20.200.1\nbridge_ports eno1\nbridge_stp off\nbridge_fd 0\n\niface eno2 inet manual\n\niface eno3 inet manual\n\niface eno4 inet manual<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Remplazar<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>##############################################\n################ LOCALHOST ###################\n##############################################\n\nauto lo\niface lo inet loopback\n\n##############################################\n######## INTERFACES FISICAS DE ARES ##########\n##############################################\n\n#---- INTERFAZ TRONCAL REDES LOCALES --------#\n\nauto eno1\niface eno1 inet manual\n\n#----------- INTERFAZ COROSYNC----------------#\n\nauto eno2\niface eno2 inet manual\n\n#------------- INTERFAZ LIBRE ----------------#\n\nauto eno3\niface eno3 inet manual\n\n#------------- INTERFAZ LIBRE ----------------#\n\nauto eno4\niface eno4 inet manual\n\n################################################\n###### SUBINTERFACES DEL TRONCAL eno1 ##########\n################################################\n\n#----------------------------------------\n#VLAN SIUA_ADM:60\n#----------------------------------------\nauto eno1.60\niface eno1.60 inet manual\n\n#----------------------------------------\n#VLAN SIUA_UCR:61\n#----------------------------------------\nauto eno1.61\niface eno1.61 inet manual\n\n#----------------------------------------\n#VLAN SIUA_TEC:90 NOTA: cambiar a 62\n#----------------------------------------\nauto eno1.90\niface eno1.90 inet manual\n\n#----------------------------------------\n#VLAN SIUA_UNA:20 NOTA:cambiar a 63\n#----------------------------------------\nauto eno1.20\niface eno1.20 inet manual\n\n#----------------------------------------\n#VLAN SIUA_UNED:64\n#----------------------------------------\nauto eno1.64\niface eno1.64 inet manual\n\n#----------------------------------------\n#VLAN SIUA_UTN:65\n#----------------------------------------\nauto eno1.65\niface eno1.65 inet manual\n\n#----------------------------------------\n#VLAN SIUA_UGIT:190\n#----------------------------------------\nauto eno1.190\niface eno1.190 inet manual\n\n#----------------------------------------\n#VLAN SIUA_VIDEOCONFERENCIA:30\n#----------------------------------------\nauto eno1.30\niface eno1.30 inet manual\n\n#----------------------------------------\n#VLAN SIUA_VOZIP:40\n#----------------------------------------\nauto eno1.40\niface eno1.40 inet manual\n\n#----------------------------------------\n#VLAN SIUA_SER_DMZ:111\n#----------------------------------------\nauto eno1.111\niface eno1.111 inet manual\n\n#----------------------------------------\n#VLAN SIUA_SER_INT:201 NOTA: cambiar 200\n#----------------------------------------\nauto eno1.201\niface eno1.201 inet manual\n\n#----------------------------------------\n#VLAN SIUA_VIGILANCIA:210\n#----------------------------------------\nauto eno1.210\niface eno1.210 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB01:101\n#----------------------------------------\nauto eno1.101\niface eno1.101 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB02:102\n#----------------------------------------\nauto eno1.102\niface eno1.102 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB03:103\n#----------------------------------------\nauto eno1.103\niface eno1.103 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB01:104\n#----------------------------------------\nauto eno1.104\niface eno1.104 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB05:105\n#----------------------------------------\nauto eno1.105\niface eno1.105 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB_PORT01:106\n#----------------------------------------\nauto eno1.106\niface eno1.106 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB_PORT02:107\n#----------------------------------------\nauto eno1.107\niface eno1.107 inet manual\n\n#----------------------------------------\n#VLAN SIUA_LAB_PORT03:108\n#----------------------------------------\nauto eno1.108\niface eno1.108 inet manual\n\n#----------------------------------------\n#VLAN SIUA_AULAS:110\n#----------------------------------------\nauto eno1.110\niface eno1.110 inet manual\n\n#----------------------------------------\n#VLAN SIUA_BIBLIOTECA:120\n#----------------------------------------\nauto eno1.120\niface eno1.120 inet manual\n\n#----------------------------------------\n#VLAN SIUA_WIFI_EST:155\n#----------------------------------------\nauto eno1.155\niface eno1.155 inet manual\n\n#----------------------------------------\n#VLAN SIUA_WIFI_ADM:169\n#----------------------------------------\nauto eno1.169\niface eno1.169 inet manual\n\n#----------------------------------------\n#VLAN SIUA_ADM_WIFI:241\n#----------------------------------------\nauto eno1.241\niface eno1.241 inet manual\n\n#----------------------------------------\n#VLAN SIUA_ADM_SW:250\n#----------------------------------------\nauto eno1.250\niface eno1.250 inet manual\n\n#----------------------------------------\n#VLAN SIUA_ADM_AP1131:245\n#----------------------------------------\nauto eno1.245\niface eno1.245 inet manual\n\n\n##############################################\n######## INTERFACES BRIDGES DE ARES ##########\n##############################################\n\n#----------- BRIDGE COROSYNC ----------------#\n\nauto vmbr1\niface vmbr1 inet static\naddress 10.20.252.31\nnetmask 255.255.255.0\nbridge_ports eno2\nbridge_stp off\nbridge_fd 0\n\n#----------- BRIDGE DISPONIBLE --------------#\n\nauto vmbr2\niface vmbr2 inet manual\nbridge_ports eno3\nbridge_stp off\nbridge_fd 0\n\n#----------- BRIDGE DISPONIBLE --------------#\n\nauto vmbr3\niface vmbr3 inet manual\nbridge_ports eno4\nbridge_stp off\nbridge_fd 0\n\n##############################################\n####### BRIDGES SOBRE EL TRONCAL eno1 ########\n##############################################\n\n#---- BRIDGE PARA INTERFAZ WEB LOCAL --------#\n\nauto vmbr0\niface vmbr0 inet static\naddress 10.20.200.31\nnetmask 255.255.255.0\ngateway 10.20.200.1\nbridge_ports eno1.201\nbridge_stp off\nbridge_fd 0<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Gu\u00eda configuraci\u00f3n red Hades<\/p>\n","protected":false},"author":2,"featured_media":2001,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[12],"class_list":["post-629","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-proxmox","tag-proxmox"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/629","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=629"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/629\/revisions"}],"predecessor-version":[{"id":630,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/629\/revisions\/630"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/media\/2001"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=629"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=629"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}