Tamirat Atsemegiorgis Building a Secure Local Area Network


Appendixes  Appendix 1: Firewall Configuration



Download 0,7 Mb.
Pdf ko'rish
bet13/19
Sana09.07.2022
Hajmi0,7 Mb.
#764853
1   ...   9   10   11   12   13   14   15   16   ...   19
Bog'liq
Building a Secure Local Area Network final - Copy

Appendixes 
Appendix 1: Firewall Configuration 
 
ASA# show running-config 
: Saved 

ASA Version 8.4(4)1 

hostname ASA 
enable password i0kMXuCr6vRaByXN encrypted 
passwd 2KFQnbNIdI.2KYOU encrypted 
names 

interface Ethernet0/0 
switchport access vlan 2 

interface Ethernet0/1 

interface Ethernet0/2 

interface Ethernet0/3 

interface Ethernet0/4 
switchport access vlan 3 

interface Ethernet0/5 

interface Ethernet0/6 

interface Ethernet0/7 

interface Vlan1 
nameif inside 
security-level 100 
ip address 192.168.1.1 255.255.255.0 

interface Vlan2 
nameif outside 
security-level 0 
ip address 10.94.62.251 255.255.255.0 

interface Vlan3 
no forward interface Vlan1 
nameif dmz 
security-level 70 
ip address 192.168.2.1 255.255.255.0 

banner motd # unautherized user is not prohibited # 
ftp mode passive 
object network inside-outside 
subnet 192.168.0.0 255.255.0.0 
object network dmz-outsdie 
host 192.168.2.3 
object network dmz-server-frominside 


Appendix 1 
2 (27) 
subnet 192.168.2.0 255.255.255.0 
object network dmz-server-fromoutside 
host 192.168.2.3 
object network int-server 
host 192.168.70.3 
object network NETWORK_OBJ_172.16.10.8_29 
subnet 172.16.10.8 255.255.255.248 
object network NETWORK_OBJ_192.168.1.0_24 
subnet 192.168.1.0 255.255.255.0 
access-list outsidetoDMZ extended permit tcp any host 192.168.2.3 eq 
ftp 
access-list internal-server extended permit tcp any object int-server 
eq ftp 
access-list testgroup_splitTunnelAcl standard permit 192.168.1.0 
255.255.255.0 
pager lines 24 
logging asdm informational 
mtu inside 1500 
mtu outside 1500 
mtu dmz 1500 
ip local pool remotepool 172.16.10.10-172.16.10.15 mask 
255.255.255.128 
icmp unreachable rate-limit 1 burst-size 1 
no asdm history enable 
arp timeout 14400 
nat (inside,outside) source static NETWORK_OBJ_192.168.1.0_24 NET-
WORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_172.16.10.8_29 
NETWORK_OBJ_172.16.10.8_29 no-proxy-arp route-lookup 

object network inside-outside 
nat (inside,outside) dynamic interface 
object network dmz-outsdie 
nat (dmz,outside) dynamic interface 
object network dmz-server-frominside 
nat (dmz,outside) static interface service tcp ftp ftp 
object network dmz-server-fromoutside 
nat (dmz,outside) static interface service tcp ftp ftp 
access-group outsidetoDMZ in interface outside 
access-group internal-server in interface dmz 
route outside 0.0.0.0 0.0.0.0 10.94.62.254 1 
route inside 192.168.30.0 255.255.255.0 192.168.1.2 1 
route inside 192.168.40.0 255.255.255.0 192.168.1.2 1 
route inside 192.168.50.0 255.255.255.0 192.168.1.2 1 
route inside 192.168.60.0 255.255.255.0 192.168.1.2 1 
route inside 192.168.70.0 255.255.255.0 192.168.1.2 1 
route inside 192.168.100.0 255.255.255.0 192.168.1.2 1 
timeout xlate 3:00:00 
timeout pat-xlate 0:00:30 
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02 
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 
0:05:00 
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-
disconnect 0:02:00 
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute 
timeout tcp-proxy-reassembly 0:01:00 
timeout floating-conn 0:00:00 
dynamic-access-policy-record DfltAccessPolicy 
user-identity default-domain LOCAL 
aaa authorization exec authentication-server 


Appendix 1 
3 (27) 
http server enable 
http 192.168.100.0 255.255.255.0 inside 
no snmp-server location 
no snmp-server contact 
snmp-server enable traps snmp authentication linkup linkdown coldstart 
warmstart 
crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-
hmac 
crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-
hmac 
crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac 
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-
hmac 
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac 
crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-
hmac 
crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac 
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1 
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 trans-
form-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-
MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-
SHA ESP-DES-MD5 
crypto map outside_map 65535 ipsec-isakmp dynamic SYS-
TEM_DEFAULT_CRYPTO_MAP 
crypto map outside_map interface outside 
crypto ikev1 enable outside 
crypto ikev1 policy 10 
authentication crack 
encryption aes-256 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 20 
authentication rsa-sig 
encryption aes-256 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 30 
authentication pre-share 
encryption aes-256 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 40 
authentication crack 
encryption aes-192 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 50 
authentication rsa-sig 
encryption aes-192 
hash sha 
group 2 
lifetime 86400 


Appendix 1 
4 (27) 
crypto ikev1 policy 60 
authentication pre-share 
encryption aes-192 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 70 
authentication crack 
encryption aes 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 80 
authentication rsa-sig 
encryption aes 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 90 
authentication pre-share 
encryption aes 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 100 
authentication crack 
encryption 3des 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 110 
authentication rsa-sig 
encryption 3des 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 120 
authentication pre-share 
encryption 3des 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 130 
authentication crack 
encryption des 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 140 
authentication rsa-sig 
encryption des 
hash sha 
group 2 
lifetime 86400 
crypto ikev1 policy 150 
authentication pre-share 
encryption des 
hash sha 
group 2 


Appendix 1 
5 (27) 
lifetime 86400 
telnet timeout 5 
ssh 192.168.100.0 255.255.255.0 inside 
ssh timeout 10 
ssh key-exchange group dh-group1-sha1 
console timeout 0 
dhcpd auto_config outside 

threat-detection basic-threat 
threat-detection statistics access-list 
no threat-detection statistics tcp-intercept 
webvpn 
group-policy testgroup internal 
group-policy testgroup attributes 
dns-server value 10.94.1.4 
vpn-tunnel-protocol ikev1 
split-tunnel-policy tunnelspecified 
split-tunnel-network-list value testgroup_splitTunnelAcl 
default-domain value mydomain.com 
username tame password iOr58rasLrrZeZhx encrypted 
username tame attributes 
service-type admin 
username tame1 password iOr58rasLrrZeZhx encrypted privilege 0 
username tame1 attributes 
vpn-group-policy testgroup 
tunnel-group testgroup type remote-access 
tunnel-group testgroup general-attributes 
address-pool remotepool 
default-group-policy testgroup 
tunnel-group testgroup ipsec-attributes 
ikev1 pre-shared-key ***** 

class-map inspection_default 
match default-inspection-traffic 


policy-map type inspect dns preset_dns_map 
parameters 
message-length maximum client auto 
message-length maximum 512 
policy-map global_policy 
class inspection_default 
inspect dns preset_dns_map 
inspect ftp 
inspect h323 h225 
inspect h323 ras 
inspect rsh 
inspect rtsp 
inspect esmtp 
inspect sqlnet 
inspect skinny 
inspect sunrpc 
inspect xdmcp 
inspect sip 
inspect netbios 
inspect tftp 
inspect ip-options 
inspect icmp 


Appendix 1 
6 (27) 

service-policy global_policy global 
prompt hostname context 
no call-home reporting anonymous 
Cryptochecksum:ee11514827e8bf7c2946c10d1e8eced2 
: end 

Download 0,7 Mb.

Do'stlaringiz bilan baham:
1   ...   9   10   11   12   13   14   15   16   ...   19




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish