Advertisement
Guest User

Untitled

a guest
Aug 19th, 2016
1,534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. : Saved
  2. : Written by enable_15 at 00:07:44.625 UTC Fri Jan 1 1993
  3. PIX Version 6.3(5)145
  4. interface ethernet0 auto
  5. interface ethernet1 100full
  6. nameif ethernet0 outside security0
  7. nameif ethernet1 inside security100
  8. enable password 8Ry2YjIyt7RRXU24 encrypted
  9. passwd 2KFQnbNIdI.2KYOU encrypted
  10. hostname pixfirewall
  11. fixup protocol dns maximum-length 512
  12. fixup protocol ftp 21
  13. fixup protocol h323 h225 1720
  14. fixup protocol h323 ras 1718-1719
  15. fixup protocol http 80
  16. fixup protocol rsh 514
  17. fixup protocol rtsp 554
  18. fixup protocol sip 5060
  19. fixup protocol sip udp 5060
  20. fixup protocol skinny 2000
  21. fixup protocol smtp 25
  22. fixup protocol sqlnet 1521
  23. fixup protocol tftp 69
  24. names
  25. access-list 101 permit host 172.16.17.18
  26. pager lines 24
  27. mtu outside 1500
  28. mtu inside 1500
  29. ip address outside dhcp
  30. ip address inside 192.168.1.1 255.255.255.0
  31. ip audit info action alarm
  32. ip audit attack action alarm
  33. ip local pool vpnpool 192.168.2.100-192.168.2.254
  34. failover timeout 0:00:00
  35. pdm logging informational 100
  36. pdm history enable
  37. arp timeout 14400
  38. global (outside) 1 interface
  39. nat (inside) 0 access-list 101
  40. nat (inside) 1 0.0.0.0 0.0.0.0 0 0
  41. timeout xlate 0:05:00
  42. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
  43. timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
  44. timeout sip-disconnect 0:02:00 sip-invite 0:03:00
  45. timeout uauth 0:05:00 absolute
  46. aaa-server TACACS+ protocol tacacs+
  47. aaa-server TACACS+ max-failed-attempts 3
  48. aaa-server TACACS+ deadtime 10
  49. aaa-server RADIUS protocol radius
  50. aaa-server RADIUS max-failed-attempts 3
  51. aaa-server RADIUS deadtime 10
  52. aaa-server LOCAL protocol local
  53. http server enable
  54. http 192.168.1.0 255.255.255.0 inside
  55. no snmp-server location
  56. no snmp-server contact
  57. snmp-server community public
  58. no snmp-server enable traps
  59. floodguard enable
  60. sysopt connection permit-ipsec
  61. crypto ipsec transform-set tset esp-aes esp-sha-hmac
  62. crypto dynamic-map dmap 10 set transform-set tset
  63. crypto map cmap 10 ipsec-isakmp dynamic dmap
  64. crypto map cmap interface outside
  65. isakmp enable outside
  66. isakmp identity address
  67. isakmp policy 10 authentication pre-share
  68. isakmp policy 10 encryption aes
  69. isakmp policy 10 hash sha
  70. isakmp policy 10 group 5
  71. isakmp policy 10 lifetime 86400
  72. vpngroup vpng address-pool vpnpool
  73. vpngroup vpng split-tunnel 101
  74. vpngroup vpng idle-time 1800
  75. vpngroup vpng password ********
  76. telnet timeout 5
  77. ssh timeout 5
  78. console timeout 0
  79. dhcpd address 192.168.1.2-192.168.1.129 inside
  80. dhcpd lease 3600
  81. dhcpd ping_timeout 750
  82. dhcpd auto_config outside
  83. dhcpd enable inside
  84. terminal width 80
  85. Cryptochecksum:45d287c159def105debcb316340ab10d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement