User Tools

Site Tools


voice:pbx:piaf_virtual

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
voice:pbx:piaf_virtual [2011/11/24 20:58]
gcooper
voice:pbx:piaf_virtual [2011/11/27 10:05] (current)
gcooper
Line 20: Line 20:
  
 http://proxmox.pbxinaflash.com/ http://proxmox.pbxinaflash.com/
 +
 +===== 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:
 +
 +<file>
 +/etc/sysconfig/network-scripts/ifcfg-eth0
 +</file>
 +
 +Make it look like this:
 +
 +<file>
 +DEVICE=eth0
 +BOOTPROTO=dhcp
 +DHCPCLASS=
 +ONBOOT=yes
 +</file>
 +
 +In addition, there is a problem with /etc/sysconfig/network. Edit the file using the actual hostname of your machine so that it looks like this:
 +
 +<file>
 +NETWORKING="yes"
 +NETWORKING_IPV6=no
 +HOSTNAME="whateveryourhostnameis"
 +</file>
 +
 +Then:
 +
 +<file>
 +service network restart
 +</file>
voice/pbx/piaf_virtual.1322193481.txt.gz · Last modified: 2011/11/24 20:58 by gcooper