On Mon, Oct 09, 2000 at 09:31:29PM -0700, Mike Lewis wrote:
| 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.
I'm guessing that something in your rsync setup on the client is wrong.
514 is the shell service - that's plain rsh.
You _are_ saying
rsync -avn server::something
i.e. 2 colons, not one? Two talks to an rsync service, one expects to
use rsh or ssh to invoke an rsync in slave mode at the far end.
To check:
- on the server, does
server% netstat -an
show a service listening on port 873
- can you rsync from the server itself?
server% rsync localhost::
to get a listing, or
server% rsync -avn localhost::/something .
Personally, I suspect the lack of a "::". And by god! close that 514 firewall
hole - rsh is as insecure as things get. Worse than telnet!
Cheers,
--
Cameron Simpson, DoD#743 [EMAIL PROTECTED] http://www.zip.com.au/~cs/
More computing sins have been committed in the name of performance,
without necessariliy achieving it, than for all other reasons
combined. - Wulf
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list