-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjncc.config.example
51 lines (47 loc) · 984 Bytes
/
jncc.config.example
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# This is the Juniper Network Conenct Client configuration file.
# And it is written in shell script.
#
# Notice:
# Do not put spaces or tabs before or after equal.
#
# ID = myid0123
# ^ ^
# Wow! Two spaces!
#
#
# VPN user ID
#
ID=
#
# VPN Server Address
#
# Example:
# SERVER=vpn.tekitou.ac.jp
#
SERVER=
#
# Addresses you want to access via VPN
#
# Notice:
# The index of SPLIT_HOST must always start at 0 and must be incremented by 1.
# If you write as below you can not access orz.tekitou.ac.jp via VPN.
#
# SPLIT_HOST[0]=inside.tekitou.ac.jp
# SPLIT_HOST[8]=orz.tekitou.ac.jp
# ^
# Next to 0 is 1 ;(
#
# Example:
# SPLIT_HOSTS[0]=portal.tekitou.ac.jp
# SPLIT_HOSTS[1]=xxx.tekitou.ac.jp
# SPLIT_HOSTS[2]=oxo.tekitou.ac.jp
#
SPLIT_HOSTS[0]=
SPLIT_HOSTS[1]=
#
# Path to vpnc-script
#
# If you install openconnect using Homebrew, vpnc-script will be installed on /usr/local/etc/vpnc-script.
#
VPNC_SCRIPT_FILE=/usr/local/etc/vpnc-script