This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
voice:pbx:piaf_virtual [2011/11/24 20:51] gcooper created |
voice:pbx:piaf_virtual [2011/11/27 10:05] (current) gcooper |
||
---|---|---|---|
Line 8: | Line 8: | ||
===== Howto for Proxmox VE ===== | ===== Howto for Proxmox VE ===== | ||
+ | |||
+ | [[virtualization: | ||
+ | |||
+ | OpenVZ is a high-performance and easy to use virtualization platform. | ||
+ | |||
+ | An OpenVZ template for PIAF is available for simple installations. | ||
http:// | http:// | ||
Line 14: | Line 20: | ||
http:// | http:// | ||
+ | |||
+ | ===== Networking ===== | ||
+ | |||
+ | ==== Static IP ==== | ||
+ | |||
+ | For a static guest IP address, choose **Virtual Network (venet)** when creating the VM. | ||
+ | |||
+ | ==== Bridged ==== | ||
+ | |||
+ | If you choose a Bridged network where an IP comes from your DHCP server, you'll need to add a file: | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Make it look like this: | ||
+ | |||
+ | < | ||
+ | DEVICE=eth0 | ||
+ | BOOTPROTO=dhcp | ||
+ | DHCPCLASS= | ||
+ | ONBOOT=yes | ||
+ | </ | ||
+ | |||
+ | In addition, there is a problem with / | ||
+ | |||
+ | < | ||
+ | NETWORKING=" | ||
+ | NETWORKING_IPV6=no | ||
+ | HOSTNAME=" | ||
+ | </ | ||
+ | |||
+ | Then: | ||
+ | |||
+ | < | ||
+ | service network restart | ||
+ | </ |