From 1de2758c812fa4203c5b3d0d0c92d2eee371c0c7 Mon Sep 17 00:00:00 2001 From: Antonin Renier <antonin.renier.etu@univ-lille.fr> Date: Wed, 11 Jan 2023 12:04:49 +0100 Subject: [PATCH] Replace config_router_acl --- configs/config_router_acl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/config_router_acl b/configs/config_router_acl index 95c7ea2..e1c7791 100644 --- a/configs/config_router_acl +++ b/configs/config_router_acl @@ -1,6 +1,6 @@ ! -! 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 service timestamps debug datetime msec service timestamps log datetime msec @@ -77,7 +77,6 @@ interface GigabitEthernet0/1 ip access-group exterieur out ip nat outside ip virtual-reassembly in - shutdown duplex auto speed auto ! @@ -109,6 +108,9 @@ ip access-list extended exterieur 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 443 + permit tcp any any eq 143 + permit tcp any any eq pop3 + permit tcp any any eq smtp ! ! ! -- GitLab