From 2da2a1be21f5b13e68d2e5fa8dd6b597a344f5ea Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Fri, 26 Oct 2018 14:37:51 +0300 Subject: [PATCH] add openvpn to marla --- routing/openvpn/.gitignore | 1 + routing/openvpn/marla.conf | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 routing/openvpn/.gitignore create mode 100644 routing/openvpn/marla.conf diff --git a/routing/openvpn/.gitignore b/routing/openvpn/.gitignore new file mode 100644 index 0000000..c996e50 --- /dev/null +++ b/routing/openvpn/.gitignore @@ -0,0 +1 @@ +*.key diff --git a/routing/openvpn/marla.conf b/routing/openvpn/marla.conf new file mode 100644 index 0000000..6264495 --- /dev/null +++ b/routing/openvpn/marla.conf @@ -0,0 +1,22 @@ +dev tun0 + +tun-ipv6 +remote 185.117.82.66 +local 194.141.112.139 + +proto udp + +tun-mtu 1500 +ifconfig 172.31.43.3 172.31.43.2 +ifconfig-ipv6 2001:67c:21bc:7fff:f0f:fcf1::2/120 2001:67c:21bc:7fff:f0f:fcf1::1 + +secret /etc/openvpn/eric.key + +port 4299 + +; user nobody +; group nobody + +ping 15 +verb 1 +script-security 2