diff --git a/docs/procedures/procedure-acl.md b/docs/procedures/procedure-acl.md index 809bb9d90c85625d0a0bf42753da83e18d0b40f5..f511ef279631c0b43a7c0cfc8db72da9ffdd5a36 100644 --- a/docs/procedures/procedure-acl.md +++ b/docs/procedures/procedure-acl.md @@ -33,9 +33,9 @@ //-> Régle ACL d'autorisation du protocole UDP sur le port 443(HTTPS) de l'exterieur vers le réseau 192.168.40.0 - R1(config-ext-nacl)#permit tcp any any eq 110 + R1(config-ext-nacl)#permit tcp any any eq 25 - //-> Régle ACL d'autorisation du protocole TCP sur le port 110(POP3) + //-> Régle ACL d'autorisation du protocole TCP sur le port 25(SMTP) R1(config-ext-nacl)#permit tcp any any eq 110