Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.99 KB | Hits: 141 | Expires: Never
Copy text to clipboard
  1. !
  2. version 12.3
  3. no service pad
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. service password-encryption
  7. !
  8. hostname Confluence
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. enable secret 5 xx
  14. !
  15. clock timezone MST -7
  16. clock summer-time MDT recurring
  17. aaa new-model
  18. !
  19. !
  20. aaa authentication login userauthen local
  21. aaa authentication ppp default local
  22. aaa authorization network groupauthor local
  23. aaa session-id common
  24. ip subnet-zero
  25. no ip source-route
  26. ip cef
  27. ip name-server 172.16.245.1
  28. !
  29. no ip bootp server
  30. vpdn enable
  31. !
  32. vpdn-group MinesMarshMaker
  33. ! Default PPTP VPDN group
  34.  accept-dialin
  35.   protocol pptp
  36.   virtual-template 1
  37. !
  38. !
  39. username waterfoul password 7 xx
  40. username oshkosh password 7 xx
  41. username buggy40026 password 7 xx
  42. username lzdude password 7 xx
  43. username nleonard password 7 xx
  44. username ragequit password 7 xx
  45. username blueroguevyse password 7 xx
  46. username cottsay password 7 xx
  47. username amraamski password 7 xx
  48. !
  49. !
  50. !
  51. !
  52. interface Ethernet0/0
  53.  ip address 172.16.245.2 255.255.0.0
  54.  ip nat inside
  55.  half-duplex
  56. !
  57. interface Ethernet1/0
  58.  ip address dhcp
  59.  ip nat outside
  60.  half-duplex
  61. !
  62. interface Virtual-Template1
  63.  ip unnumbered Ethernet0/0
  64.  peer default ip address pool defaultpool
  65.  ppp authentication ms-chap ms-chap-v2
  66. !
  67. ip local pool defaultpool 172.16.246.100 172.16.246.254
  68. ip nat inside source list 1 interface Ethernet1/0 overload
  69. ip nat inside source static tcp 172.16.245.1 5338 interface Ethernet1/0 5338
  70. ip nat inside source static tcp 172.16.245.1 80 interface Ethernet1/0 80
  71. ip nat inside source static tcp 172.16.245.1 4251 interface Ethernet1/0 4251
  72. ip nat inside source static tcp 172.16.245.1 4252 interface Ethernet1/0 4252
  73. ip nat inside source static udp 172.16.245.1 4252 interface Ethernet1/0 4252
  74. no ip http server
  75. ip classless
  76. ip route 0.0.0.0 0.0.0.0 dhcp
  77. !
  78. access-list 1 permit 172.16.0.0 0.0.255.255
  79. no cdp log mismatch duplex
  80. !
  81. line con 0
  82. line aux 0
  83. line vty 0 4
  84.  access-class 1 in
  85.  password 7 xx
  86. !
  87. !
  88. end