Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. service nagle
  2. no service pad
  3. service tcp-keepalives-in
  4. service tcp-keepalives-out
  5. service timestamps debug datetime msec localtime show-timezone
  6. service timestamps log datetime msec localtime show-timezone
  7. service password-encryption
  8. service internal
  9. service sequence-numbers
  10. !
  11. hostname 887VA-M-NPC
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. security authentication failure rate 10 log
  18. security passwords min-length 6
  19. enable secret 5 $1$Toy8$5SD2H0A6Jt1n0T7l88I6D/
  20. !
  21. no aaa new-model
  22. memory-size iomem 10
  23. clock timezone ACST 9 30
  24. clock summer-time ACST recurring 1 Sun Oct 2:00 1 Sun Apr 2:00
  25. !
  26. !
  27. no ip source-route
  28. no ip gratuitous-arps
  29. ip icmp rate-limit unreachable 100
  30. ip icmp rate-limit unreachable DF 100
  31. !
  32. !
  33. ip dhcp excluded-address 192.168.0.1 192.168.0.2
  34. ip dhcp excluded-address 192.168.2.1
  35. !
  36. ip dhcp pool LAN
  37. network 192.168.0.0 255.255.255.0
  38. default-router 192.168.0.1
  39. dns-server 192.231.203.132 203.0.178.191 122.49.191.252 211.29.132.12
  40. lease infinite
  41. !
  42. ip dhcp pool VOICE
  43. network 192.168.2.0 255.255.255.0
  44. default-router 192.168.2.1
  45. dns-server 192.231.203.132 192.231.203.3
  46. lease infinite
  47. !
  48. !
  49. no ip bootp server
  50. ip domain name myrepublic.com.au
  51. ip name-server 192.231.203.132
  52. ip name-server 203.0.178.191
  53. ip name-server 122.49.191.252
  54. ip name-server 211.29.132.12
  55. ip inspect WAAS flush-timeout 10
  56. ip inspect udp idle-time 15
  57. ip inspect tcp idle-time 1800
  58. ip inspect tcp finwait-time 1
  59. ip inspect tcp synwait-time 15
  60. ip inspect name DEMONWALL icmp
  61. ip inspect name DEMONWALL dns
  62. ip inspect name DEMONWALL tcp
  63. ip inspect name DEMONWALL udp
  64. ip inspect name DEMONWALL https
  65. ip inspect name DEMONWALL imap reset
  66. ip inspect name DEMONWALL imaps
  67. ip inspect name DEMONWALL smtp
  68. ip inspect name DEMONWALL http
  69. ip cef
  70. login quiet-mode access-class 100
  71. login on-failure log
  72. login on-success log
  73. no ipv6 cef
  74. !
  75. !
  76. cts logging verbose
  77. license udi pid CISCO887M-K9 sn FGL152925U2
  78. !
  79. !
  80. username nutterpc privilege 15
  81. username flip privilege 15
  82. !
  83. !
  84. crypto ikev2 proposal Nutterpc-Flip
  85. encryption aes-cbc-256
  86. integrity sha256
  87. group 14
  88. !
  89. crypto ikev2 policy Nutterpc-Flip
  90. proposal Nutterpc-Flip
  91. !
  92. crypto ikev2 keyring Nutterpc-Flip
  93. peer FLIP
  94. address 150.101.17.85
  95. pre-shared-key local '^Wu%6^s296>&>rU-}YM%YTgY
  96. pre-shared-key remote '^Wu%6^s296>&>rU-}YM%YTgY
  97. !
  98. !
  99. crypto ikev2 profile Nutterpc-Flip
  100. match identity remote address 150.101.17.85 255.255.255.255
  101. identity local address 203.122.217.10
  102. authentication remote pre-share
  103. authentication local pre-share
  104. keyring local Nutterpc-Flip
  105. !
  106. !
  107. controller VDSL 0
  108. description **VDSL Chipset**
  109. operating mode vdsl2
  110. firmware filename flash:VA_A_39m_B_38h3_24h_o.bin
  111. sra
  112. shutdown
  113. no cdp run
  114. !
  115. ip tcp ecn
  116. ip tcp selective-ack
  117. ip tcp timestamp
  118. ip tcp window-size 262140
  119. ip tcp queuemax 16
  120. ip tcp synwait-time 10
  121. ip tcp path-mtu-discovery
  122. ip ssh time-out 60
  123. ip ssh authentication-retries 2
  124. ip ssh version 2
  125. ip ssh pubkey-chain
  126. username nutterpc
  127. key-hash ssh-rsa BC0D4043D25F1DAFC3853F6CFD32F863
  128. username flip
  129. key-hash ssh-rsa E0F7FFE70E283399352782B3A7E7AF5E
  130. username seth
  131. key-hash ssh-rsa 5431D7A9454BF88AD9C9EC897A2DD76E
  132. no ip ssh server authenticate user keyboard
  133. no ip ssh server authenticate user password
  134. !
  135. class-map match-any VOICE-MATCH-DSCP
  136. match ip dscp ef
  137. class-map match-any CORE
  138. match protocol dns
  139. match access-group name ESO
  140. class-map match-any CRITICAL-DATA
  141. match protocol imap
  142. match protocol smtp
  143. match protocol secure-imap
  144. match protocol ipsec
  145. class-map match-any CONTROL
  146. match protocol http
  147. match protocol secure-http
  148. class-map match-any VOICE-MATCH-ACL
  149. match access-group 120
  150. !
  151. policy-map VOICE-OUT
  152. class VOICE-MATCH-DSCP
  153. priority 128
  154. class CRITICAL-DATA
  155. bandwidth 96
  156. class CONTROL
  157. bandwidth 192
  158. class CORE
  159. priority 682
  160. class class-default
  161. fair-queue
  162. policy-map VOICE-IN
  163. class VOICE-MATCH-ACL
  164. set ip dscp ef
  165. !
  166. !
  167. crypto ipsec transform-set Nutterpc-Flip esp-aes 256 esp-sha256-hmac
  168. mode tunnel
  169. !
  170. crypto ipsec profile Nutterpc-Flip
  171. set transform-set Nutterpc-Flip
  172. set ikev2-profile Nutterpc-Flip
  173. !
  174. !
  175. buffers tune automatic
  176. !
  177. !
  178. interface Tunnel0
  179. ip address 192.168.1.1 255.255.255.0
  180. tunnel source 203.122.217.10
  181. tunnel mode ipsec ipv4
  182. tunnel destination 150.101.17.85
  183. tunnel protection ipsec profile Nutterpc-Flip
  184. !
  185. interface Null0
  186. no ip unreachables
  187. !
  188. interface Ethernet0
  189. description FTTN-Skyrepublic
  190. ip address dhcp
  191. no ip redirects
  192. no ip unreachables
  193. no ip proxy-arp
  194. ip flow ingress
  195. ip nat outside
  196. shutdown
  197. ip virtual-reassembly in
  198. no mop enabled
  199. !
  200. interface ATM0
  201. description ***Internode DSLAM***
  202. no ip address
  203. no ip redirects
  204. no ip unreachables
  205. no ip proxy-arp
  206. no atm ilmi-keepalive
  207. dsl operating-mode adsl2
  208. dsl gain-setting tx-offset 3
  209. dsl gain-setting rx-offset 3
  210. dsl bitswap both
  211. hold-queue 1024 in
  212. pvc 8/35
  213. vbr-rt 1100 1100 1
  214. tx-ring-limit 2
  215. encapsulation aal5snap
  216. service-policy out VOICE-OUT
  217. pppoe-client dial-pool-number 1
  218.  
  219. !
  220. !
  221. interface FastEthernet0
  222. no ip address
  223. !
  224. interface FastEthernet1
  225. switchport access vlan 2
  226. no ip address
  227. !
  228. interface FastEthernet2
  229. no ip address
  230. !
  231. interface FastEthernet3
  232. no ip address
  233. !
  234. interface Vlan1
  235. description **DemonLAN**
  236. ip address 192.168.0.1 255.255.255.0
  237. no ip redirects
  238. no ip unreachables
  239. no ip proxy-arp
  240. ip nat inside
  241. ip virtual-reassembly in
  242. !
  243. interface Vlan2
  244. description **NodePhone VoIP**
  245. ip address 192.168.2.1 255.255.255.0
  246. no ip redirects
  247. no ip unreachables
  248. no ip proxy-arp
  249. ip nat inside
  250. ip virtual-reassembly in
  251. !
  252. interface Dialer1
  253. description ***Internode ADSL***
  254. ip address negotiated
  255. ip access-group ProtectRouter in
  256. no ip redirects
  257. no ip unreachables
  258. no ip proxy-arp
  259. ip mtu 1492
  260. ip nat outside
  261. ip inspect DEMONWALL in
  262. ip inspect DEMONWALL out
  263. ip virtual-reassembly in
  264. ip verify unicast reverse-path
  265. encapsulation ppp
  266. ip tcp adjust-mss 1452
  267. dialer pool 1
  268. ppp chap hostname aliteric@internode.on.net
  269. ppp chap password 7 15300136511D097C0C6420
  270. no cdp enable
  271. service-policy input VOICE-IN
  272. hold-queue 1024 in
  273. !
  274. router rip
  275. version 2
  276. network 10.0.0.0
  277. network 172.16.0.0
  278. network 192.168.0.0
  279. network 192.168.1.0
  280. network 192.168.2.0
  281. !
  282. ip forward-protocol nd
  283. no ip forward-protocol udp tftp
  284. no ip forward-protocol udp domain
  285. no ip forward-protocol udp time
  286. no ip forward-protocol udp netbios-ns
  287. no ip forward-protocol udp netbios-dgm
  288. no ip forward-protocol udp tacacs
  289. no ip http server
  290. no ip http secure-server
  291. !
  292. no ip nat service sip udp port 5060
  293. ip nat inside source list NAT interface Dialer1 overload
  294. ip nat inside source static tcp 192.168.2.2 5060 interface Dialer0 5060
  295. ip route 0.0.0.0 0.0.0.0 Dialer1
  296. #ip route 0.0.0.0 0.0.0.0 dhcp
  297. ip route 192.168.1.0 255.255.255.0 Tunnel0
  298. ip route 0.0.0.0 0.0.0.0 Null0 255
  299. !
  300. ip access-list extended ESO
  301. permit udp any any range 24100 24131
  302. permit tcp any any range 24100 24131
  303. permit tcp any any range 24500 24507
  304. permit udp any any range 24500 24507
  305. permit udp any any range 24300 24331
  306. permit tcp any any range 24300 24331
  307. ip access-list extended NAT
  308. permit ip 192.168.0.0 0.0.0.255 any
  309. permit ip 192.168.2.0 0.0.0.255 any
  310. permit ip 172.16.32.0 0.0.0.255 any
  311. permit ip 192.168.1.0 0.0.0.255 any
  312. ip access-list extended ProtectRouter
  313. permit udp any any eq isakmp
  314. permit esp any any
  315. permit udp any any eq non500-isakmp
  316. deny tcp any any fragments
  317. deny udp any any fragments
  318. deny icmp any any fragments
  319. deny icmp any any information-request
  320. deny icmp any any timestamp-request
  321. deny icmp any any mask-request
  322. deny ip any any fragments
  323. deny ip any any option any-options
  324. deny ip any any option traceroute
  325. deny icmp any any echo option any-options
  326. deny icmp any any information-request option any-options
  327. deny icmp any any timestamp-request option any-options
  328. deny icmp any any mask-request option any-options
  329. deny 113 any any option any-options
  330. deny tcp any any eq 465 option any-options
  331. deny ip any any ttl lt 16
  332. permit ip any any
  333.  
  334. !
  335. logging trap debugging
  336. logging facility local2
  337. ipv6 route ::/0 Dialer1
  338. !
  339. access-list 1 permit 192.83.231.113
  340. access-list 1 permit 150.101.17.85
  341. access-list 1 permit 150.101.1.62
  342. access-list 1 permit 203.26.95.0 0.0.0.255
  343. access-list 1 permit 192.168.0.0 0.0.0.255
  344. access-list 1 deny any log
  345. access-list 120 permit ip host 192.168.0.7 any
  346. !
  347. !
  348. control-plane
  349. !
  350. access-list 120 permit ip host 192.168.2.2 any
  351. access-list 120 permit udp any any range 16384 16482
  352. access-list 120 permit tcp any any eq 1720
  353. !
  354. banner motd ^C
  355. Use of this network and computer systems is restricted to authorised users.
  356. User activity is monitored and recorded by system personnel. Anyone
  357. using the network expressly consents to such monitoring and recording.
  358.  
  359.  
  360. Unauthorised access to this system is a criminal offence under
  361. Australian law (Federal Crimes Act Part VIA).
  362.  
  363.  
  364. It is a criminal offence to:
  365. (1) Obtain access to data without authority.
  366. - Penalty of 2 years imprisonment
  367. (2) Damage, delete, alter or insert data without authority.
  368. - Penalty of 10 years imprisonment.
  369.  
  370.  
  371. If criminal activity is detected, system records, along with
  372. any relevant personal information, will be provided to law enforcement officials
  373.  
  374.  
  375. ^C
  376. !
  377. line con 0
  378. logging synchronous
  379. login local
  380. no modem enable
  381. terminal-type vt100
  382. length 25
  383. stopbits 1
  384. line aux 0
  385. line vty 0 4
  386. exec-timeout 60 0
  387. logging synchronous
  388. login local
  389. terminal-type vt100
  390. length 25
  391. transport input ssh
  392. transport output ssh
  393. !
  394. scheduler max-task-time 5000
  395. scheduler allocate 4000 400
  396. sntp server 192.231.203.132
  397. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement