Thanks Cameron.  I must be doing something wrong then.

In /etc/inetd.conf I've added the following:

rsync   stream  tcp     nowait  root    /usr/bin/rsync    rsyncd --daemon

When I try to rsync something from my workstation to that server (which is
behind Gordon's firewall script), I'm getting rejects on the firewall on
port 514.

If I open up port 514 on the firewall (in addition to port 873 (rsync), I
get "poll:  protocol failure in circuit setup" and it fails.

Any pointers to what I may be doing wrong are appreciated.

Thanks,
Mike

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Cameron Simpson
Sent: Monday, October 09, 2000 5:02 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: rsync server question


On Mon, Oct 09, 2000 at 11:33:47AM -0700, Mike Lewis wrote:
| I've been trying to setup an rsync server.
| I understand when using using the rsync client piece that you can use ssh
| ( rsync -avc -e ssh ....).
| If I'm reading correctly, in order to setup an anonymous rsync server, the
| transport would be rsh ?  Is this correct ?

No. You run an rsync in daemon mode. It has its own port number.
Transport is plain TCP, just like web servers or whatever are - no rsh
or ssh involved.
--
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Don't put off for tomorrow what you can do today.
If you enjoy it today, you can do it again tomorrow...



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to