Search results

  1. F

    VMs configuration

    Who is acting as the DHCP server?
  2. F

    DHCP Deployment

    *****UPDATE***** So, as i was not goint to wait for a solution, i did some more research and i solved the issue. This is what i did. Created a LXC Container with Centos 6.7 and installed dhcpd in this container. A guide to deploy a dhcpd server can be read here...
  3. F

    DHCP Deployment

    Hi All, I would like to know if anyone out there has been able to set this one up: Scenario: Hypervisors: 4 Servers running Proxmox 5.0 All servers are on the SAME VLAN All 4 servers share the 185.43.xx.0/29 Network. All 4 servers share the 10.99.99.0/28 Network for Private Internal...
  4. F

    Local Disks Question

    *****UPDATE***** Just in case someone else out there is wondering the same thing, maybe the link dies: 3 commands are needed. cfdisk /dev/sdB This command is used to delete any old partitions currently on /dev/sdb. A single partition is needed. pvcreate /dev/sdB1 This creates a "Physical...
  5. F

    Local Disks Question

    Hi @fireon, Thanks for the reply. While waiting on a reply, i did some more research and I came across an OLD article written on 2013, which solved my question. Basically i wanted to add each HDD as a StandAlone HDD "JBOD" and this did the trick...
  6. F

    Local Disks Question

    Hi All, I have read about 6 threads and many different posts along with a lot of other documentation and i have not been able to find what I am looking for. My scenario: 4 servers running ProxmoxVE 5.0 (hypervisors) 1 Server with 20+TB of ISO and NAS Backup. All the servers have the following...