[Sysadmins] Порты rsync
Mikhail A. Pokidko
=?iso-8859-1?q?mikhail=2Epokidko_=CE=C1_gmail=2Ecom?=
Вт Май 15 14:03:50 MSD 2007
2007/5/15, Вадим Илларионов :
> Пытаюсь подключиться к rsync-серверу с машинки, где в iptables Policy=DROP,
> но порт 873 с/на сервер открыт и по UDP, и по TCP:
>
> iptables -t filter -A INPUT -p tcp -s xx.xx.xx.xx --sport rsync -j ACCEPT
> iptables -t filter -A INPUT -p udp -s xx.xx.xx.xx --sport rsync -j ACCEPT
> iptables -t filter -A OUTPUT -p tcp -d xx.xx.xx.xx --dport rsync -j ACCEPT
> iptables -t filter -A OUTPUT -p udp -d xx.xx.xx.xx --dport rsync -j ACCEPT
>
> Телнетом получаю следующее:
> $ telnet xx.xx.xx.xx rsync
> Trying xx.xx.xx.xx...
> Connected to xx.xx.xx.xx (xx.xx.xx.xx).
> Escape character is '^]'.
> Connection closed by foreign host.
>
> Попатка синхронизации приводит к следующему:
> $ rsync -vat --delete xx.xx.xx.xx::resource /dest/dir
> rsync: read error: Connection reset by peer (104)
> rsync error: error in rsync protocol data stream (code 12) at io.c(614)
> [receiver=2.6.8]
>
<SKIP>
>
> От других же клиентов подключаюсь-синхронизируюсь без проблем.
>
> В чём может быть затык? Не нужны ли rsync ещё какие-то порты?
grep only_from /etc/xinetd.conf
--
Mikhail A. Pokidko
ALTLinux Team
e-mail: pma на altlinux.org
jid: solar на gmail.ru
Подробная информация о списке рассылки Sysadmins