Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.86 KB | Hits: 61 | Expires: Never
Copy text to clipboard
  1. PixFW(config)# showrun
  2. Type help or '?' for a list of available commands.
  3. PixFW(config)# show run
  4. : Saved
  5. :
  6. PIX Version 6.3(1)
  7. interface ethernet0 auto
  8. interface ethernet1 100full
  9. nameif ethernet0 outside security0
  10. nameif ethernet1 inside security100
  11. enable password 2KFQnbNIdI.2KYOU encrypted
  12. passwd 2KFQnbNIdI.2KYOU encrypted
  13. hostname PixFW
  14. domain-name gibson
  15. fixup protocol ftp 21
  16. fixup protocol h323 h225 1720
  17. fixup protocol h323 ras 1718-1719
  18. fixup protocol http 80
  19. fixup protocol ils 389
  20. fixup protocol rsh 514
  21. fixup protocol rtsp 554
  22. fixup protocol sip 5060
  23. fixup protocol sip udp 5060
  24. fixup protocol skinny 2000
  25. fixup protocol smtp 25
  26. fixup protocol sqlnet 1521
  27. names
  28. access-list outbound permit tcp any any
  29. access-list inbound permit tcp any any eq 1337
  30. pager lines 24
  31. mtu outside 1500
  32. mtu inside 1500
  33. ip address outside dhcp setroute
  34. ip address inside 10.24.0.1 255.255.255.0
  35. ip audit info action alarm
  36. ip audit attack action alarm
  37. pdm history enable
  38. arp timeout 14400
  39. global (outside) 1 interface
  40. nat (inside) 1 0.0.0.0 0.0.0.0 0 0
  41. static (inside,outside) tcp interface 1337 10.24.0.10 1337 netmask 255.255.255.255 0 0
  42. timeout xlate 3:00:00
  43. timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
  44. timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
  45. timeout uauth 0:05:00 absolute
  46. aaa-server TACACS+ protocol tacacs+
  47. aaa-server RADIUS protocol radius
  48. aaa-server LOCAL protocol local
  49. no snmp-server location
  50. no snmp-server contact
  51. snmp-server community public
  52. no snmp-server enable traps
  53. floodguard enable
  54. telnet timeout 5
  55. ssh 10.24.0.0 255.255.255.0 inside
  56. ssh timeout 5
  57. console timeout 0
  58. dhcpd address 10.24.0.50-10.24.0.99 inside
  59. dhcpd dns 4.2.2.2
  60. dhcpd lease 3600
  61. dhcpd ping_timeout 100
  62. dhcpd enable inside
  63. terminal width 80
  64. Cryptochecksum:82bbda843150298bd819e316521e66bb
  65. : end
  66. PixFW(config)#