[CentOS-mirror] Rsync IPv6 help please

Shaun Ewing s.ewing at aussiehq.com.au
Sat Nov 1 04:11:37 UTC 2008


On 1/11/08 3:03 PM, "Tony Wicks" <tony at 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 at 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



More information about the CentOS-mirror mailing list