Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Current configuration : 1468 bytes
  2. !
  3. ! Last configuration change at 12:02:16 UTC Mon Jan 2 2006
  4. !
  5. version 15.0
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname VPNCLIENT
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. no aaa new-model
  18. memory-size iomem 10
  19. !
  20. !
  21. ip source-route
  22. !
  23. !
  24. !
  25. ip dhcp pool clientpool
  26. network 192.168.26.0 255.255.255.0
  27. default-router 192.168.26.1
  28. dns-server 192.168.1.101
  29. !
  30. !
  31. ip cef
  32. !
  33. !
  34. license udi pid CISCO861-K9 sn FGL164221S3
  35. !
  36. !
  37. username cisco privilege 15 password 0 cisco123
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. crypto ipsec client ezvpn ez
  47. connect auto
  48. group vpngrp key cisco123
  49. mode network-extension
  50. peer 109.29.290.155
  51. acl 100
  52. username cisco password cisco123
  53. xauth userid mode local
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. interface FastEthernet0
  61. !
  62. interface FastEthernet1
  63. !
  64. interface FastEthernet2
  65. !
  66. interface FastEthernet3
  67. !
  68. interface FastEthernet4
  69. ip address dhcp
  70. ip nat outside
  71. ip virtual-reassembly
  72. duplex auto
  73. speed auto
  74. crypto ipsec client ezvpn ez
  75. !
  76. interface Vlan1
  77. ip address 192.168.26.1 255.255.255.248
  78. ip nat inside
  79. ip virtual-reassembly
  80. crypto ipsec client ezvpn ez inside
  81. !
  82. ip forward-protocol nd
  83. ip http server
  84. ip http authentication local
  85. no ip http secure-server
  86. !
  87. ip nat inside source list 100 interface FastEthernet4 overload
  88. !
  89. access-list 100 permit ip 192.168.26.0 0.0.0.7 any
  90. !
  91. control-plane
  92. !
  93. !
  94. line con 0
  95. no modem enable
  96. line aux 0
  97. line vty 0 4
  98. login
  99. !
  100. scheduler max-task-time 5000
  101. end
  102.  
  103. VPNCLIENT#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement