From: Nuno Silva (nuno.silva_at_vgertech.com)
Date: Thu 12 Dec 2002 - 16:46:27 GMT
Christoph Pleger wrote:
> Hello,
>
> I already wrote that I have difficulties to start rpc.nfsd in a virtual
> server. Now I found out that DHCP also has a problem, the log says:
> "dhcpd: unable to create icmp socket: Operation not permitted."
>
> Does anybody have a solution for NFS and/or DHCP?
>
Hi.
Read de capabilities.h -- in linux's source tree -- file and add the
relevant capabilities in the .conf file.
IIRC, you'll need at least:
CAP_NET_ADMIN
CAP_NET_RAW
Good luck,
Nuno Silva