Thread: DHCPD can't include file in another place
hello,
i'm trying include file in home folder specifying path in dhcpd.conf file. however, dhcpd doesn't accept it. problem is:
dhcpd self-test failed. please fix config file.
error was:
internet systems consortium dhcp server v3.1.3
copyright 2004-2009 internet systems consortium.
rights reserved.
info, please visit https://www.isc.org/software/dhcp/
can't open /home/user/abc.entry: permission denied
when copy abc.entry /etc/dhcp3/, works normally.
wrong here? possible include file outside dhcp home dir (/etc/dhcp3)?
answer.
you try making symlink other file.
in terminal enter :-
sudo ln -s ~/abc.entry /etc/dhcp3/abc.entry
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] DHCPD can't include file in another place
Ubuntu
Comments
Post a Comment