Skip to content

Commit 4be4c7b

Browse files
committed
Added example with client static options
1 parent ac05b41 commit 4be4c7b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#
2+
# Set static options for client
3+
# @see https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage
4+
#
5+
6+
# Disable client (prevent from connecting, for security compromise REVOKE client)
7+
# disable
8+
9+
# Client Static IP
10+
# ifconfig-push IP_ADDRESS MASK
11+
12+
# Generate routes through this client when connects
13+
# iroute NETWORK [NETMASK]
14+
15+
# Don't inherit global push settings
16+
# push-reset
17+
18+
# Push option to client
19+
# push OPTION
20+
21+
# Remove option from client
22+
# push-remove OPTION
23+
24+
# Client Static IPv6
25+
# ifconfig-ipv6-push ADDRESS/CIDR REMOTE
26+
27+
# Route through client
28+
# iroute-ipv6 ADDRESS/CIDR

0 commit comments

Comments
 (0)