R
R
Ruslan-Strannik2020-06-05 14:37:41
System administration
Ruslan-Strannik, 2020-06-05 14:37:41

R.I.P. How to make it not litter the event log?

it just so happened that I had to use the RIP protocol on client PCs running Windows 7/10.
The bottom line is that the client connects via VPN to the corporate network and, using the RIP listener, receives the necessary network routes.
Now I found that in the event log there are a lot of messages from IPRIP that it cannot record the route.
The first time receiving the route, the listener writes it to the table, but the second time receiving the same route (30 sec interval), the listener cannot write it down and sends angry messages to the log :))
How can I turn this thing off? not the listener himself, but his messages. Let him grumble under his breath, but do not write anything to the journal)

PS Google gives a bunch of topics with a similar problem, but I have not found a solution yet.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Ruslan-Strannik, 2020-06-10
@Ruslan-Strannik

I finally found the solution!!! Thanks to everyone for the help and many comments)))
In the system registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\IpRip\Parameters
create a REG_DWORD entry named LoggingLevel, set the value to 0
This will disable the collection of logs from iprip in the event log.
This is what with regards to WIN7
for WIN10 it also works, but it's better to just install the latest updates. For win10 this error is fixed in updates, for win7 it is not. Moreover, information about correcting this error on the Microsoft website is only for VIN10

Y
Yakov Akulov, 2014-06-20
@jakulov

Can jQuery be included before other scripts?

S
Sergey Melnikov, 2014-06-20
@mlnkv

<script src="js/jquery-1.9.0.min.js"></script>
<script src="js/jquery.liFixar.js"></script> 
<script src="js/main.js"></script>

P
Philip, 2014-06-20
@shcherbanich

jsfiddle.net/qnTJZ/162
Everything works

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question