par Mael » 15 Sep 2003 21:09
Salut a tous,
<BR>
<BR>J'ai le meme pb que Sidebrain, a savoir que je voudrais que l'acces securise a IpCop se fasse sur le port 443 et non445.
<BR>
<BR>J'ai trouve dans la Faq pour le port 81 mais ca ne marche pas pour le port 445
<BR>(en tout cas sur ma version 1.2)
<BR>
<BR>Merci
<BR>
<BR>Extrait de la FAQ:
<BR>
<BR>How do I disable the rule that forbids portforwarding on port 81?
<BR>You will need to do two things to avoid port conflicts.
<BR>
<BR>First choose a new port that you want to let the IPCop interface listen on. Do not choose 8080, 800 or 80 as squid is
<BR> listening on 800 and if you have DansGuardian installed, it listens on 8080 and port 80 is used by webservers.
<BR>
<BR>You need to edit the /etc/httpd/conf/httpd.conf file, search for all instances of 81 and replace with your new port.
<BR>
<BR> Once you have done that, save your work and we need to restart the web server with the following command:
<BR>killall httpd
<BR>httpd -DSSL
<BR>
<BR>Next we need to adjust the port forward page to allow you to forward port 81, but restrict a forward on your new port.
<BR>
<BR>Edit /home/httpd/cgi-bin/portfw.cgi
<BR>
<BR>Find line that looks like this:
<BR>
<BR> my @tcp_reserved = (81,222,445);
<BR>
<BR>Change the 81 to the port number that you previously chose.
<BR>Save the changes.
<BR>
<BR>You can now port forward on port 81.
<BR>
<BR>[ ] 1.1 [ ]1.2 [x]1.3 Version 1.3 only<!-- BBCode Start --><I>null</I><!-- BBCode End --><!-- BBCode Start --><I>null</I><!-- BBCode End -->
<BR>
<BR>