Koozali.org: home of the SME Server

ouvrir le port 873 (rsync) sur la carte eth0 réseau local

locarbob

ouvrir le port 873 (rsync) sur la carte eth0 réseau local
« on: August 12, 2005, 07:07:28 PM »
je n'arrive pas à ouvrir  le port 873 sur un sme server version 6.01
j'ai suivi la procédure N° 2 "introduction aux  templates " sur le site SME-Fr?
fichier > 45AllowRSYNC dans templates-custom :
{
    my $status = $rsyncd{status} || "disabled";
    my $access = $rsyncd{access} || "private";

    $OUT = allow_tcp_in(873,
       ($status eq 'enabled') && ($access eq 'public'));
}

vérifier que rsyncd est bien démarrer > ok
avec commande : chkconfig --list | less

tester les ports avec AutoNOC Port Scan
toujour pas de port 873 ouvert!
j'ai testé masq-manager (sme-6.0-masq-manager) sans résultat
ne connaissant pas le langage perl , je ne sais qoi faire de plus !
quelqu'un a t'il déja réalisé cette manip ! :hammer:

Offline Marcoof

  • *
  • 18
  • +0/-0
ouvrir le port 873 (rsync) sur la carte eth0 réseau local
« Reply #1 on: August 17, 2005, 12:25:18 PM »
Bonjour !
Moi j'utilise une contrib qui s'apelle mitel port opening pour l'ouverture de port.
A+
Marc

vinc28

ouvrir le port 873 (rsync) sur la carte eth0 réseau local
« Reply #2 on: September 16, 2005, 07:45:20 PM »
j'ais mieux sur mon site il existe un rpm rsyncd ....

vincent

http://e-smith.dyndns.org

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: ouvrir le port 873 (rsync) sur la carte eth0 réseau loca
« Reply #3 on: October 29, 2005, 05:53:43 PM »
Quote from: "locarbob"
je n'arrive pas à ouvrir  le port 873 sur un sme server version 6.01


All ports are unblocked on the local network (in 6.01). The masq rules only apply to access via the WAN interface.

Quote

vérifier que rsyncd est bien démarrer > ok
avec commande : chkconfig --list | less


chkconfig is not very useful in SME because it is not aware of the runlevel 7 which we use.

To start rsyncd in SME you need to have a symlink in /etc/rc7.d. chkconfig will not create one of those for you.

You might try my contrib - e-smith-rsyncd-0.0.2-01. It may do what you want. Do "rpm -qivp e-smith-rsyncd-0.0.2-01.noarch.rpm" for configuration instructions.

Sorry for not replying in French - you might have more trouble understanding me if I tried. :-)