ネットは広大だわ

CISCO L2TP VPN Sample

billy0529 2021. 3. 22. 20:00
728x90

 

 

Building configuration...

 

Current configuration : 11749 bytes

!

version 12.3

service timestamps debug datetime localtime show-timezone

service timestamps log datetime localtime show-timezone

service password-encryption

!

hostname BUZZVPN

!

boot-start-marker

boot system flash:c2800nm-adventerprisek9-mz.123-11.T10.bin

boot-end-marker

!

logging buffered 16384 debugging

!

clock timezone PH 8

no aaa new-model

ip subnet-zero

!

!

ip cef

!

!

no ip domain lookup

ip name-server 8.8.8.8

ip name-server 210.220.163.82

ip ips po max-events 100

vpdn enable

!

vpdn-group 1

! Default PPTP VPDN group

 accept-dialin

  protocol pptp

  virtual-template 1

!

no ftp-server write-enable

!

!

!

!

!

!

!

!

!

!

!

!

!

!

 

!

!

no crypto isakmp ccm

!

!

!

!

interface Loopback0

 no ip address

!

interface FastEthernet0/0

 ip address dhcp

 ip nat outside

 ip virtual-reassembly

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address x.x.x.x 255.255.255.192 secondary

 ip address x.x.x.x 255.255.255.252

 ip nat inside

 ip virtual-reassembly

 duplex auto

 speed auto

!

interface Serial0/0/0

 no ip address

 shutdown

 clockrate 2000000

!

interface Virtual-Template1

 ip unnumbered FastEthernet0/0

 ip nat inside

 ip virtual-reassembly

 peer default ip address pool vpn

 no keepalive

 ppp authentication pap chap ms-chap ms-chap-v2

!

ip local pool vpn 192.168.101.1 192.168.101.250

ip classless

 

!

!

no ip http server

no ip http secure-server

ip nat inside source list 1 interface FastEthernet0/0 overload

!

logging trap debugging

logging origin-id hostname

 

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

banner login ^CCCC

+--------------------------------------------------------------------+

|                              WARNING                               |

|                              -------                               |

| This system is solely for the use of authorized users for official |

| purposes.  You have no expectation of privacy in its use and to    |

| ensure that the system is functioning properly, individuals using  |

| this computer system are subject to having all of their activities |

| monitored and recorded by system personnel. Use of this system     |

| evidences an express consent to such monitoring and agreement that |

| if such monitoring reveals evidence of possible abuse or criminal  |

| activity, system personnel may provide the results of such         |

| monitoring to appropriate officials.                               |

+--------------------------------------------------------------------+

^C

!

line con 0

 logging synchronous

 login local

line aux 0

line vty 0 4

 access-class 10 in

 logging synchronous

 login local

 transport input all

line vty 5 15

 access-class 10 in

 logging synchronous

 login local

 transport input all

!

warm-reboot

scheduler allocate 20000 1000

!

end

 

BUZZVPN#

'ネットは広大だわ' 카테고리의 다른 글

Local Filtering Command  (0) 2021.03.22
Show Commands  (0) 2021.03.22
MDS 9222i Sample  (0) 2021.03.22
PPTP VPDN  (0) 2021.03.22
Git-Sourcetree Startup config  (0) 2021.03.22