Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. interface ethernet0 auto
  2. interface ethernet1 100full
  3. nameif ethernet0 outside security0
  4. nameif ethernet1 inside security100
  5. enable password 8Ry2YjIyt7RRXU24 encrypted
  6. passwd 2KFQnbNIdI.2KYOU encrypted
  7. hostname DedovFirewall
  8. domain-name schule
  9. fixup protocol dns maximum-length 512
  10. fixup protocol ftp 21
  11. fixup protocol h323 h225 1720
  12. fixup protocol h323 ras 1718-1719
  13. fixup protocol http 80
  14. fixup protocol rsh 514
  15. fixup protocol rtsp 554
  16. fixup protocol sip 5060
  17. fixup protocol sip udp 5060
  18. fixup protocol skinny 2000
  19. fixup protocol smtp 25
  20. fixup protocol sqlnet 1521
  21. fixup protocol tftp 69
  22. names
  23. access-list 100 permit tcp 172.16.1.0 172.16.1.20 any
  24. access-list zen permit tcp any any eq www
  25. access-list inbound permit icmp any any
  26. access-list inbound permit tcp any any eq www
  27. pager lines 24
  28. mtu outside 1500
  29. mtu inside 1500
  30. ip address outside dhcp setroute
  31. ip address inside 172.16.1.1 255.255.255.0
  32. ip audit info action alarm
  33. ip audit attack action alarm
  34. pdm history enable
  35. arp timeout 14400
  36. global (outside) 1 interface
  37. global (outside) 1 172.16.0.1 255.255.255.0 0 0
  38. nat (inside) 1 172.16.1.0 255.255.255.0 0 0
  39. nat (inside) 1 0.0.0.0 0.0.0.0 0 0
  40. static (inside,outside) 0.0.0.0 172.16.1.1 netmask 255.255.255.255 0 0
  41. access-group inbound in interface outside
  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 sip-disconnect 0:02:00 sip-invite 0:03:00
  46. timeout uauth 0:05:00 absolute
  47. aaa-server TACACS+ protocol tacacs+
  48. aaa-server TACACS+ max-failed-attempts 3
  49. aaa-server TACACS+ deadtime 10
  50. aaa-server RADIUS protocol radius
  51. aaa-server RADIUS max-failed-attempts 3
  52. aaa-server RADIUS deadtime 10
  53. aaa-server LOCAL protocol local
  54. http server enable
  55. http 172.168.0.0 255.255.255.0 inside
  56. no snmp-server location
  57. no snmp-server contact
  58. snmp-server community public
  59. no snmp-server enable traps
  60. floodguard enable
  61. telnet timeout 5
  62. ssh timeout 5
  63. console timeout 0
  64. dhcpd address 172.16.1.10-172.16.1.20 inside
  65. dhcpd dns 8.8.4.4
  66. dhcpd lease 1048575
  67. dhcpd ping_timeout 750
  68. dhcpd domain server
  69. dhcpd enable inside
  70. terminal width 80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement