Bluehost.com Web Hosting $6.95

rwhod errors

This is a discussion on rwhod errors within the Linux Networking forums, part of the Linux Forums category; Hello, As newbie I have setup a Linux gateway. On my Linux PC I have connected through eth0 a XP ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-17-2003
Kees
 
Posts: n/a
Default rwhod errors

Hello,

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?

GG
Kees

[ Meet Your Meat...http://www.xs4all.nl/~kostercd/mym.rm ]
--
Are you making all this up as you go along?
16:24:07 up 8:45, 4 users, load average: 0.23, 0.37, 0.41
Linux Registered User #300181 | ICQ #179658498
PGP (Public Key) available by request -- # EOE
Reply With Quote
  #2 (permalink)  
Old 10-17-2003
Hank Kingwood
 
Posts: n/a
Default Re: rwhod errors

> 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

Reply With Quote
  #3 (permalink)  
Old 10-17-2003
Kees
 
Posts: n/a
Default Re: rwhod errors

In article <94Tjb.446$Ir4.259@newssvr23.news.prodigy.com>, Hank Kingwood wrote:
>> 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?

GG
Kees

[ Meet Your Meat...http://www.xs4all.nl/~kostercd/mym.rm ]
--
Saint: A dead sinner revised and edited. -- Ambrose Bierce
18:09:33 up 10:30, 4 users, load average: 0.25, 0.34, 0.40
Linux Registered User #300181 | ICQ #179658498
PGP (Public Key) available by request -- # EOE
Reply With Quote
  #4 (permalink)  
Old 10-20-2003
Hank Kingwood
 
Posts: n/a
Default Re: rwhod errors

>>>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?
>
> GG
> Kees


I'm not sure what your environment needs, but I'm guessing you don't
need rwhod since you're not sure. So, turn it off and keep it off. The
less stuff you have running, the fewer ports you have open resulting in
you being a harder target (not to be interpreted as a hard target...)
for bad guys scanning your box. If you find out you need it for
something in the future, turn it on :) .
--
Hank

Reply With Quote
  #5 (permalink)  
Old 10-21-2003
Hank Kingwood
 
Posts: n/a
Default Re: rwhod errors

>>>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

Reply With Quote
  #6 (permalink)  
Old 10-21-2003
Kees
 
Posts: n/a
Default Re: rwhod errors

In article <Dt7lb.1217$TU2.404@newssvr22.news.prodigy.com>, Hank Kingwood wrote:
>>>>As newbie I have setup a Linux gateway. On my Linux PC I have connected


[...]

>
> 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.


Yep, I did read man rwhod and noticed I don't need the services on my small
home network with two PC's, thanks again for your help.

GG
Kees

[ Meet Your Meat...http://www.xs4all.nl/~kostercd/mym.rm ]
--
This time it's for love; next time it's $100.00.
12:49:43 up 1 day, 4:19, 4 users, load average: 0.41, 0.39, 0.41
Linux Registered User #300181 | ICQ #179658498
PGP (Public Key) available by request -- # EOE
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:45 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0