blob: cec2ae33f45ada387190372ef816e39a626d004b (
plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
[global]
log_path = ./log/mgw.log
log_level = 30
[Maat_cand]
table_info_path = ./conf/table_info.conf
max_thread_num = 1
maat_redis_ip = 192.168.11.243
maat_redis_port = 6800
maat_redis_index = 5
stat_file_path = ./log/maat_stat.log
[Maat_policy]
table_info_path = ./conf/table_info.conf
max_thread_num = 1
Maat_redis_ip = 192.168.11.243
Maat_redis_port = 6379
Maat_redis_index = 6
stat_file_path = ./log/maat_stat.log
[vpn_server]
vpn_server_ip = localhost
vpn_server_port = 443
vpn_server_passwd = 111111
hub_list = {hubstandardtest 111111 192.168.30.10 192.168.30.200}
[mrl]
port = 23456
[udp_server]
ip = 192.168.11.137
port = 33456
[snat_htable]
mho_screen_print_ctrl = 0
mho_thread_safe = 1
mho_mutex_num = 160
mho_hash_slot_size = 160000
mho_hash_max_element_num = 640000
mho_expire_time = 90
mho_eliminate_type = LRU
[dnat_htable]
mho_screen_print_ctrl = 0
mho_thread_safe = 1
mho_mutex_num = 160
mho_hash_slot_size = 160000
mho_hash_max_element_num = 640000
mho_expire_time = 90
mho_eliminate_type = LRU
[ip2user_htable]
mho_screen_print_ctrl = 0
mho_thread_safe = 1
mho_mutex_num = 16
mho_hash_slot_size = 16000
mho_hash_max_element_num = 64000
mho_expire_time = 0
mho_eliminate_type = LRU
[user_policy_htable]
mho_screen_print_ctrl = 0
mho_thread_safe = 1
mho_mutex_num = 16
mho_hash_slot_size = 16000
mho_hash_max_element_num = 64000
mho_expire_time = 0
mho_eliminate_type = LRU
[cand_ip_group_htable]
mho_screen_print_ctrl = 0
mho_thread_safe = 1
mho_mutex_num = 16
mho_hash_slot_size = 1600
mho_hash_max_element_num = 6400
mho_expire_time = 0
mho_eliminate_type = LRU
[cand_ip_detail_htable]
mho_screen_print_ctrl = 0
mho_thread_safe = 1
mho_mutex_num = 16
mho_hash_slot_size = 16000
mho_hash_max_element_num = 64000
mho_expire_time = 0
mho_eliminate_type = LRU
|