Advertisement
Guest User

881w

a guest
Oct 20th, 2010
1,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. version 15.1
  2. no service pad
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. service password-encryption
  6. !
  7. hostname Sat
  8. !
  9. boot-start-marker
  10. boot system flash flash:/c880data-universalk9-mz.151-2.T1.bin
  11. boot-end-marker
  12. !
  13. !
  14. !
  15. aaa new-model
  16. !
  17. !
  18. aaa authentication login default local
  19. !
  20. !
  21. !
  22. !
  23. !
  24. aaa session-id common
  25. memory-size iomem 10
  26. clock timezone Moscow 3 0
  27. clock summer-time Moscow recurring last Sun Mar 2:00 last Sun Oct 2:00
  28. clock calendar-valid
  29. crypto pki token default removal timeout 0
  30. !
  31. crypto pki trustpoint TP-self-signed-1564087038
  32. enrollment selfsigned
  33. subject-name cn=IOS-Self-Signed-Certificate-1564087038
  34. revocation-check none
  35. rsakeypair TP-self-signed-1564087038
  36. !
  37. !
  38. crypto pki certificate chain TP-self-signed-1564087038
  39. certificate self-signed 01
  40. <skip>
  41. quit
  42. ip source-route
  43. !
  44. !
  45. !
  46. ip dhcp excluded-address 192.168.1.1 192.168.1.49
  47. ip dhcp excluded-address 192.168.1.151 192.168.1.254
  48. !
  49. ip dhcp pool local
  50. import all
  51. network 192.168.1.0 255.255.255.0
  52. default-router 192.168.1.1
  53. dns-server 213.234.192.7 85.21.192.5
  54. lease infinite
  55. !
  56. !
  57. ip cef
  58. no ip bootp server
  59. ip domain name corbina.net
  60. no ipv6 cef
  61. l2tp-class corbina
  62. !
  63. !
  64. !
  65. license udi pid CISCO881W-GN-A-K9 sn xxxxxxxxx
  66. !
  67. !
  68. username admin privilege 15 secret 5 xxxxxxxxxxxxxxxxx
  69. !
  70. !
  71. !
  72. !
  73. ip ssh version 2
  74. pseudowire-class class1
  75. encapsulation l2tpv2
  76. protocol l2tpv2 corbina
  77. ip local interface FastEthernet4
  78. !
  79. !
  80. !
  81. !
  82. !
  83. !
  84. !
  85. !
  86. interface FastEthernet0
  87. switchport access vlan 2
  88. !
  89. interface FastEthernet1
  90. !
  91. interface FastEthernet2
  92. !
  93. interface FastEthernet3
  94. !
  95. interface FastEthernet4
  96. ip address dhcp
  97. no ip unreachables
  98. no ip proxy-arp
  99. ip nat outside
  100. ip virtual-reassembly in
  101. duplex auto
  102. speed auto
  103. !
  104. interface Virtual-PPP1
  105. ip address negotiated
  106. ip access-group FIREWALL in
  107. ip mtu 1460
  108. ip nat outside
  109. ip virtual-reassembly in
  110. ip tcp adjust-mss 1420
  111. no peer neighbor-route
  112. ppp chap hostname xxxxxx
  113. ppp chap password 7 xxxxxxx
  114. no cdp enable
  115. pseudowire 85.21.0.255 10 pw-class class1
  116. !
  117. interface wlan-ap0
  118. description Service module interface to manage the embedded AP
  119. ip unnumbered Vlan2
  120. arp timeout 0
  121. !
  122. interface Wlan-GigabitEthernet0
  123. description Internal switch interface connecting to the embedded AP
  124. switchport mode trunk
  125. !
  126. interface Vlan1
  127. no ip address
  128. !
  129. interface Vlan2
  130. ip address 192.168.1.1 255.255.255.0
  131. ip nat inside
  132. ip virtual-reassembly in
  133. !
  134. ip forward-protocol nd
  135. ip http server
  136. ip http access-class 23
  137. ip http authentication local
  138. ip http secure-server
  139. !
  140. ip dns server
  141. ip nat inside source list LAN interface FastEthernet4 overload
  142. ip nat inside source list WAN interface Virtual-PPP1 overload
  143. ip route 0.0.0.0 0.0.0.0 Virtual-PPP1
  144. ip route 10.0.0.0 255.0.0.0 dhcp
  145. ip route 83.102.146.96 255.255.255.224 dhcp
  146. ip route 85.21.29.242 255.255.255.255 dhcp
  147. ip route 85.21.79.0 255.255.255.0 dhcp
  148. ip route 85.21.90.0 255.255.255.0 dhcp
  149. ip route 195.14.50.16 255.255.255.255 dhcp
  150. ip route 85.21.17.253 255.255.255.255 dhcp
  151. ip route 89.179.135.67 255.255.255.255 dhcp
  152. ip route 195.14.50.21 255.255.255.255 dhcp
  153. ip route 195.14.50.1 255.255.255.255 dhcp
  154. ip route 85.21.0.251 255.255.255.255 dhcp
  155. ip route 85.21.0.253 255.255.255.255 dhcp
  156. ip route 172.16.16.0 255.255.255.0 dhcp
  157. ip route 85.21.108.19 255.255.255.255 dhcp
  158. ip route 195.14.50.26 255.255.255.255 dhcp
  159. ip route 85.21.72.83 255.255.255.255 dhcp
  160. ip route 85.21.0.255 255.255.255.255 dhcp
  161. !
  162. ip access-list extended FIREWALL
  163. deny tcp any eq 139 any
  164. deny udp any eq netbios-ns any eq netbios-ns
  165. deny udp any eq netbios-dgm any eq netbios-dgm
  166. deny udp any eq netbios-ss any eq netbios-ss
  167. deny udp any any range snmp snmptrap
  168. deny tcp any any eq 3128
  169. deny ip 10.0.0.0 0.0.255.255 any
  170. deny ip 127.0.0.0 0.0.0.255 any
  171. deny udp any any range 130 140
  172. deny tcp any any range 130 140
  173. deny tcp any any eq 8080
  174. permit ip any any
  175. permit udp any any
  176. permit gre any any
  177. permit tcp any any
  178. permit icmp any any
  179. permit pcp any any
  180. permit esp any any
  181. permit ipinip any any
  182. permit nos any any
  183. ip access-list extended LAN
  184. permit ip 192.168.1.0 0.0.0.255 10.0.0.0 0.255.255.255
  185. permit ip 192.168.1.0 0.0.0.255 83.102.146.0 0.0.0.231
  186. permit ip 192.168.1.0 0.0.0.255 host 85.21.29.242
  187. permit ip 192.168.1.0 0.0.0.255 85.21.79.0 0.0.0.255
  188. permit ip 192.168.1.0 0.0.0.255 85.21.90.0 0.0.0.255
  189. permit ip 192.168.1.0 0.0.0.255 host 195.14.50.16
  190. permit ip 192.168.1.0 0.0.0.255 host 195.14.50.26
  191. ip access-list extended WAN
  192. permit ip 192.168.1.0 0.0.0.255 any
  193. !
  194. logging esm config
  195. access-list 23 permit 192.168.1.0 0.0.0.255
  196. no cdp run
  197.  
  198. !
  199. !
  200. !
  201. !
  202. !
  203. !
  204. control-plane
  205. !
  206. !
  207. line con 0
  208. no modem enable
  209. line aux 0
  210. line 2
  211. no activation-character
  212. no exec
  213. transport preferred none
  214. transport input all
  215. line vty 0 4
  216. access-class 23 in
  217. privilege level 15
  218. transport input telnet ssh
  219. !
  220. scheduler max-task-time 5000
  221. ntp update-calendar
  222. ntp server 192.43.244.18
  223. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement