ネットは広大だわ

PPTP VPDN

billy0529 2021. 3. 22. 19:59
728x90

[PPTP VPDN]

 

### PPTP VPDN Configuration

### PAT using nat pool 

 

vpdn enable

!

vpdn-group 1

! Default PPTP VPDN group

 accept-dialin

  protocol pptp

  virtual-template 1

 

 

  interface Virtual-Template1

 ip unnumbered FastEthernet0/0

 ip nat inside

 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 nat inside source list 1 interface FastEthernet0/0 overload

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

Show Commands  (0) 2021.03.22
CISCO L2TP VPN Sample  (0) 2021.03.22
MDS 9222i Sample  (0) 2021.03.22
Git-Sourcetree Startup config  (0) 2021.03.22
ZSH Prompt Customize  (0) 2021.03.22