WORK-R
conf t
crypto pki trustpoint VPN
enrollment url http://203.230.10.1
ip-address 203.230.10.1
subject-name CN=203.230.10.1
revocation-check none
exit
crypto pki authenticate VPN
[yes/no]:yes
crypto pki enroll VPN
※암호: korea2021##
[yes/no]:yes
[yes/no]:yes
CENT-R
conf t
crypto pki trustpoint VPN
enrollment url http://203.230.10.1
ip-address 107.58.56.1
subject-name CN=107.58.56.1
revocation-check none
exit
crypto pki authenticate VPN
[yes/no]:yes
crypto pki enroll VPN
※암호: korea2021##
[yes/no]:yes
[yes/no]:yes
WORK-R
conf t
crypto isakmp policy 10
encr aes 256
hash sha
group 2
authentication rsa-sig
exit
crypto ipsec transform-set VPN esp-aes esp-sha-hmac
mode tunnel
exit
crypto map VPN 10 ipsec-isakmp
set transform-set VPN
set peer 107.58.65.1
match address VPN
exit
ip access-list extended VPN
permit 41 host 1.1.1.1 host 1.1.2.2
int gig0/0/1
crypto map VPN
CENT-R
conf t
crypto isakmp policy 10
encr aes 256
hash sha
group 2
authentication rsa-sig
exit
crypto ipsec transform-set VPN esp-aes esp-sha-hmac
mode tunnel
exit
crypto map VPN 10 ipsec-isakmp
set transform-set VPN
set isakmp-profile VPN
set peer 203.230.10.1
match address VPN
exit
ip access-list extended VPN
permit 41 host 1.1.2.2 host 1.1.1.1
int gig0/0/1
crypto map VPN
'물리서버' 카테고리의 다른 글
[21전국] 3과제 WEB설정 (0) | 2021.11.11 |
---|---|
[21전국] 3과제 DHCP 및 LDAP 설정 (0) | 2021.11.11 |
[21전국] 3과제 Certificate Authority (0) | 2021.11.10 |
[21전국] 3과제 DNS 설정 (0) | 2021.11.10 |
[21전국] 3과제 라우팅 및 NTP (0) | 2021.11.10 |