Advertisement
Guest User

Untitled

a guest
Feb 8th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. : Saved
  2. :
  3. PIX Version 8.0(4)28
  4. !
  5. hostname Pix515e
  6. domain-name bacon.local
  7. enable password C6/IiLgstypK7x1s encrypted
  8. passwd LLSB2uE7HBBR7wBi encrypted
  9. names
  10. !
  11. interface Ethernet0
  12. mac-address 20aa.4bf8.baf4
  13. nameif outside
  14. security-level 0
  15. ip address 50.XXX.XXX.25 255.255.254.0
  16. !
  17. interface Ethernet1
  18. nameif inside
  19. security-level 100
  20. ip address 10.0.1.1 255.255.255.0
  21. !
  22. ftp mode passive
  23. dns server-group DefaultDNS
  24. domain-name bacon.local
  25. access-list 101 extended permit tcp any host 10.0.1.3 eq www
  26. access-list 101 extended permit tcp any host 10.0.1.64 eq 6667
  27. access-list 101 extended permit tcp any host 10.0.1.3 eq 9052
  28. access-list 101 extended permit tcp any host 10.0.1.3 eq 587
  29. access-list 101 extended permit tcp any host 10.0.1.3 eq 993
  30. pager lines 24
  31. mtu outside 1500
  32. mtu inside 1500
  33. icmp unreachable rate-limit 1 burst-size 1
  34. no asdm history enable
  35. arp timeout 14400
  36. global (outside) 1 interface
  37. nat (inside) 1 10.0.1.0 255.255.255.0
  38. static (inside,outside) tcp interface www 10.0.1.3 www netmask 255.255.255.255
  39. static (inside,outside) tcp interface 6667 10.0.1.64 6667 netmask 255.255.255.255
  40. static (inside,outside) tcp interface 9052 10.0.1.3 9052 netmask 255.255.255.255
  41. static (inside,outside) tcp interface 587 10.0.1.3 5900 netmask 255.255.255.255
  42. static (inside,outside) tcp interface 993 10.0.1.3 9053 netmask 255.255.255.255
  43. access-group 101 in interface outside
  44. route outside 0.0.0.0 0.0.0.0 50.XXX.XXX.1 1
  45. timeout xlate 3:00:00
  46. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
  47. timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
  48. timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
  49. timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
  50. timeout tcp-proxy-reassembly 0:01:00
  51. dynamic-access-policy-record DfltAccessPolicy
  52. no snmp-server location
  53. no snmp-server contact
  54. snmp-server enable traps snmp authentication linkup linkdown coldstart
  55. crypto ipsec security-association lifetime seconds 28800
  56. crypto ipsec security-association lifetime kilobytes 4608000
  57. telnet timeout 5
  58. ssh 10.0.0.0 255.255.0.0 inside
  59. ssh timeout 5
  60. console timeout 0
  61. threat-detection basic-threat
  62. threat-detection statistics access-list
  63. no threat-detection statistics tcp-intercept
  64. !
  65. class-map inspection_default
  66. match default-inspection-traffic
  67. !
  68. !
  69. policy-map type inspect dns preset_dns_map
  70. parameters
  71. message-length maximum 512
  72. policy-map global_policy
  73. class inspection_default
  74. inspect dns preset_dns_map
  75. inspect ftp
  76. inspect h323 h225
  77. inspect h323 ras
  78. inspect netbios
  79. inspect rsh
  80. inspect rtsp
  81. inspect skinny
  82. inspect esmtp
  83. inspect sqlnet
  84. inspect sunrpc
  85. inspect tftp
  86. inspect sip
  87. inspect xdmcp
  88. inspect icmp
  89. !
  90. service-policy global_policy global
  91. prompt hostname context
  92. Cryptochecksum:6345959ecd889d42705ef48fc9b153ca
  93. : end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement