Guest User

Untitled

a guest
Feb 21st, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. !
  2. ! Last configuration change at 15:10:32 CST Wed Nov 26 2008
  3. ! NVRAM config last updated at 00:08:56 CST Mon Nov 24 2008
  4. !
  5. version 12.3
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname CSfreakRouter
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. !
  16. clock timezone CST -6
  17. clock summer-time CDT recurring
  18. no aaa new-model
  19. ip subnet-zero
  20. ip cef
  21. !
  22. !
  23. ip name-server 208.67.220.220
  24. ip name-server 208.67.222.222
  25. ip dhcp excluded-address 192.168.1.250 192.168.1.255
  26. ip dhcp excluded-address 192.168.1.9
  27. ip dhcp excluded-address 192.168.1.50
  28. ip dhcp excluded-address 192.168.1.55
  29. ip dhcp excluded-address 192.168.1.111
  30. ip dhcp excluded-address 192.168.1.1 192.168.1.10
  31. !
  32. ip dhcp pool lan
  33. network 192.168.1.0 255.255.255.0
  34. dns-server 208.67.222.222 208.67.220.220 128.194.254.3
  35. default-router 192.168.1.254
  36. lease 14
  37. !
  38. ip dhcp pool CSfreakX64
  39. host 192.168.1.11 255.255.255.0
  40. hardware-address 0017.310c.9c77
  41. dns-server 208.67.222.222 208.67.220.220 128.194.254.3
  42. lease infinite
  43. !
  44. ip dhcp pool CSfreakServ
  45. host 192.168.1.6 255.255.255.0
  46. hardware-address 000d.56b2.58fd
  47. dns-server 208.67.222.222 208.67.220.220 128.194.254.3
  48. lease infinite
  49. !
  50. ip audit po max-events 100
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. interface FastEthernet0/0
  71. ip address dhcp
  72. ip nat outside
  73. duplex auto
  74. speed auto
  75. !
  76. interface Serial0/0
  77. no ip address
  78. shutdown
  79. !
  80. interface FastEthernet0/1
  81. ip address 192.168.1.254 255.255.255.0
  82. ip nat inside
  83. duplex auto
  84. speed auto
  85. !
  86. router rip
  87. network 192.168.1.0
  88. network 0.0.0.0
  89. no auto-summary
  90. !
  91. ip nat inside source list 1 interface FastEthernet0/0 overload
  92. no ip http server
  93. no ip http secure-server
  94. ip classless
  95. ip route static adjust-time 1
  96. ip route 192.168.100.0 255.255.255.0 FastEthernet0/0 permanent
  97. !
  98. !
  99. access-list 1 permit 192.168.1.0 0.0.0.255
  100. access-list 2 permit 165.91.82.55
  101. access-list 2 permit 192.168.1.0 0.0.0.255
  102. !
  103. !
  104. !
  105. !
  106. !
  107. banner motd ^CThis Cisco 2621 is for private use only. Unauthorized login attemps will be logged and reported to the proper authorities.^C
  108. !
  109. line con 0
  110. line aux 0
  111. line vty 0 4
  112. access-class 2 in
  113. access-class 2 out
  114.  
  115. login
  116. line vty 5 15
  117. access-class 2 in
  118. access-class 2 out
  119.  
  120. login
  121. !
  122. ntp clock-period 17180176
  123. ntp server 128.194.254.9
  124. !
  125. end
Add Comment
Please, Sign In to add comment