-
Notifications
You must be signed in to change notification settings - Fork 1
/
网络.html
697 lines (588 loc) · 39.5 KB
/
网络.html
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网络类应用 — ShellGui 手册 master documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="top" title="ShellGui 手册 master documentation" href="index.html"/>
<link rel="next" title="防火墙类应用" href="防火墙.html"/>
<link rel="prev" title="系统类应用" href="系统.html"/>
<link rel="stylesheet" href="_static/css/bootstrap.min.css">
<link rel="stylesheet" href="_static/css/comments.css">
<link rel="stylesheet" href="_static/css/highlight.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'XXX account number XXX']);
_gaq.push(['_trackPageview']);
</script>
<script src="_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="index.html" class="icon icon-home"> ShellGui 手册
</a>
<div class="version">
master
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference external" href="http://www.shellgui.com">返回官网</a></li>
<li class="toctree-l1"><a class="reference internal" href="gettingstarted.html">从这里开始</a></li>
<li class="toctree-l1"><a class="reference internal" href="系统.html">系统类应用</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">网络类应用</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#setting-wifi(无线设置)">无线设置</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#g">2.4G网络</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id3">5G网络</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-wan(上网设置)">上网设置</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#pppoe">pppoe 上网</a></li>
<li class="toctree-l3"><a class="reference internal" href="#dhcp">dhcp 上网</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id5">静态地址 上网</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id6">高级功能</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-lan(局域网设置)">局域网设置</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#ip">局域网IP设置</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id8">DHCP设置</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-adv(高级设置)">高级设置</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#upnp">UPnP协议</a></li>
<li class="toctree-l3"><a class="reference internal" href="#dhcpip">DHCP的静态IP分配</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id10">动态域名解析</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id11">端口转发</a></li>
<li class="toctree-l3"><a class="reference internal" href="#dmz">DMZ</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-connlimits(连接限制)">连接限制</a></li>
<li class="toctree-l2"><a class="reference internal" href="#setting-net-diagnostics(网络诊断)">网络诊断</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id14">网络诊断</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-wol(局域网唤醒)">局域网唤醒</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id16">局域网唤醒</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-hosts(连接主机)">连接主机</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id18">刷新时间</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id19">当前DHCP租约</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id20">已连接的无线主机</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id21">主机活动连接数</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#usb">手机USB共享上网</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id22">手机USB共享上网</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-bandwidth-usage(带宽使用图)">带宽使用图</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id24">带宽曲线图</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id25">带宽数据表</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-vlan(交换机VLan)">交换机VLan</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id26">交换机VLan</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-speed-test(网速测试)">网速测试</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id28">网速测试</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-adbyby-save(安全版Adbyby)">安全版Adbyby</a></li>
<li class="toctree-l2"><a class="reference internal" href="#setting-dns-cdn(DNS CDN 加速)">DNS CDN 加速</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id29">开启DNS CDN 加速</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id30">设置DNS CDN</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-bandwidth-distribution(带宽分布图)">带宽分布图</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id32">饼状图</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id33">数据表</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-mwan3(负载均衡)">负载均衡</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id35">负载均衡</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-conntrack(连接列表)">连接列表</a></li>
<li class="toctree-l2"><a class="reference internal" href="#setting-shadowsocks(Shadowsocks)">Shadowsocks</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id37">Shadowsocks</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-openvpn(OpenVPN)">OpenVPN</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id38">OpenVPN</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-ping-watchdog(Ping守护)">Ping守护</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id39">Ping守护</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#setting-shadowvpn(ShadowVPN)">ShadowVPN</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id40">ShadowVPN</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="防火墙.html">防火墙类应用</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">ShellGui 手册</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li>网络类应用</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/网络.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="id1">
<h1>网络类应用<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
<div class="section" id="setting-wifi(无线设置)">
<span id="id2"></span><h2>无线设置<a class="headerlink" href="#setting-wifi(无线设置)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/Wi-Fi设置.png"><img alt="alternate text" class="align-center" src="_images/Wi-Fi设置.png" style="width: 962.0px; height: 684.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="g">
<h3>2.4G网络<a class="headerlink" href="#g" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>SSID 密码</li>
</ul>
</div>
<div class="section" id="id3">
<h3>5G网络<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>SSID 密码</li>
</ul>
<div id="wifi_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-wan(上网设置)">
<span id="id4"></span><h2>上网设置<a class="headerlink" href="#setting-wan(上网设置)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/上网设置.png"><img alt="alternate text" class="align-center" src="_images/上网设置.png" style="width: 415.0px; height: 848.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<p><strong>The incompatibilities are not dramatic.</strong> The biggest change is that
all decoding functions now require and extra parameter. Most programs
can be modified to work with 2.0 by adding a <tt class="docutils literal"><span class="pre">0</span></tt> as the second
parameter to all calls of <tt class="xref c c-func docutils literal"><span class="pre">json_loads()</span></tt>, <tt class="xref c c-func docutils literal"><span class="pre">json_loadf()</span></tt>
and <tt class="xref c c-func docutils literal"><span class="pre">json_load_file()</span></tt>.</p>
<div class="section" id="pppoe">
<h3>pppoe 上网<a class="headerlink" href="#pppoe" title="Permalink to this headline">¶</a></h3>
<p>Shellgui 2.0 is backwards incompatible with the Shellgui 1.x releases.
It is ABI incompatible, i.e. all programs dynamically linking to the
Shellgui library need to be recompiled. It’s also API incompatible,
i.e. the source code of programs using Shellgui 1.x may need
modifications to make them compile against Shellgui 2.0.</p>
<p>All the 2.x releases are guaranteed to be backwards compatible for
both ABI and API, so no recompilation or source changes are needed
when upgrading from 2.x to 2.y.</p>
</div>
<div class="section" id="dhcp">
<h3>dhcp 上网<a class="headerlink" href="#dhcp" title="Permalink to this headline">¶</a></h3>
<dl class="docutils">
<dt><strong>Decoding flags</strong></dt>
<dd>For future needs, a <tt class="docutils literal"><span class="pre">flags</span></tt> parameter was added as the second
parameter to all decoding functions, i.e. <tt class="xref c c-func docutils literal"><span class="pre">json_loads()</span></tt>,
<tt class="xref c c-func docutils literal"><span class="pre">json_loadf()</span></tt> and <tt class="xref c c-func docutils literal"><span class="pre">json_load_file()</span></tt>. All calls to
these functions need to be changed by adding a <tt class="docutils literal"><span class="pre">0</span></tt> as the second</dd>
</dl>
</div>
<div class="section" id="id5">
<h3>静态地址 上网<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
<blockquote>
<div><p>argument. For example:</p>
<div class="highlight-c"><div class="highlight"><pre><span class="cm">/* old code */</span>
<span class="n">json_loads</span><span class="p">(</span><span class="n">input</span><span class="p">,</span> <span class="o">&</span><span class="n">error</span><span class="p">);</span>
<span class="cm">/* new code */</span>
<span class="n">json_loads</span><span class="p">(</span><span class="n">input</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="o">&</span><span class="n">error</span><span class="p">);</span>
</pre></div>
</div>
</div></blockquote>
</div>
<div class="section" id="id6">
<h3>高级功能<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
<ul>
<li><dl class="first docutils">
<dt>克隆网卡</dt>
<dd><p class="first last">克隆一个虚拟的 wan</p>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>同步ppp拨号</dt>
<dd><p class="first last">全局开启同步ppp拨号</p>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>MAC地址</dt>
<dd><p class="first last">使用特点MAC地址</p>
</dd>
</dl>
</li>
</ul>
<dl class="docutils">
<dt><strong>Underlying type of JSON integers</strong></dt>
<dd><p class="first">The underlying C type of JSON integers has been changed from
<tt class="xref c c-type docutils literal"><span class="pre">int</span></tt> to the widest available signed integer type, i.e.
<tt class="xref c c-type docutils literal"><span class="pre">long</span> <span class="pre">long</span></tt> or <tt class="xref c c-type docutils literal"><span class="pre">long</span></tt>, depending on whether
<tt class="xref c c-type docutils literal"><span class="pre">long</span> <span class="pre">long</span></tt> is supported on your system or not. This makes
the whole 64-bit integer range available on most modern systems.</p>
<p class="last"><tt class="docutils literal"><span class="pre">jansson.h</span></tt> has a typedef <tt class="xref c c-type docutils literal"><span class="pre">json_int_t</span></tt> to the underlying
integer type. <tt class="xref c c-type docutils literal"><span class="pre">int</span></tt> should still be used in most cases when
dealing with smallish JSON integers, as the compiler handles
implicit type coercion. Only when the full 64-bit range is needed,
<tt class="xref c c-type docutils literal"><span class="pre">json_int_t</span></tt> should be explicitly used.</p>
</dd>
<dt><strong>Maximum encoder indentation depth</strong></dt>
<dd>The maximum argument of the <tt class="docutils literal"><span class="pre">JSON_INDENT()</span></tt> macro has been
changed from 255 to 31, to free up bits from the <tt class="docutils literal"><span class="pre">flags</span></tt>
parameter of <tt class="xref c c-func docutils literal"><span class="pre">json_dumps()</span></tt>, <tt class="xref c c-func docutils literal"><span class="pre">json_dumpf()</span></tt> and
<tt class="xref c c-func docutils literal"><span class="pre">json_dump_file()</span></tt>. If your code uses a bigger indentation
than 31, it needs to be changed.</dd>
<dt><strong>Unsigned integers in API functions</strong></dt>
<dd>Version 2.0 unifies unsigned integer usage in the API. All uses of
<tt class="xref c c-type docutils literal"><span class="pre">unsigned</span> <span class="pre">int</span></tt> and <tt class="xref c c-type docutils literal"><span class="pre">unsigned</span> <span class="pre">long</span></tt> have been replaced
with <tt class="xref c c-type docutils literal"><span class="pre">size_t</span></tt>. This includes flags, container sizes, etc.
This should not require source code changes, as both
<tt class="xref c c-type docutils literal"><span class="pre">unsigned</span> <span class="pre">int</span></tt> and <tt class="xref c c-type docutils literal"><span class="pre">unsigned</span> <span class="pre">long</span></tt> are usually
compatible with <tt class="xref c c-type docutils literal"><span class="pre">size_t</span></tt>.</dd>
</dl>
<div id="wan_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-lan(局域网设置)">
<span id="id7"></span><h2>局域网设置<a class="headerlink" href="#setting-lan(局域网设置)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/局域网设置.png"><img alt="alternate text" class="align-center" src="_images/局域网设置.png" style="width: 492.0px; height: 1166.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="ip">
<h3>局域网IP设置<a class="headerlink" href="#ip" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>设置局域网IP和掩码</li>
</ul>
</div>
<div class="section" id="id8">
<h3>DHCP设置<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>设置DHCP服务器信息</li>
</ul>
<div id="lan_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-adv(高级设置)">
<span id="id9"></span><h2>高级设置<a class="headerlink" href="#setting-adv(高级设置)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/高级设置.png"><img alt="alternate text" class="align-center" src="_images/高级设置.png" style="width: 954.0px; height: 1370.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="upnp">
<h3>UPnP协议<a class="headerlink" href="#upnp" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>UPnP协议开关</li>
<li>UPnP协议状态列表</li>
</ul>
</div>
<div class="section" id="dhcpip">
<h3>DHCP的静态IP分配<a class="headerlink" href="#dhcpip" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>DHCP的静态IP绑定分配</li>
</ul>
</div>
<div class="section" id="id10">
<h3>动态域名解析<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>动态域名解析</li>
</ul>
</div>
<div class="section" id="id11">
<h3>端口转发<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>端口转发</li>
</ul>
</div>
<div class="section" id="dmz">
<h3>DMZ<a class="headerlink" href="#dmz" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>DMZ</li>
</ul>
<div id="adv_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-connlimits(连接限制)">
<span id="id12"></span><h2>连接限制<a class="headerlink" href="#setting-connlimits(连接限制)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon.png"><img alt="alternate text" class="align-center" src="_images/icon.png" style="width: 108.0px; height: 103.0px;" /></a>
<span class="target" id="setting-connlimits(连接限制)"></span><p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<a class="reference internal image-reference" href="_images/连接限制.png"><img alt="alternate text" class="align-center" src="_images/连接限制.png" style="width: 471.0px; height: 546.0px;" /></a>
<div id="connlimits_comment_container" class="comment-container"></div></div>
<div class="section" id="setting-net-diagnostics(网络诊断)">
<span id="id13"></span><h2>网络诊断<a class="headerlink" href="#setting-net-diagnostics(网络诊断)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/网络诊断.png"><img alt="alternate text" class="align-center" src="_images/网络诊断.png" style="width: 510.0px; height: 248.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id14">
<h3>网络诊断<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>网络诊断</li>
</ul>
<div id="net-diagnostics_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-wol(局域网唤醒)">
<span id="id15"></span><h2>局域网唤醒<a class="headerlink" href="#setting-wol(局域网唤醒)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/局域网唤醒.png"><img alt="alternate text" class="align-center" src="_images/局域网唤醒.png" style="width: 924.0px; height: 206.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id16">
<h3>局域网唤醒<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>局域网唤醒</li>
</ul>
<div id="wol_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-hosts(连接主机)">
<span id="id17"></span><h2>连接主机<a class="headerlink" href="#setting-hosts(连接主机)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon1.png"><img alt="alternate text" class="align-center" src="_images/icon1.png" style="width: 115.0px; height: 111.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id18">
<h3>刷新时间<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/time.png"><img alt="alternate text" class="align-center" src="_images/time.png" style="width: 1063.0px; height: 64.0px;" /></a>
<p>设置数据刷新频率,默认10秒刷新一次。</p>
</div>
<div class="section" id="id19">
<h3>当前DHCP租约<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/dhcp.png"><img alt="alternate text" class="align-center" src="_images/dhcp.png" style="width: 1074.0px; height: 401.0px;" /></a>
</div>
<div class="section" id="id20">
<h3>已连接的无线主机<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/linked.png"><img alt="alternate text" class="align-center" src="_images/linked.png" style="width: 1064.0px; height: 130.0px;" /></a>
</div>
<div class="section" id="id21">
<h3>主机活动连接数<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/active.png"><img alt="alternate text" class="align-center" src="_images/active.png" style="width: 1063.0px; height: 274.0px;" /></a>
<div id="hosts_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="usb">
<h2>手机USB共享上网<a class="headerlink" href="#usb" title="Permalink to this headline">¶</a></h2>
<span class="target" id="setting-usb-tethering-modem(手机USB共享上网)"></span><a class="reference internal image-reference" href="_images/手机USB共享上网.png"><img alt="alternate text" class="align-center" src="_images/手机USB共享上网.png" style="width: 399.0px; height: 427.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id22">
<h3>手机USB共享上网<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>手机USB共享上网</li>
</ul>
<div id="usb-tethering-modem_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-bandwidth-usage(带宽使用图)">
<span id="id23"></span><h2>带宽使用图<a class="headerlink" href="#setting-bandwidth-usage(带宽使用图)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon2.png"><img alt="alternate text" class="align-center" src="_images/icon2.png" style="width: 135.0px; height: 109.0px;" /></a>
<span class="target" id="setting-bandwidth-usage(带宽使用图)"></span><p>带宽使用图用于展示一定时间频段内带宽的使用情况。本应用分为两部分:</p>
<div class="section" id="id24">
<h3>带宽曲线图<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/linecontrol.png"><img alt="alternate text" class="align-center" src="_images/linecontrol.png" style="width: 1079.0px; height: 186.0px;" /></a>
<span class="target" id="setting-bandwidth-usage(带宽使用图)"></span><a class="reference internal image-reference" href="_images/line.png"><img alt="alternate text" class="align-center" src="_images/line.png" style="width: 1162.0px; height: 919.0px;" /></a>
<span class="target" id="setting-bandwidth-usage(带宽使用图)"></span><p>曲线图分为全部带宽、上传、下载三个部分,用于标识不同的数据流向。</p>
<p>控件1用来设置曲线图的时间频段:</p>
<a class="reference internal image-reference" href="_images/control1.png"><img alt="alternate text" class="align-center" src="_images/control1.png" style="width: 928.0px; height: 47.0px;" /></a>
<span class="target" id="setting-bandwidth-usage(带宽使用图)"></span><p>控件2用于设置三条曲线显示与否,如果显示,显示那种类型的数据:</p>
<a class="reference internal image-reference" href="_images/control2.png"><img alt="alternate text" class="align-center" src="_images/control2.png" style="width: 1038.0px; height: 104.0px;" /></a>
<span class="target" id="setting-bandwidth-usage(带宽使用图)"></span></div>
<div class="section" id="id25">
<h3>带宽数据表<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/table.png"><img alt="alternate text" class="align-center" src="_images/table.png" style="width: 1211.0px; height: 903.0px;" /></a>
<div id="bandwidth-usage_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-vlan(交换机VLan)">
<span id="vlan"></span><h2>交换机VLan<a class="headerlink" href="#setting-vlan(交换机VLan)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/交换机VLan.png"><img alt="alternate text" class="align-center" src="_images/交换机VLan.png" style="width: 971.0px; height: 368.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id26">
<h3>交换机VLan<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>交换机VLan</li>
</ul>
<div id="vlan_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-speed-test(网速测试)">
<span id="id27"></span><h2>网速测试<a class="headerlink" href="#setting-speed-test(网速测试)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/网速测试.png"><img alt="alternate text" class="align-center" src="_images/网速测试.png" style="width: 880.0px; height: 888.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id28">
<h3>网速测试<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>网速测试</li>
</ul>
<div id="speed-test_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-adbyby-save(安全版Adbyby)">
<span id="adbyby"></span><h2>安全版Adbyby<a class="headerlink" href="#setting-adbyby-save(安全版Adbyby)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon3.png"><img alt="alternate text" class="align-center" src="_images/icon3.png" style="width: 142.0px; height: 103.0px;" /></a>
<p>Adbyby广告屏蔽大师可以全面过滤各种横幅、弹窗、视频广告,同时阻止跟踪、隐私窃取及各种恶意网站。</p>
<a class="reference internal image-reference" href="_images/安全版Adbyby.png"><img alt="alternate text" class="align-center" src="_images/安全版Adbyby.png" style="width: 256.0px; height: 104.0px;" /></a>
<span class="target" id="setting-adbyby-save(安全版Adbyby)"></span><p>通过点击 状态 标签后的开关按钮就可开启Adbyby。</p>
<div id="adbyby-save_comment_container" class="comment-container"></div></div>
<div class="section" id="setting-dns-cdn(DNS CDN 加速)">
<span id="dns-cdn"></span><h2>DNS CDN 加速<a class="headerlink" href="#setting-dns-cdn(DNS CDN 加速)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon4.png"><img alt="alternate text" class="align-center" src="_images/icon4.png" style="width: 160.0px; height: 112.0px;" /></a>
<span class="target" id="setting-dns-cdn(DNS CDN 加速)"></span><p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id29">
<h3>开启DNS CDN 加速<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/开启.png"><img alt="alternate text" class="align-center" src="_images/开启.png" style="width: 587.0px; height: 61.0px;" /></a>
<span class="target" id="setting-dns-cdn(DNS CDN 加速)"></span></div>
<div class="section" id="id30">
<h3>设置DNS CDN<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/设置.png"><img alt="alternate text" class="align-center" src="_images/设置.png" style="width: 664.0px; height: 302.0px;" /></a>
<div id="dns-cdn_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-bandwidth-distribution(带宽分布图)">
<span id="id31"></span><h2>带宽分布图<a class="headerlink" href="#setting-bandwidth-distribution(带宽分布图)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon5.png"><img alt="alternate text" class="align-center" src="_images/icon5.png" style="width: 127.0px; height: 119.0px;" /></a>
<span class="target" id="setting-bandwidth-distribution(带宽分布图)"></span><p>宽带分布图 应用,用于显示一定时间段内宽带数据的流向分布。
本应用分为两部分:</p>
<div class="section" id="id32">
<h3>饼状图<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/pie.png"><img alt="alternate text" class="align-center" src="_images/pie.png" style="width: 1106.0px; height: 908.0px;" /></a>
<span class="target" id="setting-bandwidth-distribution(带宽分布图)"></span><p>饼状图图例上方的控件可用于调整显示时间频段、时间段以及显示方式。
例如要查看11月11日整天的数据流量分布,可以这样设置控件:</p>
<a class="reference internal image-reference" href="_images/11-11.png"><img alt="alternate text" class="align-center" src="_images/11-11.png" style="width: 448.0px; height: 52.0px;" /></a>
<span class="target" id="setting-bandwidth-distribution(带宽分布图)"></span><p>要查看今天13:15-13:30这一刻钟内的流量分布情况,可以这样设置:</p>
<a class="reference internal image-reference" href="_images/13-15.png"><img alt="alternate text" class="align-center" src="_images/13-15.png" style="width: 414.0px; height: 48.0px;" /></a>
<span class="target" id="setting-bandwidth-distribution(带宽分布图)"></span><p>控件设置的变化,不仅会影响到饼状图,还会同时反映到数据表的显示。</p>
<p>点击图例中的主机列表可以对主机信息是否显示进行切换。</p>
</div>
<div class="section" id="id33">
<h3>数据表<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
<a class="reference internal image-reference" href="_images/table1.png"><img alt="alternate text" class="align-center" src="_images/table1.png" style="width: 1177.0px; height: 339.0px;" /></a>
<div id="bandwidth-distribution_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-mwan3(负载均衡)">
<span id="id34"></span><h2>负载均衡<a class="headerlink" href="#setting-mwan3(负载均衡)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/负载均衡.png"><img alt="alternate text" class="align-center" src="_images/负载均衡.png" style="width: 919.0px; height: 1657.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id35">
<h3>负载均衡<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>负载均衡</li>
</ul>
<div id="mwan3_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-conntrack(连接列表)">
<span id="id36"></span><h2>连接列表<a class="headerlink" href="#setting-conntrack(连接列表)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/icon6.png"><img alt="alternate text" class="align-center" src="_images/icon6.png" style="width: 95.0px; height: 106.0px;" /></a>
<span class="target" id="setting-conntrack(连接列表)"></span><p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<a class="reference internal image-reference" href="_images/连接列表.png"><img alt="alternate text" class="align-center" src="_images/连接列表.png" style="width: 921.0px; height: 563.0px;" /></a>
<div id="conntrack_comment_container" class="comment-container"></div></div>
<div class="section" id="setting-shadowsocks(Shadowsocks)">
<span id="shadowsocks"></span><h2>Shadowsocks<a class="headerlink" href="#setting-shadowsocks(Shadowsocks)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/Shadowsocks.png"><img alt="alternate text" class="align-center" src="_images/Shadowsocks.png" style="width: 977.0px; height: 1700.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id37">
<h3>Shadowsocks<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Shadowsocks</li>
</ul>
<div id="shadowsocks_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-openvpn(OpenVPN)">
<span id="openvpn"></span><h2>OpenVPN<a class="headerlink" href="#setting-openvpn(OpenVPN)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/OpenVPN.png"><img alt="alternate text" class="align-center" src="_images/OpenVPN.png" style="width: 910.0px; height: 1018.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id38">
<h3>OpenVPN<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>OpenVPN</li>
</ul>
<div id="openvpn_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-ping-watchdog(Ping守护)">
<span id="ping"></span><h2>Ping守护<a class="headerlink" href="#setting-ping-watchdog(Ping守护)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/Ping守护.png"><img alt="alternate text" class="align-center" src="_images/Ping守护.png" style="width: 560.0px; height: 380.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id39">
<h3>Ping守护<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Ping守护</li>
</ul>
<div id="ping-watchdog_comment_container" class="comment-container"></div></div>
</div>
<div class="section" id="setting-shadowvpn(ShadowVPN)">
<span id="shadowvpn"></span><h2>ShadowVPN<a class="headerlink" href="#setting-shadowvpn(ShadowVPN)" title="Permalink to this headline">¶</a></h2>
<a class="reference internal image-reference" href="_images/ShadowVPN.png"><img alt="alternate text" class="align-center" src="_images/ShadowVPN.png" style="width: 670.0px; height: 663.0px;" /></a>
<p>This chapter lists the backwards incompatible changes introduced in
Shellgui 2.0, and the steps that are needed for upgrading your code.</p>
<div class="section" id="id40">
<h3>ShadowVPN<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>ShadowVPN</li>
</ul>
<div id="shadowvpn_comment_container" class="comment-container"></div></div>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="防火墙.html" class="btn btn-neutral float-right" title="防火墙类应用" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="系统.html" class="btn btn-neutral" title="系统类应用" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2016, 涡轮派科技.
</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'master',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
<script type="text/javascript" src="_static/js/comments.js"></script>
</body>
</html>