-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from d3vilh/dev
Change /etc/openvpn/config/server.conf to /etc/openvpn/server.conf
- Loading branch information
Showing
18 changed files
with
396 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
management 0.0.0.0 2080 | ||
|
||
port 1194 | ||
proto udp | ||
|
||
dev tun | ||
|
||
ca pki/ca.crt | ||
cert pki/issued/server.crt | ||
key pki/private/server.key | ||
|
||
cipher AES-256-CBC | ||
auth SHA512 | ||
dh pki/dh.pem | ||
|
||
server 10.0.70.0 255.255.255.0 | ||
route 10.0.71.0 255.255.255.0 | ||
ifconfig-pool-persist pki/ipp.txt | ||
push "route 10.0.60.0 255.255.255.0" | ||
push "dhcp-option DNS 8.8.8.8" | ||
push "dhcp-option DNS 1.0.0.1" | ||
|
||
keepalive 10 120 | ||
max-clients 100 | ||
|
||
persist-key | ||
persist-tun | ||
|
||
log /var/log/openvpn/openvpn.log | ||
verb 4 | ||
topology subnet | ||
|
||
client-config-dir /etc/openvpn/staticclients | ||
push "redirect-gateway def1 bypass-dhcp" | ||
|
||
ncp-ciphers AES-256-GCM:AES-192-GCM:AES-128-GCM | ||
|
||
user nobody | ||
group nogroup | ||
|
||
status-version 2 | ||
status /var/log/openvpn/openvpn-status.log | ||
|
||
explicit-exit-notify 1 | ||
crl-verify pki/crl.pem | ||
|
||
#Default Raspberry-Gateway configuration file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.