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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Lacherez
NetworkAndCo
Commits
1de2758c
Commit
1de2758c
authored
2 years ago
by
Antonin Renier
Browse files
Options
Downloads
Patches
Plain Diff
Replace config_router_acl
parent
ee1ed0da
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/config_router_acl
+4
-2
4 additions, 2 deletions
configs/config_router_acl
with
4 additions
and
2 deletions
configs/config_router_acl
+
4
−
2
View file @
1de2758c
!
!
! Last configuration change at
12:48:11
UTC
Fri
Jan
6
2023
! Last configuration change at
09:45:35
UTC
Wed
Jan
11
2023
version 15.3
version 15.3
service timestamps debug datetime msec
service timestamps debug datetime msec
service timestamps log datetime msec
service timestamps log datetime msec
...
@@ -77,7 +77,6 @@ interface GigabitEthernet0/1
...
@@ -77,7 +77,6 @@ interface GigabitEthernet0/1
ip access-group exterieur out
ip access-group exterieur out
ip nat outside
ip nat outside
ip virtual-reassembly in
ip virtual-reassembly in
shutdown
duplex auto
duplex auto
speed auto
speed auto
!
!
...
@@ -109,6 +108,9 @@ ip access-list extended exterieur
...
@@ -109,6 +108,9 @@ ip access-list extended exterieur
deny icmp any any
deny icmp any any
permit udp any 192.168.40.0 0.0.0.255 eq domain
permit udp any 192.168.40.0 0.0.0.255 eq domain
permit udp any 192.168.40.0 0.0.0.255 eq 443
permit udp any 192.168.40.0 0.0.0.255 eq 443
permit tcp any any eq 143
permit tcp any any eq pop3
permit tcp any any eq smtp
!
!
!
!
!
!
...
...
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