I have a dhcp config bug.
If the dhcp server run on a alias interface, the configuration should be:
shared-network "net" {
subnet 192.168.3.0 netmask 255.255.255.0 {
.....
}
}
But our astaro genrate the configuration like the following, and the dhcpd daemon doesn't start with that.
group {
subnet 192.168.3.0 netmask 255.255.255.0 {
.....
}
}
Is that a known bug and fixed in 8.3?
(I set the file readonly, so the astaro can not overwrite the configuration :rolleyes[:)]
This thread was automatically locked due to age.