Networking Forums

Networking Forums > Computer Networking > Linux Networking > rwhod errors

Reply
 
 
Kees
Guest
Posts: n/a

 
      10-17-2003, 02:25 PM
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
 
 
 
 
Hank Kingwood
Guest
Posts: n/a

 
      10-17-2003, 02:32 PM
> 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
 
Kees
Guest
Posts: n/a

 
      10-17-2003, 04:10 PM
In article <94Tjb.446$(E-Mail Removed)>, 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
 
Hank Kingwood
Guest
Posts: n/a

 
      10-20-2003, 01:56 AM
>>>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
 
Hank Kingwood
Guest
Posts: n/a

 
      10-21-2003, 10:01 AM
>>>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
 
Kees
Guest
Posts: n/a

 
      10-21-2003, 10:50 AM
In article <Dt7lb.1217$(E-Mail Removed)>, 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
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FEC Errors zon Broadband 1 08-07-2006 06:41 PM
UDP and NAT errors Doug Laidlaw Linux Networking 2 06-26-2005 10:51 AM
DNS errors in log Baho Utot Linux Networking 5 04-08-2005 11:40 PM
MN-740 Errors W. Nunn Broadband Hardware 1 08-28-2004 04:30 AM
errors brian Windows Networking 0 07-14-2004 07:12 PM



1 2 3 4 5 6 7 8 9 10 11