I've just upgraded my rsync server to 2.5.1 (before, I was using 2.4.6),
without changing anything in /etc/rsyncd.conf, and now, I have this logs
each time a client connect to server:

2002/01/07 18:33:03 [10432] rsync: reverse name lookup mismatch on fd3 - spoofed 
address?
2002/01/07 18:33:03 [10432] rsync on admin/sbin/padmin_update.sh from UNKNOWN 
(172.16.65.14)
2002/01/07 18:33:03 [10432] wrote 79 bytes  read 88 bytes  total size 1494

The server configuration has not changed since upgrading to rsync 2.5.1.
No noticed network configuration problem.

Here is /etc/rsyncd.conf:

log  file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid

[admin]
        uid = root
        gid = root
        path = /DT/PROD/admin
        comment = production administrator files
        read only = true

[admin-dev]
        uid = root
        gid = root
        path = /DT/PROD/admin-dev
        comment = production administrator files (dev)
        read only = true

[bbserver]
        uid = root
        gid = root
        path = /DT/PROD/bbserver
        comment = Big Brother server
        read only = true
        hosts allow = anakin.orsay.quadratec.fr palpatine.orsay.quadratec.fr

[apps]
        uid = root
        gid = root
        path = /opt
        comment = applications
        read only = true
        hosts allow = palpatine.orsay.quadratec.fr


Should I change something in rsyncd.conf ?

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://www.megrapet.org/

Reply via email to