@ERROR: access denied to [ TEST.SERVER ] from UNKNOWN (***.***.***.***)

 

[root@localhost /]# cat /etc/rsyncd.conf
# /etc/rsyncd: configuration file for rsync daemon mode

# See rsyncd.conf man page for more options.

# configuration example:

# uid = nobody
# gid = nobody
# use chroot = yes
# max connections = 4
# pid file = /var/run/rsyncd.pid
# exclude = lost+found/
# transfer logging = yes
# timeout = 900
# ignore nonreadable = yes
# dont compress   = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2

# [ftp]
#        path = /home/ftp
#        comment = ftp export area



[localhost]
path=/home/backup
hosts allow=222.110.15.0/24  # <= From Server IP address Check
list=true
uid=root
gid=root
[root@localhost /]#