2009年10月6日 星期二

Linux Kernel netconsole

[Server]
./netcat -u -l -p 6666 | tee /tmp/123.log

[Client]
ifconfig eth0 up
ifconfig eth0 192.168.19.183 netmask 255.255.255.0 up

insmode netconsole.ko netconsole=@/eth0,@192.168.19.43/

記錄一下下~~