Koozali.org: home of the SME Server
Other Languages => Français => Topic started by: locarbob 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:
-
Bonjour !
Moi j'utilise une contrib qui s'apelle mitel port opening pour l'ouverture de port.
A+
Marc
-
j'ais mieux sur mon site il existe un rpm rsyncd ....
vincent
http://e-smith.dyndns.org
-
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.
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. :-)