Advertisement
Guest User

Untitled

a guest
Mar 26th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Current configuration : 1448 bytes
  2. !
  3. ! No configuration change since last restart
  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.248
  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. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. crypto ipsec client ezvpn ez
  46. connect auto
  47. group vpngrp key cisco123
  48. mode network-extension
  49. peer 109.29.290.155
  50. username cisco password cisco123
  51. xauth userid mode local
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. interface FastEthernet0
  59. !
  60. interface FastEthernet1
  61. !
  62. interface FastEthernet2
  63. !
  64. interface FastEthernet3
  65. !
  66. interface FastEthernet4
  67. ip address dhcp
  68. ip nat outside
  69. ip virtual-reassembly
  70. duplex auto
  71. speed auto
  72. crypto ipsec client ezvpn ez
  73. !
  74. interface Vlan1
  75. ip address 192.168.26.1 255.255.255.248
  76. ip nat inside
  77. ip virtual-reassembly
  78. crypto ipsec client ezvpn ez inside
  79. !
  80. ip forward-protocol nd
  81. no ip http server
  82. no ip http secure-server
  83. !
  84. ip nat inside source list 150 interface FastEthernet4 overload
  85. !
  86. access-list 150 deny ip 192.168.26.0 0.0.0.7 192.168.0.0 0.0.255.255 log
  87. access-list 150 permit ip 192.168.26.0 0.0.0.7 any
  88. !
  89. control-plane
  90. !
  91. !
  92. line con 0
  93. no modem enable
  94. line aux 0
  95. line vty 0 4
  96. login
  97. !
  98. scheduler max-task-time 5000
  99. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement