티스토리 뷰
L2TP on ipsec (with xl2tpd, libreswan) centos7
설치
yum install epel-release yum install ppp xl2tpd libreswan
|
포트
500 udp 4500 udp 1701 udp |
vim /etc/ipsec.conf
config setup protostack=netkey logfile=/var/log/pluto.log dumpdir=/var/run/pluto/ 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
include /etc/ipsec.d/*.conf conn L2TP-PSK-NAT rightsubnet=vhost:%priv also=L2TP-PSK-noNAT conn L2TP-PSK authby=secret pfs=no auto=add keyingtries=3 keylife=1h type=transport left="%defaultroute" leftid="%defaultroute" leftprotoport=17/1701 right=%any rightprotoport=17/%any dpddelay=40 dpdtimeout=130 dpdaction=clear |
vim /etc/xl2tpd/xl2tpd.conf
[global] listen-addr = VPN 서버 아이피 ; listen-addr = VPN 서버 아이피 (생략 가능) [lns default] ip range = 10.0.0.70-10.0.0.99 local ip = 10.0.0.1 refuse pap = yes require authentication = yes name = LinuxVPNserver ppp debug = yes pppoptfile = /etc/ppp/options.xl2tpd length bit = yes
|
vim /etc/ppp/chap-secrets
# Secrets for authentication using CHAP # client server secret IP addresses 아이디 * 패스워드 *
|
vim /etc/ipsec.secret
include /etc/ipsec.d/*.secrets VPN서버아이피 %any: PSK "PSK입력"
|
vim /etc/ppp/options.xl2tpd
ipcp-accept-local ipcp-accept-remote ms-dns 8.8.8.8 noccp auth idle 1800 mtu 1410 mru 1410 nodefaultroute debug proxyarp connect-delay 5000 |
'VPN' 카테고리의 다른 글
softether router 설정 (0) | 2018.01.24 |
---|---|
openvpn bridge mode (0) | 2017.12.29 |
Nat-t 장치 뒤에 있는 L2TP/IPsec 서버를 구성하는 방법 (0) | 2017.11.30 |
ssh tunneling (0) | 2017.11.23 |
PPTP GRE 패킷 포워딩 (iptables) (0) | 2017.11.21 |
- Total
- Today
- Yesterday
- mod_security
- 베이어다이나믹
- GeoIP
- php
- virtualbox
- L2TP
- WAF
- Apache
- iptables
- NGINX
- ssh
- galera
- softether
- 인증서
- SSL
- kvm
- pptp
- mariadb
- MySQL
- gitlab
- yum
- glusterfs
- centos8
- cURL
- centOS7
- IPSEC
- ntp
- OpenVPN
- 리눅스
- HAProxy
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |