je crois que je t'en ai déjà parlé.
c'est les deux fameux protocoles dont je me souviens jamais.
mais comme c'est ni du tcp ni de l'udp, ya pas de port.
regarde par exemple sur
http://www.commentcamarche.net/initiation/vpn.php3
pour ipsec, il est question de AH, ESP et SA.
Renseigne toi sur leur fonctionnement car je crois bien que c'est sur eux qu'il faut établir les règles d'exceptions.
En fait normalement y'en a que deux qui sont utilisés. C'est (AH ou ESP) et SA je crois.
un deuxième [EDIT] pour dire que j'ai retrouvé le saint graal.
en plus j'avais oublié l'udp 500
et donc ya aussi les protocoles 50 et 51
cf.
http://archives.mandrakelinux.com/firew ... g00782.php
3
une autre source intéressante :
http://archives.msfree.ca/firewall@mand ... 00182.html
dont :
General information about IPSEC
IPSec is a security encryption protocol used for secure communication
between two computers.
IPSec uses either AH (Authentication Header) or ESP (Encapsulating Security
Payload). AH verifies the identity of the sender and the content of the
packet only. Data is not encrypted.
ESP encrypts the data. ESP allows for the use of a so-called "Tunnel Mode"
that is similar to the PPTP protocol. The packet then includes the IP header
(necessary for transport) that is not encrypted and the data portion that
includes the whole encrypted original packet.
The protocol IKE (sometimes called ISAKMP) is used for authentication
(exchange of security keys). IKE runs on protocol UDP port 500. This port is
used as source and destination.
AH uses protocol 51, ESP uses protocol 50. IPSec may further communicate
with the entire certification authority using other protocols that do not
interfere with NAT.
Bilan : Ne pas confondre les numéros de ports (tcp/udp) et les numéros de protocoles.