Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetworkAndCo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Lacherez
NetworkAndCo
Commits
81d01da4
Commit
81d01da4
authored
2 years ago
by
Al Massati Bilal
Browse files
Options
Downloads
Patches
Plain Diff
V Finale
parent
1de2758c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/procedures/procedure-acl.md
+19
-5
19 additions, 5 deletions
docs/procedures/procedure-acl.md
with
19 additions
and
5 deletions
docs/procedures/procedure-acl.md
+
19
−
5
View file @
81d01da4
...
@@ -33,6 +33,20 @@
...
@@ -33,6 +33,20 @@
//-> Régle ACL d'autorisation du protocole UDP sur le port 443(HTTPS) de l'exterieur vers le réseau 192.168.40.0
//-> 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 25
//-> Régle ACL d'autorisation du protocole TCP sur le port 110(POP3)
R1(config-ext-nacl)#permit tcp any any eq 110
//-> Régle ACL d'autorisation du protocole TCP sur le port 110(POP3)
R1(config-ext-nacl)#permit tcp any any eq 143
//-> Régle ACL d'autorisation du protocole TCP sur le port 143(IMAP)
R1(config-ext-nacl)#deny icmp any any
R1(config-ext-nacl)#deny icmp any any
//->Regle ACL de filtrage du protocole ICMP de l'extérieur vers notre réseau privé.
//->Regle ACL de filtrage du protocole ICMP de l'extérieur vers notre réseau privé.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment