blob: 888cc0ebafe11fe9028795bae3bff39517e1480d (
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
[global]
log_path = /opt/mgw/log/mgw.log
log_level = 30
access_id = 0
[Maat_snat_policy]
table_info_path = /opt/mgw/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 = /opt/mgw/log/maat_stat.log
[Maat_dnat_policy]
table_info_path = /opt/mgw/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 = /opt/mgw/log/maat_stat.log
[Maat_snat_cand_ip]
table_info_path = /opt/mgw/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 = /opt/mgw/log/maat_stat.log
[Maat_mrl_ip]
table_info_path = /opt/mgw/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 = /opt/mgw/log/maat_stat.log
[field_stat]
stat_path = /opt/mgw/fs2_mgw.status
[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}
polling_interval = 30
[mrl]
port = 23456
[udp_server]
ip = 192.168.11.137
port = 33456
[snat_tx_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
[snat_rx_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_tx_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_rx_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
[snat_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
[dnat_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
[snat_cand_ip_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
[mrl_ip_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
|