JoeiBanana's picture
Upload batch 8/8
3453f3d verified
Raw
History Blame Contribute Delete
262 Bytes
!
hostname EDGE-FW1
interface GigabitEthernet0/0
nameif outside
ip address 10.0.0.2 255.255.255.252
no shutdown
!
access-list OUTSIDE-IN permit tcp any host 10.0.0.2 eq 443
access-list OUTSIDE-IN deny ip any any
!
route outside 0.0.0.0 0.0.0.0 10.0.0.1
!
end