User Tools

Site Tools


proxmox:1_2_3_fresh_3.4_proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
proxmox:1_2_3_fresh_3.4_proxmox [2016/01/14 18:02]
moliver@uclv
proxmox:1_2_3_fresh_3.4_proxmox [2016/01/14 19:12]
moliver@uclv
Line 96: Line 96:
  
 sed '​s/​PMNUMBER/'​${PMNUMBER}'/'​ /​tmp/​interfaces > /​etc/​network/​interfaces sed '​s/​PMNUMBER/'​${PMNUMBER}'/'​ /​tmp/​interfaces > /​etc/​network/​interfaces
 +
 +#Adicion de ruta para 10.12.253.x por interface de gestion para conexion con la red de los VMWARE
 +
 +cat > /tmp/rutas << '​EoT'​
 +#!/bin/bash
 +
 +/sbin/route add -net 10.12.253.0/​24 gw 10.12.113.254
 +
 +EoT
 +
 +
 +cat  /tmp/rutas /​etc/​rc.local > /​tmp/​rc.local
 +chmod +x /​tmp/​rc.local
 +mv -f /​tmp/​rc.local /​etc/​rc.local
  
  
proxmox/1_2_3_fresh_3.4_proxmox.txt ยท Last modified: 2020/04/10 17:38 (external edit)