Hello!
I have been pulling my hair out in an attempt to set this up, so any assistance to get this going would be greatly appreciated, thank you. I am on the OVH network (i.e. SoYouStart) and have been trying to follow this guide here: docs.modulesgarden.com/Proxmox_Cloud_For_WHMCS#Automatic_IP_Address_Assignment
I have come this far:
It's coming up with the error:
I have Virtual MAC Addresses for each IP but what am I doing wrong? Any help would be sincerely appreciated, thanks.
I have been pulling my hair out in an attempt to set this up, so any assistance to get this going would be greatly appreciated, thank you. I am on the OVH network (i.e. SoYouStart) and have been trying to follow this guide here: docs.modulesgarden.com/Proxmox_Cloud_For_WHMCS#Automatic_IP_Address_Assignment
I have come this far:
Code:
# option definitions common to all supported networks...
option domain-name "<main-host-name>";
option domain-name-servers <nameserver-1>, <nameserver-2>;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address <broadcast-address>;
option routers <gateway-address>;
subnet xxx.xxx.xxx.56 netmask 255.255.255.248 {
#ProxmoxIPv4
host 1 {hardware ethernet xx:xx:xx:xx:57:d8;fixed-address xxx.xxx.xxx.56; }
host 2 {hardware ethernet xx:xx:xx:xx:09:09;fixed-address xxx.xxx.xxx.57; }
host 3 {hardware ethernet xx:xx:xx:xx:40:88;fixed-address xxx.xxx.xxx.58; }
host 4 {hardware ethernet xx:xx:xx:xx:88:d9;fixed-address xxx.xxx.xxx.59; }
host 5 {hardware ethernet xx:xx:xx:xx:87:26;fixed-address xxx.xxx.xxx.60; }
host 6 {hardware ethernet xx:xx:xx:xx:3f:89;fixed-address xxx.xxx.xxx.61; }
host 7 {hardware ethernet xx:xx:xx:xx:65:01;fixed-address xxx.xxx.xxx.62; }
host 8 {hardware ethernet xx:xx:xx:xx:7f:70;fixed-address xxx.xxx.xxx.63; }
}
It's coming up with the error:
Code:
May 03 07:19:39 tauryk dhcpd[19967]: No subnet declaration for vmbr0 (xxx.xxx.xxx.xxx).
May 03 07:19:39 tauryk dhcpd[19967]: ** Ignoring requests on vmbr0. If this is not what
May 03 07:19:39 tauryk dhcpd[19967]: you want, please write a subnet declaration
May 03 07:19:39 tauryk dhcpd[19967]: in your dhcpd.conf file for the network segment
May 03 07:19:39 tauryk dhcpd[19967]: to which interface vmbr0 is attached. **
May 03 07:19:39 tauryk dhcpd[19967]:
May 03 07:19:39 tauryk dhcpd[19967]:
May 03 07:19:39 tauryk dhcpd[19967]: No subnet declaration for vmbr1 (no IPv4 addresses).
May 03 07:19:39 tauryk dhcpd[19967]: ** Ignoring requests on vmbr1. If this is not what
May 03 07:19:39 tauryk dhcpd[19967]: you want, please write a subnet declaration
May 03 07:19:39 tauryk dhcpd[19967]: in your dhcpd.conf file for the network segment
May 03 07:19:39 tauryk dhcpd[19967]: to which interface vmbr1 is attached. **
May 03 07:19:39 tauryk dhcpd[19967]:
May 03 07:19:39 tauryk dhcpd[19967]:
May 03 07:19:39 tauryk dhcpd[19967]: No subnet declaration for eth0 (no IPv4 addresses).
May 03 07:19:39 tauryk dhcpd[19967]: ** Ignoring requests on eth0. If this is not what
May 03 07:19:39 tauryk dhcpd[19967]: you want, please write a subnet declaration
May 03 07:19:39 tauryk dhcpd[19967]: in your dhcpd.conf file for the network segment
May 03 07:19:39 tauryk dhcpd[19967]: to which interface eth0 is attached. **
I have Virtual MAC Addresses for each IP but what am I doing wrong? Any help would be sincerely appreciated, thanks.