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 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
> 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 |
|
|||
|
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 |
|
|||
|
>>>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 |
|
|||
|
>>>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 |
|
|||
|
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 |