How to allow all outgoing traffic and block all incoming traffic with access list?
How to allow all outgoing traffic and block all incoming traffic with access list?
(OP)
Using Cisco PIX 515E firewall
Version 7.2(4)25
Unrestricted (UR) license
This is my current configuration:
config t
int e0
ip address dhcp setroute
nameif outside
no shut
int e1
ip address 10.1.1.1 255.0.0.0
nameif inside
no shut
exit
global (outside) 1 inter
nat (inside) 1 10.0.0.0 255.0.0.0
icmp deny any outside
Version 7.2(4)25
Unrestricted (UR) license
This is my current configuration:
config t
int e0
ip address dhcp setroute
nameif outside
no shut
int e1
ip address 10.1.1.1 255.0.0.0
nameif inside
no shut
exit
global (outside) 1 inter
nat (inside) 1 10.0.0.0 255.0.0.0
icmp deny any outside
RE: How to allow all outgoing traffic and block all incoming traffic with access list?
and under e1:
You may also find this Link useful.
RE: How to allow all outgoing traffic and block all incoming traffic with access list?
access-list acl_out extended deny ip any any
access-group acl_out in interface outside