On 1/11/08 3:03 PM, "Tony Wicks" tony@prophecy.net.nz wrote:
Hi all, trying to enable IPv6 on my mirror. Ftp and http were easy enough, just trying to find the magic config to get rsync listening. Centos 5.2 standard rsync under xinetd.-
Mine works fine with IPv6 and CentOS 5.2.
[root@mirror ~]# cat /etc/xinetd.d/rsync # default: off # description: The rsync server is a good addition to an ftp server, as it # allows crc checksumming etc. service rsync { disable = no socket_type = stream wait = no user = root server = /usr/bin/rsync server_args = --daemon log_on_failure += USERID flags = IPv6 }
Make sure you reload xinetd when making these changes.
-Shaun