>>>As newbie I have setup a Linux gateway. On my Linux PC I have connected
>>>through eth0 a XP machine. Now I get every three minutes the following error
>>>in /var/log/messages:
>>>
>>>Oct 17 16:19:44 dragonhill rwhod[2355]: sendto(192.168.1.255): Operation not
>>>permitted
>>>
>>>Can anybody tell me what go's wrong and how I can fix it?
>>>
>>>Maybe don't start the rwhod deamon at boot or do I need it?
>>
>>As root, issue the following to stop the daemon: /etc/rc.d/init.d/rwhod stop
>>To prevent rwhod from starting at boot, issue the following: chkconfig
>>--level 2345 rwhod off Hopefully that will take care of business
. --
>>Hank
>>
>
>
> Thanks Hank for your answer,
>
> So I don't need the daemon rwhod in my situation described above? In other
> words I can shutdown it permanently?
For rwhod, I'd say if you don't know if you need it or not, you don't
need it

. I personally don't use it, but I don't know what your
environment is like. Do a "man rwho" and "man rwhod" to get some more
information on the service. Keep rwhod off for a while (if you are
maintaining your personal system only, which I'm guessing you are). If
nothing negative happens, keep it off.
--
Hank