Re: Syslog messages to a remote machine

2000-08-28 Thread Nimrod Mesika
On Mon, Aug 28, 2000 at 08:21:29PM +0300, guy keren wrote: > ssh tunnel between whome and what? you'll need a very strange setup, > since, as far as i know, ssh does not support forwarding of UDP > ports/packets... Ok. Missed that one ;) So just add a "udp over tcp" tunnel. Should be pretty easy

Re: Syslog messages to a remote machine

2000-08-28 Thread Ariel Biener
On Mon, 28 Aug 2000, guy keren wrote: http://www.core-sdi.com/english/slogging/ssyslog.html --Ariel > > On Mon, 28 Aug 2000, Nimrod Mesika wrote: > > > How about setting an ssh tunnel? You get both reliability and > > encryption. > > ssh tunnel between whome and what? you'll need a very str

Re: Syslog messages to a remote machine

2000-08-28 Thread guy keren
On Mon, 28 Aug 2000, Nimrod Mesika wrote: > How about setting an ssh tunnel? You get both reliability and > encryption. ssh tunnel between whome and what? you'll need a very strange setup, since, as far as i know, ssh does not support forwarding of UDP ports/packets... it _might_ be that by us

Re: Syslog messages to a remote machine

2000-08-28 Thread Nimrod Mesika
On Mon, Aug 28, 2000 at 01:42:03AM +0300, guy keren wrote: > > On Sun, 27 Aug 2000, Boaz Rymland wrote: > > > I'm trying to set a server machine to send it's syslog messages to my machine. > > just for general info: remote syslog is done by sending messages using > UDP, without any packet recei

Re: Syslog messages to a remote machine

2000-08-27 Thread Alex Shnitman
Hi, guy! On Mon, Aug 28, 2000 at 01:42:03AM +0300, you wrote the following: > > I'm trying to set a server machine to send it's syslog messages to my machine. > > just for general info: remote syslog is done by sending messages using > UDP, without any packet received acknowledgement or retrans

Re: Syslog messages to a remote machine

2000-08-27 Thread guy keren
On Sun, 27 Aug 2000, Boaz Rymland wrote: > I'm trying to set a server machine to send it's syslog messages to my machine. just for general info: remote syslog is done by sending messages using UDP, without any packet received acknowledgement or retransmission. thus, if a logging packet is lost

Re: Syslog messages to a remote machine

2000-08-27 Thread Ariel Biener
On Sun, 27 Aug 2000, Boaz Rymland wrote: syslogd -r RTFM. --Ariel > Hi folks, > > I'm trying to set a server machine to send it's syslog messages to my machine. > For that I already managed to send all messages with : > *.* @my_machine > > I've verified that indeed I get this on my

Re: Syslog messages to a remote machine

2000-08-27 Thread Boaz Rymland
Boaz Rymland wrote: > > Hi folks, > > I'm trying to set a server machine to send it's syslog messages to my machine. > For that I already managed to send all messages with : > *.* @my_machine > > I've verified that indeed I get this on my machine with "tcpdump port 514" . I > can se

Syslog messages to a remote machine

2000-08-27 Thread Boaz Rymland
Hi folks, I'm trying to set a server machine to send it's syslog messages to my machine. For that I already managed to send all messages with : *.* @my_machine I've verified that indeed I get this on my machine with "tcpdump port 514" . I can see messages poring in. But, I cant seem