Skip to content
Snippets Groups Projects
Commit 1de2758c authored by Antonin Renier's avatar Antonin Renier
Browse files

Replace config_router_acl

parent ee1ed0da
No related branches found
No related tags found
No related merge requests found
! !
! 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
! !
! !
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment