1
edit
Changes
m
→Setting up remote side
Setup '''netcat''' ('''nc''' on some Linux distributions) on your console server to listen on port 6666 UDP:
<pre>netcat -u -l -p6666</pre>
or<pre>nc -lu 6666</pre>
When your kernel prints something on the console, the text will be also captured on this netconsole server.