Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Current configuration : 2150 bytes
- !
- version 12.4
- no service pad
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname VPNROUTER
- !
- boot-start-marker
- boot-end-marker
- !
- logging message-counter syslog
- !
- aaa new-model
- !
- !
- aaa authentication login userauthen local
- aaa authorization network groupauthor local
- !
- !
- aaa session-id common
- !
- !
- dot11 syslog
- ip source-route
- !
- !
- !
- !
- ip cef
- !
- no ipv6 cef
- multilink bundle-name authenticated
- !
- !
- username cisco privilege 15 password 0 cisco123
- !
- !
- crypto isakmp policy 3
- encr 3des
- authentication pre-share
- group 2
- !
- crypto isakmp client configuration group vpngrp
- key cisco123
- acl 101
- save-password
- include-local-lan
- !
- !
- crypto ipsec transform-set myset esp-3des esp-sha-hmac
- !
- crypto dynamic-map dynmap 10
- set transform-set myset
- !
- !
- crypto map clientmap client authentication list userauthen
- crypto map clientmap isakmp authorization list groupauthor
- crypto map clientmap client configuration address respond
- crypto map clientmap 10 ipsec-isakmp dynamic dynmap
- !
- archive
- log config
- hidekeys
- !
- !
- !
- !
- !
- interface FastEthernet0
- !
- interface FastEthernet1
- !
- interface FastEthernet2
- !
- interface FastEthernet3
- !
- interface FastEthernet4
- ip address 109.29.290.155 255.255.255.248
- ip virtual-reassembly
- duplex auto
- speed auto
- crypto map clientmap
- !
- interface Dot11Radio0
- no ip address
- shutdown
- speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
- station-role root
- !
- interface Vlan1
- ip address 192.168.25.2 255.255.255.0
- ip virtual-reassembly
- !
- ip forward-protocol nd
- ip route 0.0.0.0 0.0.0.0 200.200.200.1
- ip route 192.168.0.0 255.255.240.0 192.168.25.1
- ip route 192.168.16.0 255.255.248.0 192.168.25.1
- ip route 192.168.25.0 255.255.255.0 192.168.25.1
- ip route 200.200.200.0 255.255.255.0 209.29.230.154
- !
- ip http server
- ip http authentication local
- no ip http secure-server
- !
- access-list 1 permit 192.168.0.0 0.0.255.255
- access-list 101 remark CCP_ACL Category=4
- access-list 101 permit ip 192.168.0.0 0.0.15.255 any
- !
- !
- !
- !
- !
- control-plane
- !
- !
- line con 0
- no modem enable
- line aux 0
- line vty 0 4
- !
- scheduler max-task-time 5000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement