Project

General

Profile

Actions

action #68038

closed

site2site openVPN-Tunnel

Added by EDV_Lotse almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
2020-06-13
Due date:
% Done:

0%

Estimated time:

Description

OpenVPN Gateway Server

inviz.server.lan:/etc/openvpn/site2site.conf

dev-type tun
dev vpn-n2n

proto udp
port 1195
remote client.dyndns.org

ifconfig 10.10.2.1 10.10.2.2
route-gateway 10.10.2.1
route 192.168.177.0 255.255.255.0
push "route 192.168.175.0 255.255.255.0"

comp-lzo
keepalive 10 60
ping-timer-rem
persist-key
persist-tun
user nobody
group nogroup
secret zentrale.key

inviz.server.lan:/etc/sysconfig/cat SuSEfirewall2

FW_DEV_INT="intern wlan0 vpn vpn-n2n"

OpenVPN Gateway Client

inviz.client.lan:/etc/openvpn/site2site.conf

dev-type tun
dev vpn-n2n

proto udp
port 1195
remote server.dyndns.org

ifconfig 10.10.2.2 10.10.2.1
route-gateway 10.10.2.2
route 192.168.175.0 255.255.255.0

comp-lzo
keepalive 10 60
ping-timer-rem
persist-key
persist-tun
user nobody
group nogroup
secret zentrale.key

inviz.client.lan:/etc/sysconfig/SuSEfirewall2

FW_DEV_INT="intern vpn vpn-n2n wlan0"

No data to display

Actions

Also available in: Atom PDF