open ipsec vpn serverhttp://www.openswan.org http://www.strongswan.orghttp://www.freeswan.org 설치rpm -ivH http://repo.nikoforge.org/redhat/el6/nikoforge-release-latestyum -y install http://vesta.informatik.rwth-aachen.de/ftp/pub/Linux/fedora-epel/6/i386/epel-release-6-8.noarch.rpmyum -y install ipsec-toolsyum -y install xl2tpd vim /etc/racoon/init.sh #!/bin/sh# set security policiesecho -e "flush..
L2TP / IPSEC VPN Client 설정하기 (linux) 테스트 환경 클라우드 서버 (floating nat 환경) , 물리서버 (static real ip) CENTOS7 64bit 패키지 설치 yum install epel-release yum install libreswan xl2tpd kernel 디렉토리 생성 mkdir -p /var/run/xl2tpd ipsec.conf 파일 설정 vim /etc/ipsec.conf config setup virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/16,%v4:172.16.0.0/12,%v4:25.0.0.0/8,%v4:100.64.0.0/10,%v6:fd00::/8,%v6:fe80::/10 dumpdir=/va..