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
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
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
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
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
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
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
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
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