Cisco logs to Debian-3.0 server problems..

2003-07-15 Thread Bill Schoolcraft
Hello Family,

Been having a hell of a time trying to figure out why a (x86)
Debian-3.0 box will do remote logging for other Linux boxes but
will not log for a Cisco router.

The same setup worked in the past with another version of Linux
but not with Debian-3.0, anyone have any similiar issues like
this involving a Cisco router?

-- 
|--Word-Wrap-At-72-Please--|
Bill Schoolcraft
PO Box 210076 -o)
San Francisco CA 94121 /\
UNIX, A Way Of Life._\_v



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Cisco logs to Debian-3.0 server problems..

2003-07-15 Thread Grzesiek Sedek
I think Debian in default is set quite secure, therefore you may
have to reconfigure your syslog to allow tcp connections.
I got cisco logs in syslog no problem.

On Tue, 15 Jul 2003, Bill Schoolcraft wrote:

 Hello Family,
 
 Been having a hell of a time trying to figure out why a (x86)
 Debian-3.0 box will do remote logging for other Linux boxes but
 will not log for a Cisco router.
 
 The same setup worked in the past with another version of Linux
 but not with Debian-3.0, anyone have any similiar issues like
 this involving a Cisco router?
 
 -- 
 |--Word-Wrap-At-72-Please--|
 Bill Schoolcraft
 PO Box 210076 -o)
 San Francisco CA 94121 /\
 UNIX, A Way Of Life._\_v
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Cisco logs to Debian-3.0 server problems..

2003-07-15 Thread Nobuhiro Kikuchi
On Tue, 15 Jul 2003 12:41:06 -0700 (PDT)
Bill Schoolcraft [EMAIL PROTECTED] wrote:

The same setup worked in the past with another version of Linux
but not with Debian-3.0, anyone have any similiar issues like
this involving a Cisco router?

You have to edit /etc/init.d/sysklogd, in order to receive
a syslog message from remote machine.

Did you edit and restart sysklogd?

--- a part of /etc/init.d/sysklogd

# Options for start/restart the daemons
#   For remote UDP logging use SYSLOGD=-r
#
SYSLOGD=

---

-- 
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Cisco logs to Debian-3.0 server problems..

2003-07-15 Thread Bill Schoolcraft
At Wed, 16 Jul 2003 it looks like Nobuhiro Kikuchi composed:

 You have to edit /etc/init.d/sysklogd, in order to receive
 a syslog message from remote machine.
 

Hmm,  we are currently successfully receiving logs from
other Linux boxes with success, it's just the CISCO router that
has no success in getting logs received by the Debian box.

We started the server with the -r option and it's currently
logging remote machines fine.

Thanks for the reply. :)

-- 
|--Word-Wrap-At-72-Please--|
Bill Schoolcraft
PO Box 210076 -o)
San Francisco CA 94121 /\
UNIX, A Way Of Life._\_v



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Cisco logs to Debian-3.0 server problems..

2003-07-15 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Bill Schoolcraft  [EMAIL PROTECTED] wrote:
Hello Family,

Been having a hell of a time trying to figure out why a (x86)
Debian-3.0 box will do remote logging for other Linux boxes but
will not log for a Cisco router.

The same setup worked in the past with another version of Linux
but not with Debian-3.0, anyone have any similiar issues like
this involving a Cisco router?

Cisco routers log at level local5 by default, if I'm not
mistaken. You need something like this in your /etc/syslog.conf:

local5.*-/var/log/cisco.log

Mike.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]