summaryrefslogtreecommitdiff
blob: 5a17a9107ca4d523c13a71eecd3b67ccff14505b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-conf.d,v 1.1 2005/11/15 19:27:35 robbat2 Exp $

# required!
TGT_IP=''

DEVICE=eth0

SRC_IP='' # will default to first address on $DEVICE
SRC_PORT=6665 # default

# note that cancd daemon uses 6667 as default
# but netconsole.txt says 6666 is the default
TGT_PORT=6667 

# if you want to broadcast, specify 'broadcast' here.
# it's a security hole on an untrusted network.
TGT_MAC='' 

LOGLEVEL='1'
# LOGLEVEL are the kernel console logging levels
# [0..7] = EMERG,ALERT,CRIT,ERR,WARNING,NOTICE,INFO,DEBUG 
# 1 means only kernel panics are reported (default)
# this affects all console logging
# see syslog(2) for more info