Basil Hendroff
Wizard
- Joined
- Jan 4, 2014
- Messages
- 1,644
I'm attempting to migrate DNSMasq from a Warden jail under 11.1-U7 to an IOcage jail under 11.2-U2. DNSMasq has been working successfully for me as a DNS/DHCP server under Warden. I've managed to install DNSMasq and get it started successfully in an IOcage jail. However, when I run it against the same configuration file (dnsmasq.conf) that I successfully used under Warden, DNSmasq fails to start with the error:
It appears that this issue (Bug# 53334) has, within the last few months, been resolved for 11.2-U2, but I'm still getting the error.
Anyway, I've isolated the trigger for the error to just one line of the 180 lines in the configuration file.
Am I missing something? Any thoughts of where to go from here?
Code:
dnsmasq: cannot create DHCP BPF socket: No such file or directory
It appears that this issue (Bug# 53334) has, within the last few months, been resolved for 11.2-U2, but I'm still getting the error.
Anyway, I've isolated the trigger for the error to just one line of the 180 lines in the configuration file.
Code:
dhcp-range=10.1.1.51,10.1.1.100,255.255.255.0,24h
Am I missing something? Any thoughts of where to go from here?
Last edited: