Advertisement
Guest User

Untitled

a guest
Nov 24th, 2012
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. (config)> show running-config
  2. ! $$$ Model: ZyXEL Keenetic 4G
  3. ! $$$ Version: 2.0
  4. ! $$$ Agent: http/ci
  5. ! $$$ Last change: Sat, 24 Nov 2012 20:06:18 GMT
  6. system
  7. set net.ipv4.ip_forward 1
  8. set net.ipv4.tcp_fin_timeout 30
  9. set net.ipv4.tcp_keepalive_time 120
  10. set net.ipv4.netfilter.ip_conntrack_tcp_timeout_established 1200
  11. set net.ipv4.netfilter.ip_conntrack_udp_timeout 60
  12. set net.ipv4.netfilter.ip_conntrack_max 4096
  13. set net.ipv6.conf.all.forwarding 1
  14. set vm.swappiness 100
  15. hostname router
  16. clock timezone Europe/Moscow
  17. domainname CAPYBARA
  18. !
  19. ntp server 0.pool.ntp.org
  20. ntp server 1.pool.ntp.org
  21. ntp server 2.pool.ntp.org
  22. ntp server 3.pool.ntp.org
  23. access-list _WEBADMIN_ISP
  24. permit tcp 0.0.0.0 0.0.0.0 port eq 7777 0.0.0.0 0.0.0.0 port eq 7777
  25. permit udp 0.0.0.0 0.0.0.0 port eq 7777 0.0.0.0 0.0.0.0 port eq 7777
  26. !
  27. access-list _WEBADMIN_PPPoE0
  28. permit tcp 0.0.0.0 0.0.0.0 port eq 7777 0.0.0.0 0.0.0.0 port eq 7777
  29. permit udp 0.0.0.0 0.0.0.0 port eq 7777 0.0.0.0 0.0.0.0 port eq 7777
  30. !
  31. access-list _WEBADMIN_Home
  32. permit tcp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
  33. permit udp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
  34. permit icmp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
  35. !
  36. access-list _WEBADMIN_WifiStation0
  37. permit icmp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
  38. permit udp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
  39. permit tcp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
  40. permit tcp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 port eq 7
  41. permit udp 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 port eq 7
  42. !
  43. isolate-private
  44. dyndns profile _WEBADMIN
  45. !
  46. interface Switch0
  47. port 1
  48. mode access
  49. access vlan 1
  50. !
  51. port 2
  52. mode access
  53. access vlan 1
  54. !
  55. port 3
  56. mode access
  57. access vlan 2
  58. !
  59. up
  60. !
  61. interface Switch0/VLAN1
  62. description "Home VLAN"
  63. security-level private
  64. up
  65. !
  66. interface Switch0/VLAN2
  67. name ISP
  68. description "Broadband connection"
  69. mac address cc:5d:4e:50:52:24
  70. mac address factory wan
  71. security-level public
  72. ip mtu 1500
  73. ip access-group _WEBADMIN_ISP in
  74. ip global 700
  75. igmp upstream
  76. ipv6 address auto
  77. ipv6 prefix auto
  78. ipv6 name-servers auto
  79. up
  80. !
  81. interface WifiMaster0
  82. country-code RU
  83. compatibility BGN
  84. power 100
  85. up
  86. !
  87. interface WifiMaster0/AccessPoint0
  88. name AccessPoint
  89. description "Wi-Fi access point"
  90. mac access-list type none
  91. security-level private
  92. wps
  93. authentication wpa-psk ruum-29pj-eyy7
  94. encryption key 1 death default
  95. encryption enable
  96. encryption wpa
  97. encryption wpa2
  98. ssid bnh
  99. up
  100. !
  101. interface WifiMaster0/AccessPoint1
  102. name GuestWiFi
  103. description "Guest access point"
  104. mac access-list type none
  105. security-level private
  106. ip address 10.1.30.1 255.255.255.0
  107. ssid Guest
  108. down
  109. !
  110. interface WifiMaster0/AccessPoint2
  111. mac access-list type none
  112. security-level public
  113. ssid "ZyXEL AP 2"
  114. down
  115. !
  116. interface WifiMaster0/AccessPoint3
  117. mac access-list type none
  118. security-level public
  119. ssid "ZyXEL AP 3"
  120. down
  121. !
  122. interface Bridge0
  123. name Home
  124. description "Home network"
  125. inherit Switch0/VLAN1
  126. include AccessPoint
  127. security-level private
  128. ip address 192.168.1.1 255.255.255.0
  129. ip access-group _WEBADMIN_Home in
  130. igmp downstream
  131. up
  132. !
  133. interface PPPoE0
  134. service ttk
  135. lcp echo 30 3
  136. ipcp default-route
  137. ipcp name-servers
  138. no ccp
  139. security-level public
  140. authentication identity IP44892167
  141. authentication password acjxrukg
  142. ip access-group _WEBADMIN_PPPoE0 in
  143. ip global 1000
  144. ip tcp adjust-mss pmtu
  145. connect via ISP
  146. up
  147. !
  148. ip dhcp pool _WEBADMIN
  149. range 192.168.1.33 192.168.1.72
  150. dns-server 192.168.1.1 8.8.8.8
  151. bind Home
  152. !
  153. ip dhcp pool _WEBADMIN_GUEST_AP
  154. range 10.1.30.33 10.1.30.52
  155. bind GuestWiFi
  156. !
  157. ip dhcp host ka2m-w8 1c:af:f7:03:54:c8 192.168.1.35
  158. ip dhcp host hp-pavilion cc:52:af:56:56:ec 192.168.1.36
  159. ip name-server 8.8.8.8
  160. ip name-server 192.168.1.1
  161. ip nat Home
  162. ip nat GuestWiFi
  163. ip static tcp PPPoE0 7777 192.168.1.35 7777
  164. ip static tcp ISP 7777 192.168.1.35 7777
  165. ip static udp PPPoE0 7777 192.168.1.35 7777
  166. ip static udp ISP 7777 192.168.1.35 7777
  167. ipv6 subnet Default
  168. bind Home
  169. number 0
  170. mode slaac
  171. !
  172. ipv6 local-prefix default
  173. no ppe
  174. upnp lan Home
  175. user admin
  176. password md5 fb7957466577d9d154cc2925d8f10189
  177. password nt 0117a39917fd0ad58316e214ad486d30
  178. tag cli
  179. tag http
  180. tag cifs
  181. !
  182. service dns-proxy
  183. service igmp-proxy
  184. service cifs
  185. service http
  186. service telnet
  187. service ntp-client
  188. service upnp
  189. cifs
  190. master
  191. permissive
  192. !
  193. !
  194. !
  195. (config)>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement