Advertisement
Guest User

Untitled

a guest
Nov 10th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Current configuration : 2296 bytes
  2. !
  3. version 15.0
  4. no service pad
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. service password-encryption
  8. !
  9. hostname halvors
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. logging buffered 4096
  15. enable secret 5 ***************
  16. !
  17. no aaa new-model
  18. !
  19. !
  20. !
  21. memory-size iomem 10
  22. !
  23. !
  24. ip source-route
  25. !
  26. !
  27. ip dhcp excluded-address 192.168.0.1 192.168.0.100
  28. !
  29. ip dhcp pool public
  30. network 192.168.0.0 255.255.255.0
  31. default-router 192.168.0.1
  32. dns-server 8.8.8.8 8.8.4.4
  33. !
  34. !
  35. ip cef
  36. ip domain name ************
  37. no ipv6 cef
  38. !
  39. !
  40. multilink bundle-name authenticated
  41. license udi pid CISCO881-SEC-K9 sn FCZ15049CPY
  42. !
  43. !
  44. username admin privilege 15 secret 5 ********************
  45. !
  46. !
  47. ip ssh version 2
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. interface FastEthernet0
  56. description *** LAN ***
  57. switchport access vlan 100
  58. spanning-tree portfast
  59. !
  60. !
  61. interface FastEthernet1
  62. description *** LAN ***
  63. switchport access vlan 100
  64. spanning-tree portfast
  65. !
  66. !
  67. interface FastEthernet2
  68. description *** LAN ***
  69. switchport access vlan 100
  70. spanning-tree portfast
  71. !
  72. !
  73. interface FastEthernet3
  74. description *** LAN ***
  75. switchport access vlan 100
  76. spanning-tree portfast
  77. !
  78. !
  79. interface FastEthernet4
  80. description PPPoE Interface
  81. no ip address
  82. no ip redirects
  83. no ip unreachables
  84. no ip proxy-arp
  85. ip virtual-reassembly
  86. duplex auto
  87. speed auto
  88. pppoe-client dial-pool-number 1
  89. !
  90. !
  91. interface Vlan1
  92. no ip address
  93. !
  94. !
  95. interface Vlan100
  96. description *** LAN ***
  97. ip address 192.168.0.1 255.255.255.0
  98. ip nat inside
  99. ip virtual-reassembly
  100. !
  101. !
  102. interface Dialer0
  103. description PPOCRAP Dialer Interface
  104. ip address negotiated
  105. ip nat outside
  106. ip virtual-reassembly
  107. encapsulation ppp
  108. dialer pool 1
  109. dialer-group 1
  110. ppp authentication chap callin
  111. ppp chap hostname ************
  112. ppp chap password ************
  113. no cdp enable
  114. !
  115. !
  116. ip forward-protocol nd
  117. no ip http server
  118. no ip http secure-server
  119. !
  120. !
  121. ip nat inside source list 100 interface Dialer0 overload
  122. ip route 0.0.0.0 0.0.0.0 Dialer0
  123. !
  124. access-list 100 permit ip 192.168.0.0 0.0.0.255 any
  125. dialer-list 1 protocol ip permit
  126. !
  127. !
  128. !
  129. !
  130. !
  131. control-plane
  132. !
  133. !
  134. !
  135. line con 0
  136. exec-timeout 0 0
  137. logging synchronous
  138. login local
  139. no modem enable
  140. line aux 0
  141. line vty 0 4
  142. exec-timeout 0 0
  143. login local
  144. transport input ssh
  145. !
  146. scheduler max-task-time 5000
  147. end
  148.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement