Search results

  1. C

    what is modifying etc/sysconfig/network?

    after reboot my routing scheme breaks: # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.16.0.110 172.16.0.109 255.255.255.255 UGH 0 0 0 venet0 10.24.106.0 0.0.0.0 255.255.254.0 U 0 0...
  2. C

    venet0:0 accessible from outside Proxmox?

    The documentation here: https://openvz.org/Common_Networking_HOWTOs#Venet states: Why would the host be able to ping the venet? I thought the idea of a venet was to provide connectivity between CTs but not between external networks? Second (related) question: Is there any way a venet IP could...
  3. C

    CentOS container cannot enable network

    I installed CentOS 6 Standard (also tried with minimal) via a template and cannot seem to enable eth0. Bridge mode to vmbr0 was selected during container creation, and this is the device info: ip link show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback...
  4. C

    Adding iSCSI storage to HA cluster

    I've got three boxes with fencing configured and tested from the command line (not sure if it's possible to test it via Proxmox) They're each connected to a 1TB LUN via iSCSI using multipath. I've manually created a volume group on my multipathed device: gdisk /dev/dm-3 pvcreate /dev/dm-3...