I already installed rsync on both my server(running
FREEBSD 4.4) and
win98 macine. My LAN don't connect to the internet so
it is quite secure, is it possible if I don't use
OpenSSH? 

 when I run "rsync 172.22.0.104::", I get this
message:
 "failed to cennect to 172.22.0.104 - Resource is
remote"

 172.22.0.104 is the ip address of my server. It is
running rsync as a stand alone daemon (rsync
--daemon).

Here is a copy of my rsyncd.conf:

motd file = /etc/motd
log file = /var/log/rsyncd.log

[test]
        comment = ftp area
        path = /path/ftp
        read only = yes
        list = yes
        uid = nobody
        gid = nobody

[amiel]
        comment = amiel's backup
        path = /backup/amiel
        read only = no
        list = yes
        hosts allow = 172.22.0.102

172.22.0.102 is the IP address of my win98 machine.
what do you think is the problem?


__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

Reply via email to