This file is indexed.

/usr/share/debian-reference/ch05.zh-tw.html is in debian-reference-zh-tw 2.72.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>第 5 章 網絡設置</title>
    <link rel="stylesheet" type="text/css" href="debian-reference.css"/>
    <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="home" href="index.zh-tw.html" title="Debian 參考手冊"/>
    <link rel="up" href="index.zh-tw.html" title="Debian 參考手冊"/>
    <link rel="prev" href="ch04.zh-tw.html" title="第 4 章 認證"/>
    <link rel="next" href="ch06.zh-tw.html" title="第 6 章 網路應用"/>
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">第 5 章 網絡設置</th>
        </tr>
        <tr>
          <td align="left"><a accesskey="p" href="ch04.zh-tw.html"><img src="images/prev.png" alt="上一页"/></a> </td>
          <th width="60%" align="center"> </th>
          <td align="right"> <a accesskey="n" href="ch06.zh-tw.html"><img src="images/next.png" alt="下一页"/></a></td>
        </tr>
      </table>
      <hr/>
    </div>
    <div class="chapter">
      <div class="titlepage">
        <div>
          <div>
            <h1 class="title"><a id="_network_setup"/>第 5 章 網絡設置</h1>
          </div>
        </div>
      </div>
      <div class="toc">
        <p>
          <strong>目录</strong>
        </p>
        <dl class="toc">
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_basic_network_infrastructure">5.1. 基本網絡架構</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_hostname_resolution">5.1.1. 主機名解析</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_network_interface_name">5.1.2. 網路介面名稱</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_network_address_range_for_the_lan">5.1.3. 區域網網路地址範圍</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_network_device_support">5.1.4. 網路裝置支援</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_modern_network_configuration_for_desktop">5.2. 現代的桌面網路配置</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_gui_network_configuration_tools">5.2.1. 圖形介面的網路配置工具</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_modern_network_configuration_without_gui">5.3. The modern network configuration without GUI</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_legacy_network_connection_and_configuration">5.4. 傳統的網路連線和配置</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_network_connection_method_legacy">5.5. 網路連線方式(傳統)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_dhcp_connection_with_the_ethernet">5.5.1. 乙太網 DHCP 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_static_ip_connection_with_the_ethernet">5.5.2. 乙太網靜態 IP 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_ppp_connection_with_pppconfig">5.5.3. 使用 pppconfig 的 PPP 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_alternative_ppp_connection_with_wvdialconf">5.5.4. 使用  wvdialconf 的另一種可選的 PPP 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_pppoe_connection_with_pppoeconf">5.5.5. 使用 pppoeconf  的 PPPoE 乙太網連線</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_basic_network_configuration_with_ifupdown_legacy">5.6. 使用 ifupdown 進行基本網路配置(舊)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_command_syntax_simplified">5.6.1. 簡單的命令語法</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_basic_syntax_of_etc_network_interfaces">5.6.2. "/etc/network/interfaces" 基本語法</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_loopback_network_interface">5.6.3. 迴環網路介面</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_network_interface_served_by_the_dhcp">5.6.4. 使用 DHCP 的網路介面</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_network_interface_with_the_static_ip">5.6.5. 使用靜態 IP 地址的網路介面</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_basics_of_wireless_lan_interface">5.6.6. 無線區域網介面基礎</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_wireless_lan_interface_with_wpa_wpa2">5.6.7. 使用 WPA/WPA2 的無線區域網介面</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_wireless_lan_interface_with_wep">5.6.8. 使用 WEP 的無線區域網介面</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_ppp_connection">5.6.9. PPP 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_alternative_ppp_connection">5.6.10. 另一種 PPP 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_pppoe_connection">5.6.11. PPPoE 連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_network_configuration_state_of_ifupdown">5.6.12. ifupdown 網路配置狀態</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_basic_network_reconfiguration">5.6.13. 網路重新配置基礎</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_ifupdown_extra_package">5.6.14. ifupdown-extra 包</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_advanced_network_configuration_with_ifupdown_legacy">5.7. 使用 ifupdown 的高階網路配置(舊)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_ifplugd_package">5.7.1. ifplugd 軟體包</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_ifmetric_package">5.7.2. ifmetric 軟體包</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_virtual_interface">5.7.3. 虛擬介面</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_advanced_command_syntax">5.7.4. 高階命令語法</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_mapping_stanza">5.7.5. 對映節 mapping stanza</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_the_manually_switchable_network_configuration">5.7.6. 手動的可切換網路配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_scripting_with_the_ifupdown_system">5.7.7. ifupdown 系統的指令碼</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_mapping_with_guessnet">5.7.8. guessnet Mapping 對映</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_the_low_level_network_configuration">5.8. 底層網路配置</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_iproute2_commands">5.8.1. Iproute2 命令</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_safe_low_level_network_operations">5.8.2. 安全的底層網路操作</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_network_optimization">5.9. 網路優化</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_finding_optimal_mtu">5.9.1. 找出最佳 MTU</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_setting_mtu">5.9.2. 設定 MTU</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch05.zh-tw.html#_wan_tcp_optimization">5.9.3. WAN TCP 優化</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch05.zh-tw.html#_netfilter_infrastructure">5.10. Netfilter 網路過濾框架</a>
            </span>
          </dt>
        </dl>
      </div>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[提示]" src="images/tip.png"/>
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>關於GNU/Linux網絡的通用手冊,請查看<a class="ulink" href="http://www.tldp.org/LDP/nag2/">Linux
網絡管理員手冊</a></p>
            </td>
          </tr>
        </table>
      </div>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[提示]" src="images/tip.png"/>
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>關於Debian專屬的網絡手冊,請查看<a class="ulink" href="https://www.debian.org/doc/manuals/debian-handbook/sect.network-config">Debian管理員手冊—網絡配置</a></p>
            </td>
          </tr>
        </table>
      </div>
      <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Warning">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[警告]" src="images/warning.png"/>
            </td>
            <th align="left">警告</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>為代替使用傳統的網路介面名稱的方案 ("<code class="literal">eth0</code>", "<code class="literal">eth1</code>",
"<code class="literal">wlan0</code>", …), 新的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Systemd">systemd</a>
使用"<code class="literal">enp0s25</code>" 之類的 "<a class="ulink" href="https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/">可預測網路介面名稱</a>".</p>
            </td>
          </tr>
        </table>
      </div>
      <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Warning">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[警告]" src="images/warning.png"/>
            </td>
            <th align="left">警告</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>本章是基於 2013 年發佈的 Debian 7.0 (<code class="literal">Wheezy</code>) 編寫的,所以其內容正在變得過時。</p>
            </td>
          </tr>
        </table>
      </div>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[提示]" src="images/tip.png"/>
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>儘管本文件仍使用舊的
<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span>
以 IPv4 做為其網路組態的範例,Debian 正移動至
<span class="citerefentry"><span class="refentrytitle">ip</span>(8)</span><code class="literal">wheezy</code> 釋出中使用 IPv4+IPv6。歡迎對本文件的昇級補丁。</p>
            </td>
          </tr>
        </table>
      </div>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[提示]" src="images/tip.png"/>
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Systemd">systemd</a>環境下,可以用<a class="ulink" href="https://zh.wikipedia.org/wiki/Systemd#networkd">networkd</a>來配置網絡。請參考<span class="citerefentry"><span class="refentrytitle">systemd-networkd</span>(8)</span></p>
            </td>
          </tr>
        </table>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_basic_network_infrastructure"/>5.1. 基本網絡架構</h2>
            </div>
          </div>
        </div>
        <p>讓我們來回顧一下現代Debian操作系統中的基本網絡架構。</p>
        <div class="table">
          <a id="listofnetworkconfigurationtools"/>
          <p class="title">
            <strong>表 5.1. 網絡配置工具一覽表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網絡配置工具一覽表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    類型
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifupdown">
<code class="literal">ifupdown</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifupdown">V:581, I:994</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifupdown.html">203</a>
                  </td>
                  <td style="text-align: left">
    配置::ifupdown
    </td>
                  <td style="text-align: left">
    用來啓動/關閉網絡的標準工具(Debian特有)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifplugd">
<code class="literal">ifplugd</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifplugd">V:4, I:20</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifplugd.html">214</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    自動管理有線網絡
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifupdown-extra">
<code class="literal">ifupdown-extra</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifupdown-extra">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifupdown-extra.html">100</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    網絡測試腳本,加強"<code class="literal">ifupdown</code>"軟件包的功能
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifmetric">
<code class="literal">ifmetric</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifmetric">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifmetric.html">36</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    設置網絡接口的路由度量
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/guessnet">
<code class="literal">guessnet</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=guessnet">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/g/guessnet.html">422</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    腳本文件,利用"<code class="literal">/etc/network/interfaces</code>"文件來加強"<code class="literal">ifupdown</code>"的功能
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifscheme">
<code class="literal">ifscheme</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifscheme">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifscheme.html">58</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    映射腳本文件,增強"<code class="literal">ifupdown</code>"軟件包的功能
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/network-manager">
<code class="literal">network-manager</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=network-manager">V:376, I:481</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/network-manager.html">10583</a>
                  </td>
                  <td style="text-align: left">
    配置::NM
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/NetworkManager">NetworkManager</a>(守衛進程):自動管理網絡
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/network-manager-gnome">
<code class="literal">network-manager-gnome</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=network-manager-gnome">V:182, I:419</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/network-manager-gnome.html">5831</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/NetworkManager">NetworkManager</a>(GNOME前端)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wicd"> <code class="literal">wicd</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wicd">I:33</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wicd.html">35</a>
                  </td>
                  <td style="text-align: left">
    配置::wicd
    </td>
                  <td style="text-align: left">
    有線和無線網絡管理器(元軟件包)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wicd-cli">
<code class="literal">wicd-cli</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wicd-cli">V:0, I:2</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wicd-cli.html">59</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    有線和無線網絡管理器(命令行客戶端)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wicd-curses">
<code class="literal">wicd-curses</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wicd-curses">V:1, I:4</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wicd-curses.html">175</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    有線和無線網絡管理器(文本界面客戶端)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wicd-daemon">
<code class="literal">wicd-daemon</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wicd-daemon">V:28, I:37</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wicd-daemon.html">954</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    有線和無線網絡管理器(守護進程)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wicd-gtk">
<code class="literal">wicd-gtk</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wicd-gtk">V:22, I:34</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wicd-gtk.html">574</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    有線和無線網絡管理器(GTK+客戶端)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iptables">
<code class="literal">iptables</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iptables">V:256, I:995</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iptables.html">1543</a>
                  </td>
                  <td style="text-align: left">
    配置::Netfilter
    </td>
                  <td style="text-align: left">
    封包過濾和網絡地址轉換管理工具(<a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">Netfilter</a></td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iproute2">
<code class="literal">iproute2</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iproute2">V:587, I:819</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iproute2.html">2057</a>
                  </td>
                  <td style="text-align: left">
    配置::iproute2
    </td>
                  <td style="text-align: left"><a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">iproute2</a>,
IPv6和其他高級網絡配置:<span class="citerefentry"><span class="refentrytitle">ip</span>(8)</span>,<span class="citerefentry"><span class="refentrytitle">tc</span>(8)</span>等等
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifrename">
<code class="literal">ifrename</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifrename">V:0, I:2</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifrename.html">122</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    根據不同的靜態標準來重命名網絡接口:<span class="citerefentry"><span class="refentrytitle">ifrename</span>(8)</span>
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ethtool">
<code class="literal">ethtool</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ethtool">V:109, I:260</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/ethtool.html">375</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    顯示或更改以太網設備的設定
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iputils-ping">
<code class="literal">iputils-ping</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iputils-ping">V:253, I:997</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iputils-ping.html">111</a>
                  </td>
                  <td style="text-align: left">
    測試::iproute2
    </td>
                  <td style="text-align: left">
    測試能否連接遠程主機,通過<a class="ulink" href="https://zh.wikipedia.org/wiki/Hostname">主機名</a><a class="ulink" href="https://zh.wikipedia.org/wiki/IP_address">IP
地址</a><a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">iproute2</a></td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iputils-arping">
<code class="literal">iputils-arping</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iputils-arping">V:40, I:441</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iputils-arping.html">58</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    測試能否連接遠程主機,通過<a class="ulink" href="https://zh.wikipedia.org/wiki/Address_Resolution_Protocol">ARP</a>地址
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iputils-tracepath">
<code class="literal">iputils-tracepath</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iputils-tracepath">V:8, I:148</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iputils-tracepath.html">75</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    跟蹤訪問遠程主機的路徑
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/net-tools">
<code class="literal">net-tools</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=net-tools">V:333, I:810</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/net-tools.html">932</a>
                  </td>
                  <td style="text-align: left">
    配置::net-tools
    </td>
                  <td style="text-align: left">
    NET-3網絡工具箱(<a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/net-tools">net-tools</a>,IPv4網絡配置):<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span>等等。
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/inetutils-ping">
<code class="literal">inetutils-ping</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=inetutils-ping">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/inetutils-ping.html">336</a>
                  </td>
                  <td style="text-align: left">
    測試::net-tools
    </td>
                  <td style="text-align: left">
    測試能否連接遠程主機,通過<a class="ulink" href="https://zh.wikipedia.org/wiki/Hostname">hostname</a><a class="ulink" href="https://zh.wikipedia.org/wiki/IP_address">IP 地址</a>(傳統方式,GNU)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/arping">
<code class="literal">arping</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=arping">V:2, I:27</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/a/arping.html">72</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    測試能否連接遠程主機,通過<a class="ulink" href="https://zh.wikipedia.org/wiki/Address_Resolution_Protocol">ARP</a>地址(傳統方法)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/traceroute">
<code class="literal">traceroute</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=traceroute">V:67, I:975</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/traceroute.html">154</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    跟蹤連接遠程主機的路徑(傳統方法,控制檯)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/isc-dhcp-client">
<code class="literal">isc-dhcp-client</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=isc-dhcp-client">V:278, I:969</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/isc-dhcp-client.html">649</a>
                  </td>
                  <td style="text-align: left">
    配置::底層
    </td>
                  <td style="text-align: left">
    DHCP客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wpasupplicant">
<code class="literal">wpasupplicant</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wpasupplicant">V:309, I:551</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wpasupplicant.html">2668</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    WPA和WPA2客戶端支持(IEEE 802.11i)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wpagui">
<code class="literal">wpagui</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wpagui">V:0, I:3</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wpagui.html">762</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    wpa_supplicant Qt 圖形界面客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wireless-tools">
<code class="literal">wireless-tools</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wireless-tools">V:171, I:281</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wireless-tools.html">286</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    操控Linux無線擴展的工具
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ppp"> <code class="literal">ppp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ppp">V:200, I:522</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/ppp.html">940</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    使用<code class="literal">chat</code>連接PPP/PPPoE
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/pppoeconf">
<code class="literal">pppoeconf</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=pppoeconf">V:0, I:10</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/pppoeconf.html">290</a>
                  </td>
                  <td style="text-align: left">
    配置::輔助
    </td>
                  <td style="text-align: left">
    配置助手,以便於使用PPPoE連接
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/pppconfig">
<code class="literal">pppconfig</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=pppconfig">V:1, I:3</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/pppconfig.html">805</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    配置助手,以便於使用<code class="literal">chat</code>連接PPP
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wvdial">
<code class="literal">wvdial</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wvdial">V:0, I:7</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wvdial.html">276</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    配置助手,以便於使用<code class="literal">wvdial</code><code class="literal">ppp</code>連接PPP
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mtr-tiny">
<code class="literal">mtr-tiny</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mtr-tiny">V:6, I:56</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mtr-tiny.html">140</a>
                  </td>
                  <td style="text-align: left">
    測試::底層
    </td>
                  <td style="text-align: left">
    追蹤連接遠程主機的路徑(文本界面)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mtr"> <code class="literal">mtr</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mtr">V:5, I:40</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mtr.html">190</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    追蹤連接遠程主機的路徑(文本界面和GTK+界面)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/gnome-nettool">
<code class="literal">gnome-nettool</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=gnome-nettool">V:5, I:138</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/g/gnome-nettool.html">2101</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    獲取常見網絡信息的工具(GNOME)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/nmap"> <code class="literal">nmap</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=nmap">V:39, I:327</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/nmap.html">4673</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    網絡映射/端口掃描(<a class="ulink" href="https://zh.wikipedia.org/wiki/Nmap">Nmap</a>,控制檯)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/zenmap">
<code class="literal">zenmap</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=zenmap">V:4, I:12</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/z/zenmap.html">2929</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    網絡映射/端口掃描(GTK+)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/tcpdump">
<code class="literal">tcpdump</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=tcpdump">V:21, I:197</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/tcpdump.html">1192</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    網絡流量分析(<a class="ulink" href="https://zh.wikipedia.org/wiki/Tcpdump">Tcpdump</a>,控制檯)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wireshark">
<code class="literal">wireshark</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wireshark">I:63</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wireshark.html">67</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    網絡流量分析(<a class="ulink" href="https://zh.wikipedia.org/wiki/Wireshark">Wireshark</a>,GTK+)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/tshark">
<code class="literal">tshark</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=tshark">V:3, I:36</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/tshark.html">383</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    網絡流量分析(控制檯)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/tcptrace">
<code class="literal">tcptrace</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=tcptrace">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/tcptrace.html">392</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    根據<code class="literal">tcpdump</code>的輸出生成的連接數據統計
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/snort"> <code class="literal">snort</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=snort">V:1, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/snort.html">1920</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    靈活的網絡入侵偵測系統(<a class="ulink" href="https://zh.wikipedia.org/wiki/Snort_(software)">Snort</a></td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ntopng">
<code class="literal">ntopng</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ntopng">V:1, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/ntopng.html">1343</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    在網頁瀏覽器中展示網絡流量
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/dnsutils">
<code class="literal">dnsutils</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=dnsutils">V:80, I:784</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/d/dnsutils.html">489</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/BIND">BIND</a>軟件包提供的網絡客戶端程序:<span class="citerefentry"><span class="refentrytitle">nslookup</span>(8)</span>,<span class="citerefentry"><span class="refentrytitle">nsupdate</span>(8)</span>,<span class="citerefentry"><span class="refentrytitle">dig</span>(8)</span>
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/dlint"> <code class="literal">dlint</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=dlint">V:0, I:15</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/d/dlint.html">96</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    利用域名服務器查詢來查看<a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a>域信息
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/dnstracer">
<code class="literal">dnstracer</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=dnstracer">V:0, I:2</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/d/dnstracer.html">56</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    跟蹤<a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a>查詢直至源頭
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_hostname_resolution"/>5.1.1. 主機名解析</h3>
              </div>
            </div>
          </div>
          <p>主機名解析,目前也是由 <a class="ulink" href="https://zh.wikipedia.org/wiki/Name_Service_Switch">NSS (名字服務轉換 Name Service
Switch)</a> 機制來支援。這個解析的流程如下。</p>
          <div class="orderedlist">
            <ol class="orderedlist">
              <li class="listitem">
                <p>
"<code class="literal">/etc/nsswitch.conf</code>" 檔案裡的 "<code class="literal">hosts: files
dns</code>" 這段規定主機名解析順序。 (代替 "<code class="literal">/etc/host.conf</code>"
檔案裡的"<code class="literal">order</code>" 這段原有的功能。)
</p>
              </li>
              <li class="listitem">
                <p>
<code class="literal">files</code> 方式首先被呼叫。如果主機名在 "<code class="literal">/etc/hosts</code>"
檔案裡面發現,則返回所有有效地址並退出。 ( "<code class="literal">/etc/host.conf</code>" 檔案包含
"<code class="literal">multi on</code>".)
</p>
              </li>
              <li class="listitem">
                <p>
<code class="literal">dns</code> 方式被呼叫。如果主機名通過查詢 "<code class="literal">/etc/resolv.conf</code>"
檔案裡面寫的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">網際網路域名系統 Domain Name
System (DNS)</a> 來找到,則返回所有有效地址並退出。
</p>
              </li>
            </ol>
          </div>
          <p>例如, "<code class="literal">/etc/hosts</code>" 看起來如下。</p>
          <pre class="screen">127.0.0.1 localhost
127.0.1.1 &lt;host_name&gt;

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts</pre>
          <p>每一行由 <a class="ulink" href="https://zh.wikipedia.org/wiki/IP_address">IP 地址</a> 開始,接下來是相關聯的<a class="ulink" href="https://zh.wikipedia.org/wiki/Hostname">主機名</a>.</p>
          <p>在這個例子的第二行 <code class="literal">127.0.1.1</code> IP 地址也許不會在其它類 Unix 系統發現。<a class="ulink" href="https://zh.wikipedia.org/wiki/Debian-Installer">Debian Installer</a> 為沒有永久 IP
地址的系統建立這個條目,作為某些軟體(如 GNOME)的一個變通方法,見文件 <a class="ulink" href="http://bugs.debian.org/719621">bug
#719621</a>.</p>
          <p>&lt;host_name&gt; 匹配在"<code class="literal">/etc/hostname</code>"裡定義的主機名。</p>
          <p>對於有永久 IP 地址的系統,這個永久 IP 地址應當代替這裡的 <code class="literal">127.0.1.1</code></p>
          <p>對於有永久 IP 地址和有 <a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">域名系統 Domain Name System
(DNS)</a>提供<a class="ulink" href="https://zh.wikipedia.org/wiki/FQDN">完全資格域名 fully
qualified domain name (FQDN)</a> 的系統,規範名
&lt;host_name&gt;.&lt;domain_name&gt; 應當被用來代替 &lt;host_name&gt;.</p>
          <p>如果 <code class="literal">resolvconf</code>
軟體包沒有安裝,"<code class="literal">/etc/resolv.conf</code>"
是一個靜態檔案。如果安裝了,它是一個符號連結。此外,它包含有解析策略的初始化資訊。如 DNS 是
IP="<code class="literal">192.168.11.1</code>",則包含如下。</p>
          <pre class="screen">nameserver 192.168.11.1</pre>
          <p><code class="literal">resolvconf</code> 軟體包使這個 "<code class="literal">/etc/resolv.conf</code>"
檔案成為一個符號連結,並通過鉤子指令碼自動管理其內容。</p>
          <p>對於典型 adhoc 區域網環境下的 PC 工作站,除了基本的 <code class="literal">files</code><code class="literal">dns</code> 方式之外,主機名還能夠通過組播 DNS (mDNS, <a class="ulink" href="https://zh.wikipedia.org/wiki/Zeroconf">零配置網路 Zeroconf</a>)進行解析。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Avahi_(software)">Avahi</a> 提供 Debian 下的組播 DNS 發現框架。
</p>
              </li>
              <li class="listitem">
                <p>
它和 <a class="ulink" href="https://zh.wikipedia.org/wiki/Bonjour">Apple Bonjour / Apple
Rendezvous</a> 相當.
</p>
              </li>
              <li class="listitem">
                <p>
<code class="literal">libnss-mdns</code> 外掛包提供 mDNS 的主機名解析,GNU C 庫 (glibc)的 GNU 名字服務轉換
Name Service Switch (NSS) 功能支援 mDNS。
</p>
              </li>
              <li class="listitem">
                <p>
"<code class="literal">/etc/nsswitch.conf</code>" 檔案應當有像 "<code class="literal">hosts: files
mdns4_minimal [NOTFOUND=return] dns mdns4</code>" 這樣的一段.
</p>
              </li>
              <li class="listitem">
                <p>
<a class="ulink" href="https://zh.wikipedia.org/wiki/.local">".local"</a>結尾的主機名,使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Pseudo-top-level_domain">pseudo-top-level domain</a> (TLD) 來解析.
</p>
              </li>
              <li class="listitem">
                <p>
mDNS IPv4 本地連線組播地址 "<code class="literal">224.0.0.251</code>" 或它相應的 IPv6 地址
"<code class="literal">FF02::FB</code>" 被用來作為 "<code class="literal">.local</code>" 結尾名字的 DNS
查詢。
</p>
              </li>
            </ul>
          </div>
          <p>較老的 Windows 系統安裝 <code class="literal">winbind</code> 軟體包來提供舊的 <a class="ulink" href="https://zh.wikipedia.org/wiki/NetBIOS_over_TCP/IP">NETBios over TCP/IP</a>
主機名解析。為啟用這個功能,"<code class="literal">/etc/nsswitch.conf</code>" 檔案應當有這樣的一段:
"<code class="literal">hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
wins</code>"。 (現代 Windows 系統通常使用 <code class="literal">dns</code> 方式來進行主機名解析。)</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">域名系統 Domain Name System</a> 中的<a class="ulink" href="http://newgtlds.icann.org/en/program-status/delegated-strings">擴充套件通用頂級域名 expansion of generic
Top-Level Domains (gTLD)</a> 還在進行中。在區域網內,選擇一個域名時,請提防<a class="ulink" href="http://icannwiki.com/Name_Collision">名字衝突 name collision</a></p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_network_interface_name"/>5.1.2. 網路介面名稱</h3>
              </div>
            </div>
          </div>
          <p>網路介面名稱,比如說 <code class="literal">eth0</code>, 是在 Linux
核心裡分配給每一個硬體的,當這個硬體被核心發現的時候,通過使用者層的配置機制<code class="literal">udev</code> (參見 <a class="xref" href="ch03.zh-tw.html#_the_udev_system" title="3.3. udev 系統">第 3.3 节 “udev 系統”</a>)來分配.網絡卡介面名稱也就是
<span class="citerefentry"><span class="refentrytitle">ifup</span>(8)</span><span class="citerefentry"><span class="refentrytitle">interfaces</span>(5)</span>裡的
<span class="strong"><strong>physical interface</strong></span></p>
          <p>為了保證每個網路介面名稱在每次重啟後一致,會用到 <a class="ulink" href="https://zh.wikipedia.org/wiki/MAC_address">MAC 地址</a>
等,有一個規則檔案"<code class="literal">/etc/udev/rules.d/70-persistent-net.rules</code>".
這個檔案是由"<code class="literal">/lib/udev/write_net_rules</code>" 程式自動生成,是由
"<code class="literal">persistent-net-generator.rules</code>"
規則檔案來執行. 你可以修改該檔案來改變命名規則。</p>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>當編輯 "<code class="literal">/etc/udev/rules.d/70-persistent-net.rules</code>"
規則檔案時,你必須保持每條規則在單獨的一行中,並且 <a class="ulink" href="https://zh.wikipedia.org/wiki/MAC_address">MAC 地址</a>
要小寫。比如說,如果你發現"FireWire device" 和"PCI device" 在這個檔案中,你也許想命名"PCI device" 作為
<code class="literal">eth0</code>,並配置它為首要網路介面。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_network_address_range_for_the_lan"/>5.1.3. 區域網網路地址範圍</h3>
              </div>
            </div>
          </div>
          <p>讓我們重新提醒下在 <a class="ulink" href="http://tools.ietf.org/html/rfc1918">rfc1918</a> 裡規定的<a class="ulink" href="https://zh.wikipedia.org/wiki/Local_area_network">區域網 local area networks (LANs)</a>IPv4 32
位地址在各類地址的保留範圍.  這些地址保證不會與因特網上專有的地址衝突。</p>
          <div class="table">
            <a id="listofnetworkaddressranges"/>
            <p class="title">
              <strong>表 5.2. 網路地址範圍列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="網路地址範圍列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    類別
    </th>
                    <th style="text-align: left">
    網路地址
    </th>
                    <th style="text-align: left">
    子網掩碼
    </th>
                    <th style="text-align: left">
    子網掩碼/位數
    </th>
                    <th style="text-align: left">
    # 子網數
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    A
    </td>
                    <td style="text-align: left">
    10.x.x.x
    </td>
                    <td style="text-align: left">
    255.0.0.0
    </td>
                    <td style="text-align: left">
    /8
    </td>
                    <td style="text-align: left">
    1
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    B
    </td>
                    <td style="text-align: left">
    172.16.x.x — 172.31.x.x
    </td>
                    <td style="text-align: left">
    255.255.0.0
    </td>
                    <td style="text-align: left">
    /16
    </td>
                    <td style="text-align: left">
    16
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    C
    </td>
                    <td style="text-align: left">
    192.168.0.x — 192.168.255.x
    </td>
                    <td style="text-align: left">
    255.255.255.0
    </td>
                    <td style="text-align: left">
    /24
    </td>
                    <td style="text-align: left">
    256
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果這些地址分配到一個主機,那麼這個主機一定不能夠直接訪問網際網路,必須通過一個作為閘道器的代理服務或通過 <a class="ulink" href="https://zh.wikipedia.org/wiki/Network_address_translation">網路地址轉換 Network Address Translation
(NAT)</a>.  消費區域網環境,寬頻路由器通常使用 NAT。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_network_device_support"/>5.1.4. 網路裝置支援</h3>
              </div>
            </div>
          </div>
          <p>儘管 Debian 系統支援大多數硬體裝置,但依舊有一些網路裝置需要 <a class="ulink" href="https://www.debian.org/social_contract#guidelines">DFSG</a> non-free
韌體來支援它們。參見 <a class="xref" href="ch09.zh-tw.html#_hardware_drivers_and_firmware" title="9.9.6. 硬體驅動和韌體">第 9.9.6 节 “硬體驅動和韌體”</a></p>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_modern_network_configuration_for_desktop"/>5.2. 現代的桌面網路配置</h2>
            </div>
          </div>
        </div>
        <p>Network interfaces are typically initialized in
"<code class="literal">networking.service</code>" for the <code class="literal">lo</code>
interface and "<code class="literal">NetworkManager.service</code>" for other
interfaces on modern Debian desktop system under <code class="literal">systemd</code>.</p>
        <p>Debian <code class="literal">squeeze</code> 和新的發行版都可以通過<a class="ulink" href="https://zh.wikipedia.org/wiki/Daemon_(computer_software)">後臺守護程序(daemon)</a>管理軟體來管理網路連線,例如 <a class="ulink" href="https://zh.wikipedia.org/wiki/NetworkManager">NetworkManager (NM)</a>(network-manager
和相關軟體包)或 <a class="ulink" href="https://zh.wikipedia.org/wiki/Wicd_(Linux_Network_Manager)">Wicd</a>(wicd 和相關軟體包)。</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
它們有自己的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Graphical_user_interface">GUI</a> 和命令列程式來作為使用者介面。
</p>
            </li>
            <li class="listitem">
              <p>
它們有自己的<a class="ulink" href="https://zh.wikipedia.org/wiki/Daemon_(computer_software)">後臺守護程序(daemon)</a>作為它們的系統後端。
</p>
            </li>
            <li class="listitem">
              <p>
它們使你可以簡單地將系統連線到網路。
</p>
            </li>
            <li class="listitem">
              <p>
它們使你可以簡單地管理有線和無線網路的配置。
</p>
            </li>
            <li class="listitem">
              <p>
它們允許你配置網路而不依賴傳統的 <code class="literal">ifupdown</code> 軟體包。
</p>
            </li>
          </ul>
        </div>
        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[注意]" src="images/note.png"/>
              </td>
              <th align="left">注意</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>不要在伺服器上使用這些自動網路配置工具。它們主要針對於膝上型電腦上的移動桌面使用者。</p>
              </td>
            </tr>
          </table>
        </div>
        <p>這些現代的網路配置工具需要進行適當的配置,以避免與傳統 <code class="literal">ifupdown</code> 軟體包發生衝突,它的配置檔案位於
“<code class="literal">/etc/network/interfaces</code>”。</p>
        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[注意]" src="images/note.png"/>
              </td>
              <th align="left">注意</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>這些自動網路配置工具的一些功能可能會帶來令人煩擾的問題。它們不像傳統的 <code class="literal">ifupdown</code> 軟體包那樣健壯。檢查
<a class="ulink" href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=network-manager">network-manager 的 BTS</a><a class="ulink" href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=wicd">wicd 的 BTS</a>,來檢視當前的問題和限制。</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_gui_network_configuration_tools"/>5.2.1. 圖形介面的網路配置工具</h3>
              </div>
            </div>
          </div>
          <p>Debian 系統 NM 和 Wicd 的官方文件分別位於
“<code class="literal">/usr/share/doc/network-manager/README.Debian</code>” 和
“<code class="literal">/usr/share/doc/wicd/README.Debian</code>”。</p>
          <p>本質上,如下操作即可完成桌面的網路配置。</p>
          <div class="orderedlist">
            <ol class="orderedlist">
              <li class="listitem">
                <p>
通過下列命令使桌面使用者 <code class="literal">foo</code> 歸屬 “<code class="literal">netdev</code>” 組(另外,例如
GNOME 和 KDE 這樣的現代桌面環境會通過 <a class="ulink" href="https://zh.wikipedia.org/wiki/D-Bus">D-bus</a> 自動完成該操作)。
</p>
                <pre class="screen">$ sudo adduser foo netdev</pre>
              </li>
              <li class="listitem">
                <p>
使 “<code class="literal">/etc/network/interfaces</code>” 的配置保持下面那樣簡潔。
</p>
                <pre class="screen">auto lo
iface lo inet loopback</pre>
              </li>
              <li class="listitem">
                <p>
通過下列命令重新啟動 NM 或 Wicd。
</p>
                <pre class="screen">$ sudo /etc/init.d/network-manager restart</pre>
                <pre class="screen">$ sudo /etc/init.d/wicd restart</pre>
              </li>
              <li class="listitem">
                <p>
通過圖形介面配置網路。
</p>
              </li>
            </ol>
          </div>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>只有<span class="strong"><strong></strong></span>列在
“<code class="literal">/etc/network/interfaces</code>” 中的介面會被 NM 或 Wicd 管理,以避免與
<code class="literal">ifupdown</code> 的衝突。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果你想擴充套件 NM 的網路配置功能,請尋找適當的外掛模組和補充軟體包,例如
<code class="literal">network-manager-openconnect</code><code class="literal">
network-manager-openvpn-gnome</code><code class="literal">network-manager-pptp-gnome</code><code class="literal">mobile-broadband-provider-info</code><code class="literal">gnome-bluetooth</code>
等等。這同樣適用於 Wicd。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>這些自動網路配置工具可能無法相容 “<code class="literal">/etc/network/interfaces</code>” 中傳統的
<code class="literal">ifupdown</code> 的深奧配置,例如 <a class="xref" href="ch05.zh-tw.html#_the_basic_network_configuration_with_ifupdown_legacy" title="5.6. 使用 ifupdown 進行基本網路配置(舊)">第 5.6 节 “使用 ifupdown 進行基本網路配置(舊)”</a><a class="xref" href="ch05.zh-tw.html#_the_advanced_network_configuration_with_ifupdown_legacy" title="5.7. 使用 ifupdown 的高階網路配置(舊)">第 5.7 节 “使用 ifupdown 的高階網路配置(舊)”</a>
中的那些配置。檢查 <a class="ulink" href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=network-manager">network-manager 的 BTS</a><a class="ulink" href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=wicd">wicd 的 BTS</a> 來檢視當前的問題和限制。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_modern_network_configuration_without_gui"/>5.3. The modern network configuration without GUI</h2>
            </div>
          </div>
        </div>
        <p>使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Systemd">systemd</a> 的系統中,可以在
<code class="literal">/etc/systemd/network/</code> 裡配置網路。參見
<span class="citerefentry"><span class="refentrytitle">systemd-resolved</span>(8)</span><span class="citerefentry"><span class="refentrytitle">resolved.conf</span>(5)</span><span class="citerefentry"><span class="refentrytitle">systemd-networkd</span>(8)</span></p>
        <p>This allows the modern network configuration without GUI.</p>
        <p>A DHCP client configuration can be set up by creating
"<code class="literal">/etc/systemd/network/dhcp.network</code>".  E.g.:</p>
        <pre class="screen">[Match]
Name=en*

[Network]
DHCP=yes</pre>
        <p>A static network configuration can be set up by creating
"<code class="literal">/etc/systemd/network/static.network</code>".  E.g.:</p>
        <pre class="screen">[Match]
Name=en*

[Network]
Address=192.168.0.15/24
Gateway=192.168.0.1</pre>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_legacy_network_connection_and_configuration"/>5.4. 傳統的網路連線和配置</h2>
            </div>
          </div>
        </div>
        <p>如果 <a class="xref" href="ch05.zh-tw.html#_the_modern_network_configuration_for_desktop" title="5.2. 現代的桌面網路配置">第 5.2 节 “現代的桌面網路配置”</a>
中描述的方法無法滿足你的需要,那你應該使用結合了許多普通工具的傳統網路連線和配置方法。</p>
        <p>傳統網路連線的每個方法都是特定的(參見 <a class="xref" href="ch05.zh-tw.html#_the_network_connection_method_legacy" title="5.5. 網路連線方式(傳統)">第 5.5 节 “網路連線方式(傳統)”</a>)。</p>
        <p>用於 Linux 底層網路配置的程式有兩種型別(參見 <a class="xref" href="ch05.zh-tw.html#_iproute2_commands" title="5.8.1. Iproute2 命令">第 5.8.1 节 “Iproute2 命令”</a>)。</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
來自 Linux NET-3 網路系統的舊 <a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/net-tools">net-tools</a>
程式(<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span>……)。它們中的大多數都已經過時了。
</p>
            </li>
            <li class="listitem">
              <p>
來自現在的 Linux 網路系統的新 <a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">Linux iproute2</a>
程式(<span class="citerefentry"><span class="refentrytitle">ip</span>(8)</span>……)。
</p>
            </li>
          </ul>
        </div>
        <p>儘管底層程式十分強大,但它們使用繁瑣。因此建立了高層網路配置系統。</p>
        <p><code class="literal">ifupdown</code> 軟體包是 Debian 中這種高層網路配置系統的實際標準。它讓你可以簡單地通過例如
“<code class="literal">ifup eth0</code>” 這樣的命令來開啟網路。它的配置檔案位於
“<code class="literal">/etc/network/interfaces</code>” 中並且其典型內容如下。</p>
        <pre class="screen">auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp</pre>
        <p><code class="literal">resolvconf</code> 軟體包是為了使 <code class="literal">ifupdown</code>
系統支援自動重寫解析器配置檔案 “<code class="literal">/etc/resolv.conf</code>” 來使網路地址解析平滑地重新配置。現在,大多數
Debian 網路配置軟體包都使用了 <code class="literal">resolvconf</code> 軟體包(參見
“<code class="literal">/usr/share/doc/resolvconf/README.Debian</code>”)。</p>
        <p><code class="literal">ifupdown</code> 軟體包的輔助指令碼,例如
<code class="literal">ifplugd</code><code class="literal">guessnet</code><code class="literal">ifscheme</code>等,是為了進行網路環境的自動動態配置,例如位於有線區域網中的移動電腦。這些相對來說比較難使用,但在當前的
<code class="literal">ifupdown</code> 系統下工作良好。</p>
        <p>詳細的案例參見 <a class="xref" href="ch05.zh-tw.html#_the_basic_network_configuration_with_ifupdown_legacy" title="5.6. 使用 ifupdown 進行基本網路配置(舊)">第 5.6 节 “使用 ifupdown 進行基本網路配置(舊)”</a><a class="xref" href="ch05.zh-tw.html#_the_advanced_network_configuration_with_ifupdown_legacy" title="5.7. 使用 ifupdown 的高階網路配置(舊)">第 5.7 节 “使用 ifupdown 的高階網路配置(舊)”</a></p>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_network_connection_method_legacy"/>5.5. 網路連線方式(傳統)</h2>
            </div>
          </div>
        </div>
        <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Caution">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[小心]" src="images/caution.png"/>
              </td>
              <th align="left">小心</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>在這節描述的連線測試方式僅僅用於測試目的。不應當直接用於日常的網路連線。建議你使用 NM, Wicd, 或
<code class="literal">ifupdown</code> 包代替。(參見 <a class="xref" href="ch05.zh-tw.html#_the_modern_network_configuration_for_desktop" title="5.2. 現代的桌面網路配置">第 5.2 节 “現代的桌面網路配置”</a><a class="xref" href="ch05.zh-tw.html#_the_basic_network_configuration_with_ifupdown_legacy" title="5.6. 使用 ifupdown 進行基本網路配置(舊)">第 5.6 节 “使用 ifupdown 進行基本網路配置(舊)”</a>).</p>
              </td>
            </tr>
          </table>
        </div>
        <p>一臺電腦典型的網路連線方式和連線路徑,能夠使用下面的內容概述。</p>
        <div class="table">
          <a id="listofnetworkcondconnectionpaths"/>
          <p class="title">
            <strong>表 5.3. 網路連線方式和連線路徑列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網路連線方式和連線路徑列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    PC
    </th>
                  <th style="text-align: left">
    連線方式
    </th>
                  <th style="text-align: left">
    連線路徑
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
    串列埠 (<code class="literal">ppp0</code>)
    </td>
                  <td style="text-align: left">
    PPP
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Modem">modem</a> ⇔ POTS ⇔ 撥號接入點 ⇔ ISP
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    乙太網口 (<code class="literal">eth0</code>)
    </td>
                  <td style="text-align: left">
    PPPoE/DHCP/Static
    </td>
                  <td style="text-align: left">
    ⇔ 寬頻-modem ⇔ 寬頻鏈路 ⇔ 寬頻接入點 ⇔ ISP
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    乙太網口 (<code class="literal">eth0</code>)
    </td>
                  <td style="text-align: left">
    DHCP/Static
    </td>
                  <td style="text-align: left">
    ⇔ LAN ⇔ <a class="ulink" href="https://zh.wikipedia.org/wiki/Network_address_translation">網路地址轉換 (NAT)</a>
的寬頻路由器 (⇔ 寬頻-modem …)
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <p>每種連線方式配置指令碼彙總。</p>
        <div class="table">
          <a id="listofnetworkcononconfigurations"/>
          <p class="title">
            <strong>表 5.4. 網路連線配置列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網路連線配置列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    連線方式
    </th>
                  <th style="text-align: left">
    配置
    </th>
                  <th style="text-align: left">
    後端包
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
    PPP
    </td>
                  <td style="text-align: left"><code class="literal">pppconfig</code> 建立固定的 chat
    </td>
                  <td style="text-align: left"><code class="literal">pppconfig</code>, <code class="literal">ppp</code></td>
                </tr>
                <tr>
                  <td style="text-align: left">
    PPP (選用)
    </td>
                  <td style="text-align: left"><code class="literal">wvdialconf</code> 建立啟發式的 chat
    </td>
                  <td style="text-align: left"><code class="literal">ppp</code>, <code class="literal">wvdial</code></td>
                </tr>
                <tr>
                  <td style="text-align: left">
    PPPoE
    </td>
                  <td style="text-align: left"><code class="literal">pppoeconf</code> 建立固定的 chat
    </td>
                  <td style="text-align: left"><code class="literal">pppoeconf</code>, <code class="literal">ppp</code></td>
                </tr>
                <tr>
                  <td style="text-align: left">
    DHCP
    </td>
                  <td style="text-align: left">
    在 "<code class="literal">/etc/dhcp/dhclient.conf</code>" 裡描述
    </td>
                  <td style="text-align: left">
                <code class="literal">isc-dhcp-client</code>
              </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    靜態 IP (IPv4)
    </td>
                  <td style="text-align: left">
    在 "<code class="literal">/etc/network/interfaces</code>" 裡描述
    </td>
                  <td style="text-align: left"><code class="literal">iproute</code><code class="literal">net-tools</code> (舊)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    靜態 IP (IPv6)
    </td>
                  <td style="text-align: left">
    在 "<code class="literal">/etc/network/interfaces</code>" 裡描述
    </td>
                  <td style="text-align: left">
                <code class="literal">iproute</code>
              </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <p>網路連線縮略語意義如下。</p>
        <div class="table">
          <a id="listofnetworkconnectionacronyms"/>
          <p class="title">
            <strong>表 5.5. 網路連線縮略語列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網路連線縮略語列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    縮略語
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Plain_old_telephone_service">POTS</a>
              </td>
                  <td style="text-align: left">
    普通老式電話服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    BB
    </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Broadband">寬頻</a>
              </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    BB-service
    </td>
                  <td style="text-align: left">
    比如說,數字使用者線路(DSL),電視線纜,光纖到戶 (FTTP)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
    BB-modem
    </td>
                  <td style="text-align: left">
    比如說,<a class="ulink" href="https://zh.wikipedia.org/wiki/DSL_modem">DSL modem</a>, <a class="ulink" href="https://zh.wikipedia.org/wiki/Cable_modem">線纜 modem</a>, 或<a class="ulink" href="https://zh.wikipedia.org/wiki/FTTP">光纖網路終端(ONT)</a>
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Local_area_network">LAN</a>
              </td>
                  <td style="text-align: left">
    區域網
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Wide_area_network">WAN</a>
              </td>
                  <td style="text-align: left">
    廣域網
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>
              </td>
                  <td style="text-align: left">
    動態主機配置協議
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Point-to-Point_Protocol">PPP</a>
              </td>
                  <td style="text-align: left">
    點到點協議
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Point-to-Point_Protocol_over_Ethernet">PPPoE</a>
              </td>
                  <td style="text-align: left">
    乙太網上的點到點協議
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/ISP">ISP</a>
              </td>
                  <td style="text-align: left">
    網際網路服務提供商
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[注意]" src="images/note.png"/>
              </td>
              <th align="left">注意</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>通過電視線纜的廣域網服務,通常使用 DHCP 或 PPPoE。ADSL 和 FTTP 通常使用
PPPoE。你需要諮詢你的網際網路服務提供商來獲得廣域網連線使用的精確配置。</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[注意]" src="images/note.png"/>
              </td>
              <th align="left">注意</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>當寬頻路由器用來搭建家庭區域網環境時,區域網上的電腦需要使用寬頻路由器上的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Network_address_translation">網路地址轉換(NAT)</a>,來連線到廣域網。在這樣的情況下,區域網上的電腦網路介面需使用靜態
IP 或者寬頻路由器提供的 DHCP 服務。寬頻路由器必須按 ISP 的指引來配置連線到廣域網。</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_dhcp_connection_with_the_ethernet"/>5.5.1. 乙太網 DHCP 連線</h3>
              </div>
            </div>
          </div>
          <p>典型的現代家庭和小的商業網路,也就是區域網,使用一些消費等級的寬頻路由器連線到廣域網(因特網)。路由器後面的區域網通常使用路由器上執行的<a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">動態主機配置協議(DHCP)</a> 服務端提供的服務。</p>
          <p>僅僅需要安裝 <code class="literal">isc-dhcp-client</code> 包為乙太網提供<a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">動態主機配置協議 (DHCP)</a>服務。</p>
          <p>參見
<span class="citerefentry"><span class="refentrytitle">dhclient.conf</span>(5)</span>.</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_static_ip_connection_with_the_ethernet"/>5.5.2. 乙太網靜態 IP 連線</h3>
              </div>
            </div>
          </div>
          <p>靜態 IP 乙太網不需要特別的配置動作。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_ppp_connection_with_pppconfig"/>5.5.3. 使用 pppconfig 的 PPP 連線</h3>
              </div>
            </div>
          </div>
          <p>配置指令碼 <code class="literal">pppconfig</code> 配置 <a class="ulink" href="https://zh.wikipedia.org/wiki/Point-to-Point_Protocol">PPP</a>
連線,僅需要互動式的選擇下面內容。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
電話號碼
</p>
              </li>
              <li class="listitem">
                <p>
ISP 使用者名稱
</p>
              </li>
              <li class="listitem">
                <p>
ISP 密碼
</p>
              </li>
              <li class="listitem">
                <p>
埠速率
</p>
              </li>
              <li class="listitem">
                <p>
modem 通訊埠
</p>
              </li>
              <li class="listitem">
                <p>
認證方式
</p>
              </li>
            </ul>
          </div>
          <div class="table">
            <a id="listofconfigurationwithpppconfig"/>
            <p class="title">
              <strong>表 5.6. 使用 pppconfig 的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Point-to-Point_Protocol">PPP</a> 連線配置檔案列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="使用 pppconfig 的 PPP 連線配置檔案列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    檔案
    </th>
                    <th style="text-align: left">
    功能
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/peers/&lt;isp_name&gt;</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">pppconfig</code> 生成針對  &lt;isp_name&gt;<code class="literal">pppd</code> 配置檔案
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/chatscripts/&lt;isp_name&gt;</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">pppconfig</code> 生成針對  &lt;isp_name&gt;<code class="literal">chat</code> 配置檔案
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/options</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">pppd</code> 常用的執行引數
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/pap-secret</code>
                </td>
                    <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Password_authentication_protocol">PAP</a> 的鑑權認證資料 (有安全風險)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/chap-secret</code>
                </td>
                    <td style="text-align: left">
    <a class="ulink" href="http://zh.wikipedia.org/wiki/Challenge-handshake_authentication_protocol">CHAP</a> 的鑑權認證資料(更安全)
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>"&lt;isp_name&gt;" 是 "<code class="literal">網際網路服務提供商</code>" ,假設
<code class="literal">pon</code><code class="literal">poff</code> 命令呼叫時,沒有引數。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>你可以使用下面的底層網路配置工具測試配置。</p>
          <pre class="screen">$ sudo pon &lt;isp_name&gt;
...
$ sudo poff &lt;isp_name&gt;</pre>
          <p>參見 "<code class="literal">/usr/share/doc/ppp/README.Debian.gz</code>".</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_alternative_ppp_connection_with_wvdialconf"/>5.5.4. 使用  wvdialconf 的另一種可選的 PPP 連線</h3>
              </div>
            </div>
          </div>
          <p>一個不同的使用<span class="citerefentry"><span class="refentrytitle">pppd</span>(8)</span>
方案是使用來自 <code class="literal">wvdial</code> 包的
<span class="citerefentry"><span class="refentrytitle">wvdial</span>(1)</span>。代替
<code class="literal">pppd</code> 執行
<span class="citerefentry"><span class="refentrytitle">chat</span>(8)</span>
來撥號和協商連線,<code class="literal">wvdial</code> 進行撥號和初始化協商,然後啟動 <code class="literal">pppd</code>
進行餘下操作。</p>
          <p>配置指令碼 <code class="literal">wvdialconf</code> 配置 PPP 連線,僅需要互動式的選擇下面內容。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
電話號碼
</p>
              </li>
              <li class="listitem">
                <p>
ISP 使用者名稱
</p>
              </li>
              <li class="listitem">
                <p>
ISP 密碼
</p>
              </li>
            </ul>
          </div>
          <p>在大部分情況下,<code class="literal">wvdial</code> 能夠成功建立連線並自動維護認證鑑權資料。</p>
          <div class="table">
            <a id="listofconfiguratonwithwvdialconf"/>
            <p class="title">
              <strong>表 5.7. 使用 wvdialconf 的 PPP 連線配置檔案列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="使用 wvdialconf 的 PPP 連線配置檔案列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    檔案
    </th>
                    <th style="text-align: left">
    功能
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/peers/wvdial</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">wvdialconf</code> 生成針對 <code class="literal">wvdial</code><code class="literal">pppd</code> 配置檔案
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/wvdial.conf</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">wvdialconf</code> 生成配置檔案
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/options</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">pppd</code> 常用的執行引數
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/pap-secret</code>
                </td>
                    <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Password_authentication_protocol">PAP</a> 的鑑權認證資料 (有安全風險)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/chap-secret</code>
                </td>
                    <td style="text-align: left">
    <a class="ulink" href="http://zh.wikipedia.org/wiki/Challenge-handshake_authentication_protocol">CHAP</a> 的鑑權認證資料(更安全)
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>你可以使用下面的底層網路配置工具測試配置。</p>
          <pre class="screen">$ sudo wvdial
...
$ sudo killall wvdial</pre>
          <p>參見
<span class="citerefentry"><span class="refentrytitle">wvdial</span>(1)</span><span class="citerefentry"><span class="refentrytitle">wvdial.conf</span>(5)</span>.</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_pppoe_connection_with_pppoeconf"/>5.5.5. 使用 pppoeconf  的 PPPoE 乙太網連線</h3>
              </div>
            </div>
          </div>
          <p>當你的網際網路提供商提供 PPPoE 連線,並且你決定把電腦直接連線到廣域網,那你的電腦網路必須使用  PPPoE 來配置。PPPoE 表示乙太網上的
PPP。配置指令碼<code class="literal">pppoeconf</code> 互動式的配置 PPPoE 連線。</p>
          <p>配置檔案在下面。</p>
          <div class="table">
            <a id="listofconfigurationwithpppoeconf"/>
            <p class="title">
              <strong>表 5.8. 使用 pppoeconf  的 PPPoE 連線配置檔案列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="使用 pppoeconf  的 PPPoE 連線配置檔案列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    檔案
    </th>
                    <th style="text-align: left">
    功能
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/peers/dsl-provider</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">pppoeconf</code> 生成針對<code class="literal">pppoe</code><code class="literal">pppd</code> 配置檔案
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/options</code>
                </td>
                    <td style="text-align: left">
    <code class="literal">pppd</code> 常用的執行引數
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/pap-secret</code>
                </td>
                    <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Password_authentication_protocol">PAP</a> 的鑑權認證資料 (有安全風險)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ppp/chap-secret</code>
                </td>
                    <td style="text-align: left">
    <a class="ulink" href="http://zh.wikipedia.org/wiki/Challenge-handshake_authentication_protocol">CHAP</a> 的鑑權認證資料(更安全)
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>你可以使用下面的底層網路配置工具測試配置。</p>
          <pre class="screen">$ sudo /sbin/ifconfig eth0 up
$ sudo pon dsl-provider
...
$ sudo poff dsl-provider
$ sudo /sbin/ifconfig eth0 down</pre>
          <p>參見 "<code class="literal">/usr/share/doc/pppoeconf/README.Debian</code>".</p>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_basic_network_configuration_with_ifupdown_legacy"/>5.6. 使用 ifupdown 進行基本網路配置(舊)</h2>
            </div>
          </div>
        </div>
        <p>Debian 系統上的傳統 <a class="ulink" href="https://zh.wikipedia.org/wiki/Internet_Protocol_Suite">TCP/IP 網路</a>
搭建,<code class="literal">ifupdown</code> 軟體包是作為一個上層工具來使用。有兩個典型場景。</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
像移動電腦上的 <span class="strong"><strong>動態 IP</strong></span> 系統,你可以<span class="strong"><strong>使用</strong></span> <code class="literal">resolvconf</code>  包搭建 TCP/IP
網路,它能夠使你快速切換你的網路配置。  (參見 <a class="xref" href="ch05.zh-tw.html#_the_network_interface_served_by_the_dhcp" title="5.6.4. 使用 DHCP 的網路介面">第 5.6.4 节 “使用 DHCP 的網路介面”</a>).
</p>
            </li>
            <li class="listitem">
              <p>
像伺服器上的 <span class="strong"><strong>靜態 IP</strong></span> 系統,你<span class="strong"><strong>不需要</strong></span> <code class="literal">resolvconf</code> 包來搭建你的 TCP/IP
網路,並保持你的系統簡單(參見 <a class="xref" href="ch05.zh-tw.html#_the_network_interface_with_the_static_ip" title="5.6.5. 使用靜態 IP 地址的網路介面">第 5.6.5 节 “使用靜態 IP 地址的網路介面”</a>).
</p>
            </li>
          </ul>
        </div>
        <p>如果你想設定高階配置,這些傳統的設定方法,是相當有用的。在下面的內容中發現細節。</p>
        <p><code class="literal">ifupdown</code> 包提供 Debian 系統中標準的高層網路配置框架。在本節中,我們通過
<code class="literal">ifupdown</code> 的簡單介紹和許多典型列子來學習基本的網路配置。</p>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_command_syntax_simplified"/>5.6.1. 簡單的命令語法</h3>
              </div>
            </div>
          </div>
          <p><code class="literal">ifupdown</code> 包包含有兩個命令:
<span class="citerefentry"><span class="refentrytitle">ifup</span>(8)</span><span class="citerefentry"><span class="refentrytitle">ifdown</span>(8)</span>.
它們提供專注於"/etc/network/interfaces" 配置檔案的上層網路配置。</p>
          <div class="table">
            <a id="listofbasicnetwoandswithifupdown"/>
            <p class="title">
              <strong>表 5.9. 使用  ifupdown 進行基本網路配置的命令列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="使用  ifupdown 進行基本網路配置的命令列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    命令
    </th>
                    <th style="text-align: left">
    操作
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifup eth0</code>
                </td>
                    <td style="text-align: left">
    如果 "<code class="literal">iface eth0</code>" 節存在,使用  <code class="literal">eth0</code>
的配置來啟動網路介面 <code class="literal">eth0</code>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifdown eth0</code>
                </td>
                    <td style="text-align: left">
    如果 "<code class="literal">iface eth0</code>" 節存在,使用 <code class="literal">eth0</code> 的配置來關閉網路介面
<code class="literal">eth0</code>
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[警告]" src="images/warning.png"/>
                </td>
                <th align="left">警告</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>請不要使用
<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span><span class="citerefentry"><span class="refentrytitle">ip</span>(8)</span>
這類的底層網路配置工具命令來配置一個 <span class="strong"><strong>up</strong></span> 狀態的介面。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>並沒有一個叫 <code class="literal">ifupdown</code> 的命令。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_basic_syntax_of_etc_network_interfaces"/>5.6.2. "/etc/network/interfaces" 基本語法</h3>
              </div>
            </div>
          </div>
          <p><span class="citerefentry"><span class="refentrytitle">interfaces</span>(5)</span>
裡解釋的 "<code class="literal">/etc/network/interfaces</code>" 關鍵語法,能夠用下面的表格概括。</p>
          <div class="table">
            <a id="list-of-stanzas-in-eni"/>
            <p class="title">
              <strong>表 5.10. "<code class="literal">/etc/network/interfaces</code>" 裡面的節列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="&quot;/etc/network/interfaces&quot; 裡面的節列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left"></th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">auto &lt;interface_name&gt;</code>"
    </td>
                    <td style="text-align: left">
    當系統啟動時,啟動介面 &lt; interface_name&gt;
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">allow-auto &lt;interface_name&gt;</code>"
    </td>
                    <td style="text-align: left">
    同上
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">allow-hotplug &lt;interface_name&gt;</code>"
    </td>
                    <td style="text-align: left">
    當核心從介面檢測到一個熱拔插事件時,啟動介面 &lt;interface_name&gt;
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">iface &lt;config_name&gt;</code>" 開頭的行
    </td>
                    <td style="text-align: left">
    定義 &lt;config_name&gt; 的網路配置
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">mapping &lt;interface_name_glob&gt;</code>" 開頭的行
    </td>
                    <td style="text-align: left">
    定義 &lt;config_name&gt; 的對映值來匹配 &lt;interface_name&gt;
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">#</code>" 號開始的行
    </td>
                    <td style="text-align: left">
    像註釋一樣忽略(行尾註釋<span class="strong"><strong></strong></span>被支援)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">\</code>" 反斜槓結尾的行
    </td>
                    <td style="text-align: left">
    擴充套件配置到下一行
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p><span class="strong"><strong><code class="literal">iface</code></strong></span> 開頭行的節,有下面的語法。</p>
          <pre class="screen">iface &lt;config_name&gt; &lt;address_family&gt; &lt;method_name&gt;
 &lt;option1&gt; &lt;value1&gt;
 &lt;option2&gt; &lt;value2&gt;
 ...</pre>
          <p>對於基本配置, <span class="strong"><strong><code class="literal">mapping</code></strong></span>
節沒有被使用,你可以使用網路介面名作為網路配置名。 (參見 <a class="xref" href="ch05.zh-tw.html#_the_mapping_stanza" title="5.7.5. 對映節 mapping stanza">第 5.7.5 节 “對映節 mapping stanza”</a>).</p>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[警告]" src="images/warning.png"/>
                </td>
                <th align="left">警告</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>在
"<code class="literal">/etc/network/interfaces</code>"裡,不要為一個網路介面重複定義"<code class="literal">iface</code>"
節。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_loopback_network_interface"/>5.6.3. 迴環網路介面</h3>
              </div>
            </div>
          </div>
          <p>在啟動系統的時候, "<code class="literal">/etc/network/interfaces</code>" 檔案裡下面的配置條目啟動了迴環網路介面
<code class="literal">lo</code> 。 (通過 <span class="strong"><strong><code class="literal">auto</code></strong></span> 節).</p>
          <pre class="screen">auto lo
iface lo inet loopback</pre>
          <p>這節內容在 "<code class="literal">/etc/network/interfaces</code>" 檔案裡面一直存在。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_network_interface_served_by_the_dhcp"/>5.6.4. 使用 DHCP 的網路介面</h3>
              </div>
            </div>
          </div>
          <p><a class="xref" href="ch05.zh-tw.html#_the_dhcp_connection_with_the_ethernet" title="5.5.1. 乙太網 DHCP 連線">第 5.5.1 节 “乙太網 DHCP 連線”</a>
準備系統後,在"<code class="literal">/etc/network/interfaces</code>" 裡面,按下面的內容建立配置條目後,網路介面的
DHCP 便配置好了。</p>
          <pre class="screen">allow-hotplug eth0
iface eth0 inet dhcp</pre>
          <p>當 Linux 核心檢測到物理介面 <code class="literal">eth0</code>,  <span class="strong"><strong><code class="literal">allow-hotplug</code></strong></span> 節促使
<code class="literal">ifup</code> 啟動介面,<span class="strong"><strong><code class="literal">iface</code></strong></span> 促使 <code class="literal">ifup</code>
使用 DHCP 來配置介面。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_network_interface_with_the_static_ip"/>5.6.5. 使用靜態 IP 地址的網路介面</h3>
              </div>
            </div>
          </div>
          <p>在 "<code class="literal">/etc/network/interfaces</code>" 檔案裡面建立配置條目,來配置靜態 IP
網路介面。如下所示。</p>
          <pre class="screen">allow-hotplug eth0
iface eth0 inet static
 address 192.168.11.100
 netmask 255.255.255.0
 gateway 192.168.11.1
 dns-domain example.com
 dns-nameservers 192.168.11.1</pre>
          <p>當 Linux 核心檢測到 <code class="literal">eth0</code>,  <span class="strong"><strong><code class="literal">allow-hotplug</code></strong></span> 節促使
<code class="literal">ifup</code> 啟動介面,<span class="strong"><strong><code class="literal">iface</code></strong></span> 節促使
<code class="literal">ifup</code> 使用靜態 IP 來配置介面。</p>
          <p>這裡,我假設下面的配置。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
區域網的 IP 地址範圍: <code class="literal">192.168.11.0</code> -
<code class="literal">192.168.11.255</code>
</p>
              </li>
              <li class="listitem">
                <p>
閘道器的 IP 地址: <code class="literal">192.168.11.1</code>
</p>
              </li>
              <li class="listitem">
                <p>
電腦的 IP 地址: <code class="literal">192.168.11.100</code>
</p>
              </li>
              <li class="listitem">
                <p>
<code class="literal">resolvconf</code> 包:已安裝
</p>
              </li>
              <li class="listitem">
                <p>
域名: "<code class="literal">example.com</code>"
</p>
              </li>
              <li class="listitem">
                <p>
DNS 伺服器的 IP 地址:<code class="literal">192.168.11.1</code>
</p>
              </li>
            </ul>
          </div>
          <p><code class="literal">resolvconf</code> 包沒有安裝時,DNS 相關的配置,需要按下面的方式手工編輯
"<code class="literal">/etc/resolv.conf</code>" 。</p>
          <pre class="screen">nameserver 192.168.11.1
domain example.com</pre>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>用在上面例子裡的 IP 地址,不意味著照抄。你應當按你實際網路配置調整 IP 地址。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_basics_of_wireless_lan_interface"/>5.6.6. 無線區域網介面基礎</h3>
              </div>
            </div>
          </div>
          <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Wireless_LAN">無線 LAN (簡稱 WLAN)</a>
提供快速的無線連線,使用基於 <a class="ulink" href="https://zh.wikipedia.org/wiki/IEEE_802.11">IEEE 802.11</a>
標準集的非授權無線寬頻擴頻通訊技術。</p>
          <p>無線介面跟乙太網介面非常像,但在初始化時,要求提供一些網路 ID
和金鑰資料。他們的上層網路工具差不多和乙太網介面一樣,除開介面名有一點點不同,按使用的不同核心驅動,像 <code class="literal"> eth1</code>
, <code class="literal"> wlan0</code> , <code class="literal"> ath0</code> , <code class="literal">
wifi0</code> ……</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p><code class="literal">wmaster0</code> 裝置是主裝置,它僅僅只是新的 <a class="ulink" href="http://linuxwireless.org/">mac80211 Linux API</a> 裡,<a class="ulink" href="https://zh.wikipedia.org/wiki/SoftMAC">SoftMAC</a> 使用的一個內部裝置。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>這裡有一些需要記住的 WLAN 關鍵詞。</p>
          <div class="table">
            <a id="listofacronymsforwlan"/>
            <p class="title">
              <strong>表 5.11. WLAN 縮寫詞列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="WLAN 縮寫詞列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    縮略語
    </th>
                    <th style="text-align: left">
    全稱
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    NWID
    </td>
                    <td style="text-align: left">
    Network ID
    </td>
                    <td style="text-align: left">
    802.11 之前 <a class="ulink" href="https://zh.wikipedia.org/wiki/WaveLAN">WaveLAN</a> 網路使用的 16 位網路號 (強烈不贊成使用)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    (E)SSID
    </td>
                    <td style="text-align: left">
    (Extended) <a class="ulink" href="https://zh.wikipedia.org/wiki/Service_set_identifier">Service Set
Identifier</a>
    </td>
                    <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Wireless_access_point">無線接入點 (APs)</a> 的網路名稱,互連形成一個完整的
<a class="ulink" href="https://zh.wikipedia.org/wiki/IEEE_802.11">802.11 無線區域網</a>, 域名 ID
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    WEP, (WEP2)
    </td>
                    <td style="text-align: left">
                  <a class="ulink" href="https://zh.wikipedia.org/wiki/Wired_Equivalent_Privacy">Wired Equivalent Privacy</a>
                </td>
                    <td style="text-align: left">
    使用 40 位金鑰的第一代 64位(128位)無線加密標準(不贊成使用)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    WPA
    </td>
                    <td style="text-align: left">
                  <a class="ulink" href="https://zh.wikipedia.org/wiki/Wi-Fi_Protected_Access">Wi-Fi Protected Access</a>
                </td>
                    <td style="text-align: left">
    第二代無線加密標準(實現大部分 802.11i),和 WEP 相容
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    WPA2
    </td>
                    <td style="text-align: left">
                  <a class="ulink" href="https://zh.wikipedia.org/wiki/IEEE_802.11i">Wi-Fi Protected Access 2</a>
                </td>
                    <td style="text-align: left">
    第三代無線加密標準(完全的 802.11i),與 WEP 不相容
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>實際選擇使用的協議是由你配置的無線路由器所限制。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_wireless_lan_interface_with_wpa_wpa2"/>5.6.7. 使用 WPA/WPA2 的無線區域網介面</h3>
              </div>
            </div>
          </div>
          <p>你需要安裝 <code class="literal">wpasupplicant</code> 包來支援  WLAN 使用新的 WPA/WPA2.</p>
          <p>使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>
的無線區域網連線,"<code class="literal">/etc/network/interfaces</code>" 檔案的條目需要按下面的內容設定。</p>
          <pre class="screen">allow-hotplug ath0
iface ath0 inet dhcp
 wpa-ssid homezone
 # hexadecimal psk is encoded from a plaintext passphrase
 wpa-psk 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f</pre>
          <p>參見 "<code class="literal">/usr/share/doc/wpasupplicant/README.modes.gz</code>".</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_wireless_lan_interface_with_wep"/>5.6.8. 使用 WEP 的無線區域網介面</h3>
              </div>
            </div>
          </div>
          <p>你需要安裝 <code class="literal">wireless-tools</code> 包來支撐老的 WEP
無線區域網。(你的消費等級的路由器可能仍然使用不安全的架構,但這總比沒有好。)</p>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>請注意:WEP 無線區域網上的網路流量,可以被其他人監聽。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>
的無線區域網連線,"<code class="literal">/etc/network/interfaces</code>" 檔案的條目需要按下面的內容設定。</p>
          <pre class="screen">allow-hotplug eth0
iface eth0 inet dhcp
 wireless-essid Home
 wireless-key1 0123-4567-89ab-cdef
 wireless-key2 12345678
 wireless-key3 s:password
 wireless-defaultkey 2
 wireless-keymode open</pre>
          <p>參見 "<code class="literal">/usr/share/doc/wireless-tools/README.Debian</code>".</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_ppp_connection"/>5.6.9. PPP 連線</h3>
              </div>
            </div>
          </div>
          <p>你需要按之前的描述配置 PPP 連線(參見 <a class="xref" href="ch05.zh-tw.html#_the_ppp_connection_with_pppconfig" title="5.5.3. 使用 pppconfig 的 PPP 連線">第 5.5.3 节 “使用 pppconfig 的 PPP 連線”</a>).  然後,按下面的方式給第一個 PPP 裝置
<code class="literal">ppp0</code> 增加 “<code class="literal">/etc/network/interfaces</code>"
檔案裡的條目.</p>
          <pre class="screen">iface ppp0 inet ppp
 provider &lt;isp_name&gt;</pre>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_alternative_ppp_connection"/>5.6.10. 另一種 PPP 連線</h3>
              </div>
            </div>
          </div>
          <p>你需要按之前的描述先配置好使用 <code class="literal">wvdial</code>  的另外一種 PPP 連線(參見<a class="xref" href="ch05.zh-tw.html#_the_alternative_ppp_connection_with_wvdialconf" title="5.5.4. 使用 wvdialconf 的另一種可選的 PPP 連線">第 5.5.4 节 “使用  wvdialconf 的另一種可選的 PPP 連線”</a>).  然後,按下面的方式給第一個
PPP 裝置  <code class="literal">ppp0</code> 增加
“<code class="literal">/etc/network/interfaces</code>" 檔案裡的條目.</p>
          <pre class="screen">iface ppp0 inet wvdial</pre>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_pppoe_connection"/>5.6.11. PPPoE 連線</h3>
              </div>
            </div>
          </div>
          <p>使用 PPPoE 直接連線到廣域網的電腦,你需要按之前的描述用 PPPoE 連線配置系統(參見 <a class="xref" href="ch05.zh-tw.html#_the_pppoe_connection_with_pppoeconf" title="5.5.5. 使用 pppoeconf 的 PPPoE 乙太網連線">第 5.5.5 节 “使用 pppoeconf  的 PPPoE 乙太網連線”</a>).  然後,按下面的方式給第一個 PPPoE 裝置
<code class="literal">eth0</code> 增加 “<code class="literal">/etc/network/interfaces</code>"
檔案裡的條目.</p>
          <pre class="screen">allow-hotplug eth0
iface eth0 inet manual
 pre-up /sbin/ifconfig eth0 up
 up ifup ppp0=dsl
 down ifdown ppp0=dsl
 post-down /sbin/ifconfig eth0 down
# The following is used internally only
iface dsl inet ppp
 provider dsl-provider</pre>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_network_configuration_state_of_ifupdown"/>5.6.12. ifupdown 網路配置狀態</h3>
              </div>
            </div>
          </div>
          <p>"<code class="literal">/etc/network/run/ifstate</code>" 檔案儲存了由
<code class="literal">ifupdown</code> 軟體包管理的當前所有的活動網路介面的<span class="strong"><strong>期望</strong></span>狀態。但不幸的是,即使<code class="literal">ifupdown</code>
系統沒有按期望的啟動某個網路介面,"<code class="literal">/etc/network/run/ifstate</code>"
檔案仍然會把它列為啟用狀態。</p>
          <p>如果對一個網路介面的
<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span>
命令輸出沒有如下列子中的一行,那它就不能夠作為 <a class="ulink" href="https://zh.wikipedia.org/wiki/IPv4">IPV4 網路</a>的一部分使用.</p>
          <pre class="screen">  inet addr:192.168.11.2  Bcast:192.168.11.255  Mask:255.255.255.0</pre>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>對於連線到 PPPoE 的乙太網裝置,
<span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span>
命令的輸出看起來像上面的列子。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_basic_network_reconfiguration"/>5.6.13. 網路重新配置基礎</h3>
              </div>
            </div>
          </div>
          <p>當你試圖重新配置介面,如 <code class="literal">eth0</code> 時,你必須首先用 "<span class="strong"><strong><code class="literal">sudo ifdown eth0</code></strong></span>" 命令關閉它.
這將從"<code class="literal">/etc/network/run/ifstate</code>" 檔案裡面移除
<code class="literal">eth0</code> 條目。 (如果 <code class="literal">eth0</code>
之前沒有被適當配置,或沒有啟用,這個命令將導致出現一些錯誤資訊。迄今為止,對於簡單的單使用者工作站,在任何時間執行這個操作,看起來都是安全的。)</p>
          <p>你現在可以按需要重新配置網路介面 <code class="literal">eth0</code> ,重寫
"<code class="literal">/etc/network/interfaces</code>" 檔案的內容。</p>
          <p>然後,你可以使用  "<span class="strong"><strong><code class="literal">sudo ifup
eth0</code></strong></span>" 命令,重新啟用 <code class="literal">eth0</code></p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>你可以簡單的執行 "<span class="strong"><strong><code class="literal">sudo ifdown eth0;sudo ifup
eth0</code></strong></span>" 來初始化或重新初始化網路介面。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_ifupdown_extra_package"/>5.6.14. ifupdown-extra 包</h3>
              </div>
            </div>
          </div>
          <p><code class="literal">ifupdown-extra</code> 包提供簡易的網路連線測試,和 <code class="literal">ifupdown</code>
包一道使用.</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
<span class="citerefentry"><span class="refentrytitle">network-test</span>(1)</span>
命令能夠在 shell 裡使用。
</p>
              </li>
              <li class="listitem">
                <p>
自動指令碼將執行每一個 <code class="literal">ifup</code> 執行的命令。
</p>
              </li>
            </ul>
          </div>
          <p><code class="literal">network-test</code> 命令把你從麻煩的執行分析網路問題的底層命令中解放出來。</p>
          <p>自動指令碼安裝在 "<code class="literal"> /etc/network/*/</code> "並執行下面的操作。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
檢查網路線纜連線
</p>
              </li>
              <li class="listitem">
                <p>
檢查重複 IP 地址使用
</p>
              </li>
              <li class="listitem">
                <p>
按 "<code class="literal">/etc/network/routes</code>" 的定義,建立系統靜態路由
</p>
              </li>
              <li class="listitem">
                <p>
檢查網路的閘道器是否可以到達
</p>
              </li>
              <li class="listitem">
                <p>
在 "<code class="literal">/var/log/syslog</code>" 檔案裡面記錄結果
</p>
              </li>
            </ul>
          </div>
          <p>系統日誌記錄對管理遠端系統的網路問題非常有用。</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p><code class="literal">ifupdown-extra</code> 包的自動化行為是由
"<code class="literal">/etc/default/network-test</code>"
來配置. 部分自動化檢查,會減慢一點系統啟動速度,因為這些指令碼需要一些時間來監聽 <a class="ulink" href="https://zh.wikipedia.org/wiki/Address_Resolution_Protocol">ARP</a> 答覆.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_advanced_network_configuration_with_ifupdown_legacy"/>5.7. 使用 ifupdown 的高階網路配置(舊)</h2>
            </div>
          </div>
        </div>
        <p><code class="literal">ifupdown</code> 軟體包,使用其高階用法,其功能就能夠超出在 <a class="xref" href="ch05.zh-tw.html#_the_basic_network_configuration_with_ifupdown_legacy" title="5.6. 使用 ifupdown 進行基本網路配置(舊)">第 5.6 节 “使用 ifupdown 進行基本網路配置(舊)”</a> 所描述的內容。</p>
        <p>描述在這裡的這些功能是完全可選的。我,由於懶惰和極簡主義,幾乎不使用這些令人煩擾的東西。</p>
        <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Caution">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[小心]" src="images/caution.png"/>
              </td>
              <th align="left">小心</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>如果你不能夠通過 <a class="xref" href="ch05.zh-tw.html#_the_basic_network_configuration_with_ifupdown_legacy" title="5.6. 使用 ifupdown 進行基本網路配置(舊)">第 5.6 节 “使用 ifupdown 進行基本網路配置(舊)”</a>
裡的資訊建立網路連線,使用下面的資訊,你就會使你的情形變得比較糟糕。</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_ifplugd_package"/>5.7.1. ifplugd 軟體包</h3>
              </div>
            </div>
          </div>
          <p><code class="literal">ifplugd</code> 軟體包是一個老的自動網路配置工具,它僅能夠管理乙太網連線。解決了移動 PC
等拔插乙太網線纜的問題。如果你有安裝 <a class="ulink" href="https://zh.wikipedia.org/wiki/NetworkManager">NetworkManager</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Wicd_(Linux_Network_Manager)">Wicd</a> (參見 <a class="xref" href="ch05.zh-tw.html#_the_modern_network_configuration_for_desktop" title="5.2. 現代的桌面網路配置">第 5.2 节 “現代的桌面網路配置”</a>),就不需要這個軟體包。</p>
          <p>這個軟體包執行一個<a class="ulink" href="https://zh.wikipedia.org/wiki/Daemon_(computer_software)">後臺守護程序(daemon)</a> 來代替 <span class="strong"><strong>auto</strong></span><span class="strong"><strong>allow-hotplug</strong></span> 的功能 (參見 <a class="xref" href="ch05.zh-tw.html#list-of-stanzas-in-eni" title="表 5.10. &quot;/etc/network/interfaces&quot; 裡面的節列表">表 5.10 “"<code class="literal">/etc/network/interfaces</code>" 裡面的節列表”</a>),並啟動網路連線上的介面。</p>
          <p>乙太網埠怎樣使用 <code class="literal">ifplugd</code> 軟體包,比如 <code class="literal">eth0</code>,請看下面。</p>
          <div class="orderedlist">
            <ol class="orderedlist">
              <li class="listitem">
                <p>
刪除 "<code class="literal">/etc/network/interfaces</code>" 裡面的節: "<code class="literal">auto
eth0</code>" 或 "<code class="literal">allow-hotplug eth0</code>".
</p>
              </li>
              <li class="listitem">
                <p>
保留 "<code class="literal">/etc/network/interfaces</code>" 裡的節: "<code class="literal">iface eth0
inet …</code>" 和 "<code class="literal">mapping …</code>".
</p>
              </li>
              <li class="listitem">
                <p>
安裝 <code class="literal">ifplugd</code> 軟體包.
</p>
              </li>
              <li class="listitem">
                <p>
執行 "<code class="literal">sudo dpkg-reconfigure ifplugd</code>".
</p>
              </li>
              <li class="listitem">
                <p><code class="literal">eth0</code> 作為 "由 ifplugd 監控的靜態網絡卡".
</p>
              </li>
            </ol>
          </div>
          <p>現在,網路按你希望的方式重新配置了。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
在開啟電源或發現硬體的時候啟動,介面不會自己啟動自己。
</p>
                <div class="itemizedlist">
                  <ul class="itemizedlist">
                    <li class="listitem">
                      <p>
快速啟動過程,沒有長的 DHCP 等待時間。
</p>
                    </li>
                    <li class="listitem">
                      <p>
沒有適當 IPv4 地址的介面不會被滑稽的啟用 (參見 <a class="xref" href="ch05.zh-tw.html#_the_network_configuration_state_of_ifupdown" title="5.6.12. ifupdown 網路配置狀態">第 5.6.12 节 “ifupdown 網路配置狀態”</a>).
</p>
                    </li>
                  </ul>
                </div>
              </li>
              <li class="listitem">
                <p>
發現乙太網線纜時,啟動介面。
</p>
              </li>
              <li class="listitem">
                <p>
在拔掉乙太網線纜後啟動一段時間,然後介面自動關閉。
</p>
              </li>
              <li class="listitem">
                <p>
在插入另外的乙太網線纜時,介面在新的網路環境下啟動。
</p>
              </li>
            </ul>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p><span class="citerefentry"><span class="refentrytitle">ifplugd</span>(8)</span>
命令的引數能夠設定其行為,比如說重新配置介面的延時。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_ifmetric_package"/>5.7.2. ifmetric 軟體包</h3>
              </div>
            </div>
          </div>
          <p><code class="literal">ifmetric</code> 軟體包使我們能夠根據經驗來維護路由度量值,即使是 DHCP 的路由度量值。</p>
          <p>下面設定 <code class="literal">eth0</code> 介面的值,讓其在有 <code class="literal">wlan0</code> 介面的情況下,更加適當。</p>
          <div class="orderedlist">
            <ol class="orderedlist">
              <li class="listitem">
                <p>
安裝 <code class="literal">ifmetric</code> 軟體包。
</p>
              </li>
              <li class="listitem">
                <p>
在 "<code class="literal">/etc/network/interfaces</code>" 裡,增加一行 "<code class="literal">metric
0</code>",緊挨著放在"<code class="literal">iface eth0 inet dhcp</code>"這行下面。
</p>
              </li>
              <li class="listitem">
                <p>
在 "<code class="literal">/etc/network/interfaces</code>" 裡,增加一行  "<code class="literal">metric
1</code>" ,緊挨著放在 "<code class="literal">iface wlan0 inet dhcp</code>" 這行下面.
</p>
              </li>
            </ol>
          </div>
          <p>metric 0 意味著最高路由優先順序,是預設值。大的 metric 值意味著較低的路由優先順序。具有最低 metric 值的活動的介面 IP
地址,成為原始路由。參見<span class="citerefentry"><span class="refentrytitle">ifmetric</span>(8)</span></p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_virtual_interface"/>5.7.3. 虛擬介面</h3>
              </div>
            </div>
          </div>
          <p>單個物理乙太網介面能夠配置為使用不同的 IP 地址的多個虛擬介面。這樣做的目的,通常是把介面連線到幾個 IP 子網。比如說,只有一個網絡卡的基於 IP
地址的虛擬 web 主機,就是這樣一個應用。</p>
          <p>舉個例子,讓我們假設下面的情況。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
你主機上的單個乙太網介面連線到乙太網集線器(不是寬頻路由器)。
</p>
              </li>
              <li class="listitem">
                <p>
乙太網集線器同時連線到網際網路和本地區域網。
</p>
              </li>
              <li class="listitem">
                <p>
區域網使用子網 <code class="literal">192.168.0.x/24</code>.
</p>
              </li>
              <li class="listitem">
                <p>
你主機的物理介面 <code class="literal">eth0</code> 使用 DHCP 提供的 IP 地址來連線網際網路。
</p>
              </li>
              <li class="listitem">
                <p>
你的主機使用 <code class="literal">192.168.0.1</code> 作為區域網的虛擬介面 <code class="literal">eth0:0</code>
的地址。
</p>
              </li>
            </ul>
          </div>
          <p>"<code class="literal">/etc/network/interfaces</code>" 裡下面的節配置你的網路。</p>
          <pre class="screen">iface eth0 inet dhcp
 metric 0
iface eth0:0 inet static
 address 192.168.0.1
 netmask 255.255.255.0
 network 192.168.0.0
 metric 1</pre>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>雖然這個配置列子,並使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter/iptables</a> (參見
<a class="xref" href="ch05.zh-tw.html#_netfilter_infrastructure" title="5.10. Netfilter 網路過濾框架">第 5.10 节 “Netfilter 網路過濾框架”</a>) 的<a class="ulink" href="https://zh.wikipedia.org/wiki/Network_address_translation">網路地址轉換(NAT)</a>,能夠給只有單個網路介面的區域網提供廉價的路由器,但這樣設定,沒有真正的防火牆能力。你應當使用
2 塊物理網絡卡的 NAT 來使本地網路更安全,隔離不安全的網際網路。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_advanced_command_syntax"/>5.7.4. 高階命令語法</h3>
              </div>
            </div>
          </div>
          <p><code class="literal">ifupdown</code> 軟體包提供高階網路配置,使用<span class="strong"><strong>網路配置</strong></span>名和<span class="strong"><strong>網路介面</strong></span>名。我使用的術語和
<span class="citerefentry"><span class="refentrytitle">ifup</span>(8)</span>
以及
<span class="citerefentry"><span class="refentrytitle">interfaces</span>(5)</span>有少量不同。</p>
          <div class="table">
            <a id="listofterminologornetworkdevices"/>
            <p class="title">
              <strong>表 5.12. 網路裝置術語列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="網路裝置術語列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    man 手冊頁術語
    </th>
                    <th style="text-align: left">
    本文術語
    </th>
                    <th style="text-align: left">
    下面文字的列子
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left"><span class="strong"><strong>物理介面</strong></span></td>
                    <td style="text-align: left"><span class="strong"><strong>網路介面</strong></span></td>
                    <td style="text-align: left"><code class="literal">lo</code>, <code class="literal">eth0</code>,
<code class="literal">&lt;interface_name&gt;</code></td>
                    <td style="text-align: left">
    Linux 核心給出的名字 (使用 <code class="literal">udev</code> 機制)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="strong"><strong>邏輯介面</strong></span></td>
                    <td style="text-align: left"><span class="strong"><strong>網路配置</strong></span></td>
                    <td style="text-align: left"><code class="literal">config1</code>, <code class="literal">config2</code>,
<code class="literal">&lt;config_name&gt;</code></td>
                    <td style="text-align: left">
    在 "<code class="literal">/etc/network/interfaces</code>" 裡緊跟著 <span class="strong"><strong><code class="literal">iface</code></strong></span> 的名字
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p><a class="xref" href="ch05.zh-tw.html#_the_command_syntax_simplified" title="5.6.1. 簡單的命令語法">第 5.6.1 节 “簡單的命令語法”</a> 裡的基本網路配置命令,需要<span class="strong"><strong>網路配置</strong></span>名來標識匹配
"<code class="literal">/etc/network/interfaces</code>" 裡 <span class="strong"><strong><code class="literal">iface</code></strong></span> 節的<span class="strong"><strong>網路介面</strong></span>名。</p>
          <p>高階網路配置命令能夠按下面的方式區分 "<code class="literal">/etc/network/interfaces</code>" 裡的<span class="strong"><strong>網路配置</strong></span>名和<span class="strong"><strong>網路介面</strong></span>名。</p>
          <div class="table">
            <a id="listofadvancedneandswithifupdown"/>
            <p class="title">
              <strong>表 5.13. ifupdown 高階網路配置命令列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="ifupdown 高階網路配置命令列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    命令
    </th>
                    <th style="text-align: left">
    操作
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifup eth0=config1</code>
                </td>
                    <td style="text-align: left">
    使用配置 <code class="literal">config1</code> 啟動網路介面 <code class="literal">eth0</code>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifdown eth0=config1</code>
                </td>
                    <td style="text-align: left">
    使用配置 <code class="literal">config1</code> 關閉網路介面 <code class="literal">eth0</code>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifup eth0</code>
                </td>
                    <td style="text-align: left">
    使用 <span class="strong"><strong><code class="literal">mapping</code></strong></span> 節選擇的
<code class="literal">eth0</code> 配置啟動網路介面
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifdown eth0</code>
                </td>
                    <td style="text-align: left">
    使用 <span class="strong"><strong><code class="literal">mapping</code></strong></span> 節選擇的
<code class="literal">eth0</code> 配置關閉網路介面
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_mapping_stanza"/>5.7.5. 對映節 mapping stanza</h3>
              </div>
            </div>
          </div>
          <p>為了避免複雜,我們在 <a class="xref" href="ch05.zh-tw.html#_the_basic_syntax_of_etc_network_interfaces" title="5.6.2. &quot;/etc/network/interfaces&quot; 基本語法">第 5.6.2 节 “"/etc/network/interfaces" 基本語法”</a>
裡省略瞭解釋 "<code class="literal">/etc/network/interfaces</code>" 裡的 <span class="strong"><strong><code class="literal">mapping</code></strong></span> 節。</p>
          <pre class="screen">mapping &lt;interface_name_glob&gt;
 script &lt;script_name&gt;
 map &lt;script_input1&gt;
 map &lt;script_input2&gt;
 map ...</pre>
          <p>這給 <code class="literal">/etc/network/interfaces</code> 檔案提供了一個高階特徵,可以自動選擇對映指令碼
<code class="literal">&lt;script_name&gt;</code> 定義的配置。</p>
          <p>讓我們來跟隨下面的執行。</p>
          <pre class="screen">$ sudo ifup eth0</pre>
          <p>當 "<code class="literal">&lt;interface_name_glob&gt;</code>" 匹配
"<code class="literal">eth0</code>", 這個執行過程執行下面的命令來自動配置 <code class="literal">eth0</code></p>
          <pre class="screen">$ sudo ifup eth0=$(echo -e '&lt;script_input1&gt; \n &lt;script_input2&gt; \n ...' | &lt;script_name&gt; eth0)</pre>
          <p>這裡,"<code class="literal"> map</code> " 指令碼輸入行是可選和可以重複的。</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p><span class="strong"><strong><code class="literal">mapping</code></strong></span> 節工作的匹配模式,類似於
shell 檔名匹配。 (參見 <a class="xref" href="ch01.zh-tw.html#_shell_glob" title="1.5.6. Shell 萬用字元">第 1.5.6 节 “Shell 萬用字元”</a>).</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_manually_switchable_network_configuration"/>5.7.6. 手動的可切換網路配置</h3>
              </div>
            </div>
          </div>
          <p>以下是如何在幾個網路配置中進行手動切換,而無需像 <a class="xref" href="ch05.zh-tw.html#_the_basic_network_reconfiguration" title="5.6.13. 網路重新配置基礎">第 5.6.13 节 “網路重新配置基礎”</a> 中那樣重寫
“<code class="literal">/etc/network/interfaces</code>” 檔案。</p>
          <p>對於你需要訪問的所有網路配置,你需要在 “<code class="literal">/etc/network/interfaces</code>”
檔案中像下面那樣建立一個單獨的節。</p>
          <pre class="screen">auto lo
iface lo inet loopback

iface config1 inet dhcp

iface config2 inet static
 address 192.168.11.100
 netmask 255.255.255.0
 gateway 192.168.11.1
 dns-domain example.com
 dns-nameservers 192.168.11.1

iface pppoe inet manual
 pre-up /sbin/ifconfig eth0 up
 up ifup ppp0=dsl
 down ifdown ppp0=dsl
 post-down /sbin/ifconfig eth0 down

# The following is used internally only
iface dsl inet ppp
 provider dsl-provider

iface pots inet ppp
 provider provider</pre>
          <p>請注意,<span class="strong"><strong><code class="literal">iface</code></strong></span> 後面標識的
<span class="strong"><strong>網路配置名稱</strong></span> 不用於標識 <span class="strong"><strong>網路介面名稱</strong></span>。另外,也沒有 <span class="strong"><strong><code class="literal">auto</code></strong></span><span class="strong"><strong><code class="literal">allow-hotplug</code></strong></span> 節來根據事件自動啟動網路介面
<code class="literal">eth0</code></p>
          <p>現在,你可以切換網路配置了。</p>
          <p>讓我們通過 DHCP 將你的 PC 移動到區域網。你可以通過下列命令開啟由<span class="strong"><strong>網路配置</strong></span>名稱(邏輯介面名稱)<code class="literal">config1</code>
指定的<span class="strong"><strong>網路介面</strong></span>(物理介面) <code class="literal">eth0</code></p>
          <pre class="screen">$ sudo ifup eth0=config1
Password:
...</pre>
          <p><code class="literal">eth0</code> 介面已開啟,由 DHCP 配置並連線到了區域網。</p>
          <pre class="screen">$ sudo ifdown eth0=config1
...</pre>
          <p><code class="literal">eth0</code> 介面已關閉並斷開區域網連線。</p>
          <p>讓我們通過靜態 IP 使你的 PC 移動到區域網。你可以通過下列命令開啟由<span class="strong"><strong>網路配置</strong></span>名稱 <code class="literal">config2</code> 指定的<span class="strong"><strong>網路介面</strong></span> <code class="literal">eth0</code></p>
          <pre class="screen">$ sudo ifup eth0=config2
...</pre>
          <p>開啟 <code class="literal">eth0</code> 介面,使用靜態 IP 配置並連線到區域網。像 <code class="literal">dns-*</code>
這樣的額外引數會配置 “<code class="literal">/etc/resolv.conf</code>” 的內容。如果安裝了
<code class="literal">resolvconf</code>,“<code class="literal">/etc/resolv.conf</code>” 會更容易管理。</p>
          <pre class="screen">$ sudo ifdown eth0=config2
...</pre>
          <p><code class="literal">eth0</code> 介面再次關閉並斷開區域網連線。</p>
          <p>讓我們將你的 PC 移動到 PPPoE 伺服器的 BB-modem 上的一個埠。你可以通過下列命令開啟由<span class="strong"><strong>網路配置</strong></span>名稱 <code class="literal">pppoe</code> 指定的<span class="strong"><strong>網路介面</strong></span> <code class="literal">eth0</code></p>
          <pre class="screen">$ sudo ifup eth0=pppoe
...</pre>
          <p><code class="literal">eth0</code> 介面已開啟,由 PPPoE 配置直接連線到 ISP。</p>
          <pre class="screen">$ sudo ifdown eth0=pppoe
...</pre>
          <p><code class="literal">eth0</code> 介面再次關閉並斷開連線。</p>
          <p>讓我們將你的 PC 移動到使用 POTS 和 modem 的位置,而非區域網或 BB-modem。你可以通過下列命令開啟由<span class="strong"><strong>網路配置</strong></span>名稱 <code class="literal">ppp0</code> 指定的<span class="strong"><strong>網路介面</strong></span> <code class="literal">eth0</code></p>
          <pre class="screen">$ sudo ifup ppp0=pots
...</pre>
          <p>開啟 <code class="literal">ppp0</code>介面,並使用 PPP 連線到網際網路。</p>
          <pre class="screen">$ sudo ifdown ppp0=pots
...</pre>
          <p>關閉 <code class="literal">ppp0</code> 介面並斷開網路。</p>
          <p>你應該檢查 “<code class="literal">/etc/network/run/ifstate</code>”
檔案,檢視<code class="literal">ifupdown</code> 系統當前網路配置的狀態。</p>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[警告]" src="images/warning.png"/>
                </td>
                <th align="left">警告</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果你有多個網路介面,你可能需要調整 <code class="literal">eth*</code><code class="literal">ppp*</code> 等的末尾數字。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_scripting_with_the_ifupdown_system"/>5.7.7. ifupdown 系統的指令碼</h3>
              </div>
            </div>
          </div>
          <p><code class="literal">ifupdown</code> 系統會自動執行安裝在 “<code class="literal">/etc/network/*/</code>”
中的指令碼,而且會傳遞環境變數給指令碼。</p>
          <div class="table">
            <a id="listofenvironmenheifupdownsystem"/>
            <p class="title">
              <strong>表 5.14. ifupdown 系統傳遞的環境變數</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="ifupdown 系統傳遞的環境變數" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    環境變數
    </th>
                    <th style="text-align: left">
    傳遞值
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$IFACE</code>"
    </td>
                    <td style="text-align: left">
    處理中的介面的物理名稱(介面名稱)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$LOGICAL</code>"
    </td>
                    <td style="text-align: left">
    處理中的介面的邏輯名稱(配置名稱)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$ADDRFAM</code>"
    </td>
                    <td style="text-align: left">
    介面的 &lt;address_family&gt;
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$METHOD</code>"
    </td>
                    <td style="text-align: left">
    介面的 &lt;method_name&gt; (例如 “static”)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$MODE</code>"
    </td>
                    <td style="text-align: left">
    如果是 <code class="literal">ifup</code> 執行的,則值為 “start”;如果是 <code class="literal">ifdown</code>
執行的,則值為 “stop”
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$PHASE</code>"
    </td>
                    <td style="text-align: left">
    根據 “<code class="literal">$MODE</code>”,但有更細緻的區分,共分為
<code class="literal">pre-up</code><code class="literal">post-up</code><code class="literal">pre-down</code><code class="literal">post-down</code> 階段
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$VERBOSITY</code>"
    </td>
                    <td style="text-align: left">
    指示是否使用了 “<code class="literal">--verbose</code>”;是為 1,否為 0
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$PATH</code>"
    </td>
                    <td style="text-align: left">
    命令搜尋路徑:“<code class="literal">/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin</code></td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    "<code class="literal">$IF_&lt;OPTION&gt;</code>"
    </td>
                    <td style="text-align: left">
    位於 <span class="strong"><strong><code class="literal">iface</code></strong></span> 這節的相應選項值
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>這裡,每一個環境變數,"<code class="literal">$IF_&lt;OPTION&gt;</code>",是在相應的選項名字 &lt;option1&gt;&lt;option2&gt; 前增加 "<code class="literal">$IF_</code>" 來建立,
把字母轉換為大寫字母,將中劃線替換為下劃線,忽略非字母數字的字元。</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>&lt;address_family&gt;, &lt;method_name&gt;, &lt;option1&gt;&lt;option2&gt; 的說明,請參見<a class="xref" href="ch05.zh-tw.html#_the_basic_syntax_of_etc_network_interfaces" title="5.6.2. &quot;/etc/network/interfaces&quot; 基本語法">第 5.6.2 节 “"/etc/network/interfaces" 基本語法”</a></p>
                </td>
              </tr>
            </table>
          </div>
          <p><code class="literal">ifupdown-extra</code> 軟體包 (參見 <a class="xref" href="ch05.zh-tw.html#_the_ifupdown_extra_package" title="5.6.14. ifupdown-extra 包">第 5.6.14 节 “ifupdown-extra 包”</a>)使用這些環境變數來擴充套件<code class="literal">ifupdown</code>
軟體包的功能. <code class="literal">ifmetric</code> 軟體包 (參見 <a class="xref" href="ch05.zh-tw.html#_the_ifmetric_package" title="5.7.2. ifmetric 軟體包">第 5.7.2 节 “ifmetric 軟體包”</a>)安裝
"<code class="literal">/etc/network/if-up.d/ifmetric</code>"指令碼,這個指令碼通過"<code class="literal">$IF_METRIC</code>"變數來設定
metric 路由度量值. <code class="literal">guessnet</code> 軟體包 (參見 <a class="xref" href="ch05.zh-tw.html#_mapping_with_guessnet" title="5.7.8. guessnet Mapping 對映">第 5.7.8 节 “guessnet Mapping 對映”</a>),提供簡單和功能強大的框架,用於通過 mapping
對映機制自動選擇網路配置,這個軟體包也使用了這些環境變數。</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>使用這些環境變數進行個性化網路配置的列子,你可以檢視"<code class="literal">/usr/share/doc/ifupdown/examples/*</code>"裡的列子指令碼,以及
<code class="literal">ifscheme</code><code class="literal">ifupdown-scripts-zg2</code>
軟體包使用的指令碼.這些額外的指令碼有部分功能和
<code class="literal">ifupdown-extra</code><code class="literal">guessnet</code>
軟體包的基本功能重疊. 如果你安裝了這些額外指令碼,你應當個性化這些指令碼來避免互相影響。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_mapping_with_guessnet"/>5.7.8. guessnet Mapping 對映</h3>
              </div>
            </div>
          </div>
          <p>為了替代在 <a class="xref" href="ch05.zh-tw.html#_the_manually_switchable_network_configuration" title="5.7.6. 手動的可切換網路配置">第 5.7.6 节 “手動的可切換網路配置”</a>
描述的手工選擇配置,你可以使用在 <a class="xref" href="ch05.zh-tw.html#_the_mapping_stanza" title="5.7.5. 對映節 mapping stanza">第 5.7.5 节 “對映節 mapping stanza”</a>
描述的對映機制,自動選擇個性化指令碼來進行配置網路。</p>
          <p><code class="literal">guessnet</code> 軟體包提供的
<span class="citerefentry"><span class="refentrytitle">guessnet-ifupdown</span>(8)</span>
命令,是被設計作為對映指令碼,並提供強力框架來增強<code class="literal">ifupdown</code> 系統.</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p><span class="strong"><strong><code class="literal">iface</code></strong></span>
節下的每一個網路配置,列出測試條件作為<span class="strong"><strong><code class="literal">guessnet</code></strong></span> 選項的值。
</p>
              </li>
              <li class="listitem">
                <p>
對映機制選擇第一個沒有錯誤結果的 <span class="strong"><strong><code class="literal">iface</code></strong></span>
作為網路配置。
</p>
              </li>
            </ul>
          </div>
          <p><code class="literal">guessnet-ifupdown</code> 使用的對映指令碼和
<code class="literal">ifupdown</code>的原始網路配置架構,這兩種對
"<code class="literal">/etc/network/interfaces</code>" 檔案的用法,不會造成負面的影響,因為 <span class="strong"><strong><code class="literal">guessnet</code></strong></span> 選項僅僅只匯出額外的環境變數到
<code class="literal">ifupdown</code> 系統執行的指令碼。細節參見
<span class="citerefentry"><span class="refentrytitle">guessnet-ifupdown</span>(8)</span>.</p>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>當多個 <span class="strong"><strong><code class="literal">guessnet</code></strong></span> 選項行需要在
"<code class="literal">/etc/network/interfaces</code>" 裡出現時,選項行使用 <span class="strong"><strong><code class="literal">guessnet1</code></strong></span>, <span class="strong"><strong><code class="literal">guessnet2</code></strong></span>,這類的開頭,因為
<code class="literal">ifupdown</code> 軟體包不允許選項行開頭字串重複。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_low_level_network_configuration"/>5.8. 底層網路配置</h2>
            </div>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_iproute2_commands"/>5.8.1. Iproute2 命令</h3>
              </div>
            </div>
          </div>
          <p><a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">Iproute2</a> 命令集提供完整的底層網路配置能力。有個從舊的 <a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/net-tools">net-tools</a> 命令集到新的 <a class="ulink" href="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">iproute2</a> 命令集的轉換表。</p>
          <div class="table">
            <a id="translationtableiprouteccommands"/>
            <p class="title">
              <strong>表 5.15. 從舊的 <code class="literal">net-tools</code> 命令集到新的 <code class="literal">iproute2</code> 命令集轉換表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="從舊的 net-tools 命令集到新的 iproute2 命令集轉換表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    舊的 net-tools
    </th>
                    <th style="text-align: left">
    新的  iproute2
    </th>
                    <th style="text-align: left">
    操作
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">ifconfig</span>(8)</span>
    </td>
                    <td style="text-align: left">
                  <code class="literal">ip addr</code>
                </td>
                    <td style="text-align: left">
    一個裝置上的協議(IP 或 IPv6)地址
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">route</span>(8)</span>
    </td>
                    <td style="text-align: left">
                  <code class="literal">ip route</code>
                </td>
                    <td style="text-align: left">
    路由表條目
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">arp</span>(8)</span>
    </td>
                    <td style="text-align: left">
                  <code class="literal">ip neigh</code>
                </td>
                    <td style="text-align: left">
    ARP 或 NDISC 快取條目
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ipmaddr</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">ip maddr</code>
                </td>
                    <td style="text-align: left">
    多播地址
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">iptunnel</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">ip tunnel</code>
                </td>
                    <td style="text-align: left">
    IP 隧道
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">nameif</span>(8)</span>
    </td>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">ifrename</span>(8)</span>
    </td>
                    <td style="text-align: left">
    基於 MAC 地址的網路介面名
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">mii-tool</span>(8)</span>
    </td>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">ethtool</span>(8)</span>
    </td>
                    <td style="text-align: left">
    乙太網裝置設定
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>參見
<span class="citerefentry"><span class="refentrytitle">ip</span>(8)</span><a class="ulink" href="http://www.policyrouting.org/iproute2.doc.html">IPROUTE2 工具套件 Howto</a>.</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_safe_low_level_network_operations"/>5.8.2. 安全的底層網路操作</h3>
              </div>
            </div>
          </div>
          <p>你可以按下面的方式安全的使用底層網路命令,這些命令不會改變網路配置。</p>
          <div class="table">
            <a id="listoflowlevelnetworkcommands"/>
            <p class="title">
              <strong>表 5.16. 底層網路命令列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="底層網路命令列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    命令
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ifconfig</code>
                </td>
                    <td style="text-align: left">
    顯示活動的網路介面連線和地址狀態
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ip addr show</code>
                </td>
                    <td style="text-align: left">
    顯示活動的網路介面連線和地址狀態
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">route -n</code>
                </td>
                    <td style="text-align: left">
    用數字地址顯示全部路由表
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ip route show</code>
                </td>
                    <td style="text-align: left">
    用數字地址顯示全部路由表
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">arp</code>
                </td>
                    <td style="text-align: left">
    顯示當前 <a class="ulink" href="https://zh.wikipedia.org/wiki/Address_Resolution_Protocol">ARP</a> 快取表的內容
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ip neigh</code>
                </td>
                    <td style="text-align: left">
    顯示當前 <a class="ulink" href="https://zh.wikipedia.org/wiki/Address_Resolution_Protocol">ARP</a> 快取表的內容
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">plog</code>
                </td>
                    <td style="text-align: left">
    顯示 ppp 後臺守護程序(daemon)日誌
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ping yahoo.com</code>
                </td>
                    <td style="text-align: left">
    檢查到 "<code class="literal">yahoo.com</code>" 的因特網連線
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">whois yahoo.com</code>
                </td>
                    <td style="text-align: left">
    在域名資料庫裡面檢查誰註冊了 "<code class="literal">yahoo.com</code>"
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">traceroute yahoo.com</code>
                </td>
                    <td style="text-align: left">
    跟蹤到 "<code class="literal">yahoo.com</code>" 的因特網連線
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">tracepath yahoo.com</code>
                </td>
                    <td style="text-align: left">
    跟蹤到 "<code class="literal">yahoo.com</code>" 的因特網連線
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">mtr yahoo.com</code>
                </td>
                    <td style="text-align: left">
    跟蹤到 "<code class="literal">yahoo.com</code>" 的因特網連線(重複的)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">dig [@dns-server.com] example.com [{a|mx|any}]</code>
                </td>
                    <td style="text-align: left">
    查詢由 "<code class="literal">dns-server.com</code>" 提供服務的
"<code class="literal">example.com</code>" 域名的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a> 記錄:
"<code class="literal">a</code>", "<code class="literal">mx</code>" 或 "<code class="literal">any</code>"
記錄
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">iptables -L -n</code>
                </td>
                    <td style="text-align: left">
    檢視包過濾
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">netstat -a</code>
                </td>
                    <td style="text-align: left">
    找出所有開啟的埠
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">netstat -l --inet</code>
                </td>
                    <td style="text-align: left">
    找出監聽埠
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">netstat -ln --tcp</code>
                </td>
                    <td style="text-align: left">
    找出 TCP 監聽埠(數字的)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">dlint example.com</code>
                </td>
                    <td style="text-align: left">
    查詢 "<code class="literal">example.com</code>" 的 DNS zone 資訊
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>部分底層網路配置工具放在 "<code class="literal">/sbin/</code>" 目錄。你可以像
"<code class="literal">/sbin/ifconfig</code>" 這樣使用完整命令路徑,或把 "<code class="literal">/sbin</code>"
加到 "<code class="literal">~/.bashrc</code>" 檔案列出的 "<code class="literal">$PATH</code>" 環境變數裡 。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_network_optimization"/>5.9. 網路優化</h2>
            </div>
          </div>
        </div>
        <p>通用的網路優化超出了本文的範圍。我提及消費等級連線相關的主題。</p>
        <div class="table">
          <a id="listofnetworkoptimizationtools"/>
          <p class="title">
            <strong>表 5.17. 網路優化工具列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網路優化工具列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iftop"> <code class="literal">iftop</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iftop">V:8, I:110</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iftop.html">93</a>
                  </td>
                  <td style="text-align: left">
    顯示一個網路介面上的頻寬使用資訊
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iperf"> <code class="literal">iperf</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iperf">V:4, I:54</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iperf.html">168</a>
                  </td>
                  <td style="text-align: left">
    網際網路協議頻寬測量工具
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ifstat">
<code class="literal">ifstat</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ifstat">V:1, I:10</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ifstat.html">56</a>
                  </td>
                  <td style="text-align: left">
    介面統計監控
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/bmon"> <code class="literal">bmon</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=bmon">V:1, I:13</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/b/bmon.html">140</a>
                  </td>
                  <td style="text-align: left">
    行動式頻寬監視器和網速估計工具
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ethstatus">
<code class="literal">ethstatus</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ethstatus">V:0, I:4</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/ethstatus.html">39</a>
                  </td>
                  <td style="text-align: left">
    快速測量網路裝置吞吐的指令碼
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/bing"> <code class="literal">bing</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=bing">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/b/bing.html">71</a>
                  </td>
                  <td style="text-align: left">
    實驗性的隨機頻寬測試器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/bwm-ng">
<code class="literal">bwm-ng</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=bwm-ng">V:1, I:17</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/b/bwm-ng.html">89</a>
                  </td>
                  <td style="text-align: left">
    小巧簡單的控制檯頻寬監測器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ethstats">
<code class="literal">ethstats</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ethstats">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/ethstats.html">20</a>
                  </td>
                  <td style="text-align: left">
    基於控制檯的乙太網統計監視器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ipfm"> <code class="literal">ipfm</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ipfm">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/ipfm.html">78</a>
                  </td>
                  <td style="text-align: left">
    頻寬分析工具
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_finding_optimal_mtu"/>5.9.1. 找出最佳 MTU</h3>
              </div>
            </div>
          </div>
          <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Maximum_transmission_unit">最大傳輸單元 Maximum Transmission Unit
(MTU)</a> 的值能夠通過加  "<code class="literal">-M do</code>" 選項的
<span class="citerefentry"><span class="refentrytitle">ping</span>(8)</span>
實驗來確定,它傳送從 1500 位元組(對於IP+ICMP 包頭,有 28 位元組的偏移)大小開始的 ICMP 包,來找出 IP 不分片的最大包大小。</p>
          <p>嘗試下列例子</p>
          <pre class="screen">$ ping -c 1 -s $((1500-28)) -M do www.debian.org
PING www.debian.org (194.109.137.218) 1472(1500) bytes of data.
From 192.168.11.2 icmp_seq=1 Frag needed and DF set (mtu = 1454)

--- www.debian.org ping statistics ---
0 packets transmitted, 0 received, +1 errors</pre>
          <p>嘗試 1454 代替 1500</p>
          <p>你看到用 1454
<span class="citerefentry"><span class="refentrytitle">ping</span>(8)</span>
成功了。</p>
          <p>這個過程是 <a class="ulink" href="https://zh.wikipedia.org/wiki/Path_MTU_discovery">路徑 MTU (PMTU) 發現</a> (<a class="ulink" href="http://tools.ietf.org/html/rfc1191">RFC1191</a>) ,
<span class="citerefentry"><span class="refentrytitle">tracepath</span>(8)</span>
命令能夠自動完成這個。</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>上面的列子,PMTU 的值是 1454,這是我先前的光纖到戶提供商,使用了 <a class="ulink" href="https://zh.wikipedia.org/wiki/異步傳輸模式">非同步傳輸模式 Asynchronous Transfer Mode</a>
(ATM) 作為他們的骨幹網路,並使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Point-to-Point_Protocol_over_Ethernet">PPPoE</a> 作為客戶端。實際 PMTU
值依賴於你的環境,比如說,我新的光纖到戶提供商是 1500。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="table">
            <a id="basicguidelinesoeoptimalmtuvalue"/>
            <p class="title">
              <strong>表 5.18. 最佳 MTU 值的基本指引方法</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="最佳 MTU 值的基本指引方法" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    網路環境
    </th>
                    <th style="text-align: left">
    MTU
    </th>
                    <th style="text-align: left">
    基本原理
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    撥號連線(IP: PPP)
    </td>
                    <td style="text-align: left">
    576
    </td>
                    <td style="text-align: left">
    標準的
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    乙太網連線 (IP: DHCP 或固定)
    </td>
                    <td style="text-align: left">
    1500
    </td>
                    <td style="text-align: left">
    預設標準值
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    乙太網連線 (IP: PPPoE)
    </td>
                    <td style="text-align: left">
    1492 (=1500-8)
    </td>
                    <td style="text-align: left">
    PPP 頭部 2 位元組 和 PPPOE 頭部 6 位元組
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    乙太網連線 (ISP 骨幹網: ATM, IP: DHCP 或固定 IP)
    </td>
                    <td style="text-align: left">
    1462 (=48*31-18-8)
    </td>
                    <td style="text-align: left">
    作者推斷:18 位元組的乙太網頭,8位元組 SAR 尾(譯註:SAR 為 ATM 技術名詞)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    乙太網連線 (ISP 骨幹: ATM, IP: PPPoE)
    </td>
                    <td style="text-align: left">
    1454 (=48*31-8-18-8)
    </td>
                    <td style="text-align: left">
    參見 "<a class="ulink" href="http://www.mynetwatchman.com/kb/ADSL/pppoemtu.htm">Optimal MTU
configuration for PPPoE ADSL Connections</a>" 來了解基本原理
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>除了這些基本的指引方法外,你還應當知道下面的資訊。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
使用任何隧道方式(<a class="ulink" href="https://zh.wikipedia.org/wiki/Virtual_private_network">VPN</a> 等.)的最佳 MTU 需要進一步減去它們上面的頭部。
</p>
              </li>
              <li class="listitem">
                <p>
MTU 值不應當超過通過實驗驗證的 PMTU 值。
</p>
              </li>
              <li class="listitem">
                <p>
當遇到其它限制的時候,較大的 MTU 值通常比較好。
</p>
              </li>
            </ul>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_setting_mtu"/>5.9.2. 設定 MTU</h3>
              </div>
            </div>
          </div>
          <p>這裡示例設定 MTU 值,從預設的 1500 設定到 1454.</p>
          <p>對於 DHCP (參見 <a class="xref" href="ch05.zh-tw.html#_the_network_interface_served_by_the_dhcp" title="5.6.4. 使用 DHCP 的網路介面">第 5.6.4 节 “使用 DHCP 的網路介面”</a>),
你能夠使用下面的方式替換 "<code class="literal">/etc/network/interfaces</code>" 檔案裡 <span class="strong"><strong><code class="literal">iface</code></strong></span> 節相關的行.</p>
          <pre class="screen">iface eth0 inet dhcp
 pre-up /sbin/ifconfig $IFACE mtu 1454</pre>
          <p>對於靜態 IP (參見 <a class="xref" href="ch05.zh-tw.html#_the_network_interface_with_the_static_ip" title="5.6.5. 使用靜態 IP 地址的網路介面">第 5.6.5 节 “使用靜態 IP 地址的網路介面”</a>),
你能夠使用下面的方式替換 "<code class="literal">/etc/network/interfaces</code>" 檔案裡 <span class="strong"><strong><code class="literal">iface</code></strong></span> 節相關的行.</p>
          <pre class="screen">iface eth0 inet static
 address 192.168.11.100
 netmask 255.255.255.0
 gateway 192.168.11.1
 mtu 1454
 dns-domain example.com
 dns-nameservers 192.168.11.1</pre>
          <p>對於直接 PPPoE (參見 <a class="xref" href="ch05.zh-tw.html#_the_pppoe_connection_with_pppoeconf" title="5.5.5. 使用 pppoeconf 的 PPPoE 乙太網連線">第 5.5.5 节 “使用 pppoeconf  的 PPPoE 乙太網連線”</a>),你能夠使用下面的方式替換
"<code class="literal">/etc/ppp/peers/dsl-provider</code>" 裡 "<code class="literal">mtu</code>"
相關的行.</p>
          <pre class="screen">mtu 1454</pre>
          <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Maximum_segment_size">最大分片大小</a> (MSS) 是另外一種衡量包大小的方法。MSS 和
MTU 的關係如下.</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
對於 IPv4, MSS = MTU - 40
</p>
              </li>
              <li class="listitem">
                <p>
對於 IPv6,MSS = MTU - 60
</p>
              </li>
            </ul>
          </div>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>基於
<span class="citerefentry"><span class="refentrytitle">iptables</span>(8)</span>
(參見 <a class="xref" href="ch05.zh-tw.html#_netfilter_infrastructure" title="5.10. Netfilter 網路過濾框架">第 5.10 节 “Netfilter 網路過濾框架”</a>) 的優化,能夠通過 MSS 來壓縮包大小,路由器會用到
MMS 。參見
<span class="citerefentry"><span class="refentrytitle">iptables</span>(8)</span>中的"TCPMSS"
.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_wan_tcp_optimization"/>5.9.3. WAN TCP 優化</h3>
              </div>
            </div>
          </div>
          <p>TCP 吞吐量能夠通過調整 TCP 緩衝大小的引數來最大化,對現代大頻寬和高延時的 WAN,在 "<a class="ulink" href="http://dsd.lbl.gov/TCP-tuning/">TCP Tuning Guide</a>" 和 "<a class="ulink" href="https://zh.wikipedia.org/wiki/TCP_tuning">TCP tuning</a>"裡有描述.  到目前為止,當前 Debian 預設設定能夠很好的服務好我的
1G bps 光纖到戶 LAN 連線。</p>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_netfilter_infrastructure"/>5.10. Netfilter 網路過濾框架</h2>
            </div>
          </div>
        </div>
        <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">Netfilter</a> 使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Linux_kernel">Linux 核心</a> 模組 (參見 <a class="xref" href="ch03.zh-tw.html#_the_kernel_module_initialization" title="3.3.1. 核心模組初始化">第 3.3.1 节 “核心模組初始化”</a>) 提供 <a class="ulink" href="https://zh.wikipedia.org/wiki/Stateful_firewall">狀態防火牆</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Network_address_translation">網路地址轉換 (NAT)</a> 框架。</p>
        <div class="table">
          <a id="listoffirewalltools"/>
          <p class="title">
            <strong>表 5.19. 防火牆工具列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="防火牆工具列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iptables">
<code class="literal">iptables</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iptables">V:256, I:995</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iptables.html">1543</a>
                  </td>
                  <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a>
管理工具(<span class="citerefentry"><span class="refentrytitle">iptables</span>(8)</span>
用於 IPv4,
<span class="citerefentry"><span class="refentrytitle">ip6tables</span>(8)</span>
用於 IPv6)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/arptables">
<code class="literal">arptables</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=arptables">V:0, I:2</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/a/arptables.html">83</a>
                  </td>
                  <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a>
管理工具(<span class="citerefentry"><span class="refentrytitle">arptables</span>(8)</span>
用於 ARP)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ebtables">
<code class="literal">ebtables</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ebtables">V:36, I:59</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/ebtables.html">351</a>
                  </td>
                  <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 管理工具
(<span class="citerefentry"><span class="refentrytitle">ebtables</span>(8)</span>
用於乙太網橋)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/iptstate">
<code class="literal">iptstate</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=iptstate">V:0, I:4</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/iptstate.html">116</a>
                  </td>
                  <td style="text-align: left">
    持續性監控 <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 狀態 (和
<span class="citerefentry"><span class="refentrytitle">top</span>(1)</span>
相似)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/shorewall-init">
<code class="literal">shorewall-init</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=shorewall-init">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/shorewall-init.html">79</a>
                  </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Shorewall">Shoreline 防火牆</a> 初始化
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/shorewall">
<code class="literal">shorewall</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=shorewall">V:6, I:14</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/shorewall.html">2448</a>
                  </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Shorewall">Shoreline 防火牆</a>, <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 配置檔案生成器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/shorewall-lite">
<code class="literal">shorewall-lite</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=shorewall-lite">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/shorewall-lite.html">76</a>
                  </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Shorewall">Shoreline 防火牆</a>, <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 配置檔案生成器 (精簡版)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/shorewall6">
<code class="literal">shorewall6</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=shorewall6">V:0, I:2</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/shorewall6.html">782</a>
                  </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Shorewall">Shoreline 防火牆</a>, <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 配置檔案生成器(IPv6 版本)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/shorewall6-lite">
<code class="literal">shorewall6-lite</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=shorewall6-lite">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/shorewall6-lite.html">74</a>
                  </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Shorewall">Shoreline 防火牆</a>, <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 配置檔案生成器 (IPv6,精簡版)
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a> 主要的使用者層程式是
<span class="citerefentry"><span class="refentrytitle">iptables</span>(8)</span>.你能從
shell 手工交付式的配置 <a class="ulink" href="https://zh.wikipedia.org/wiki/Netfilter">netfilter</a>,使用
<span class="citerefentry"><span class="refentrytitle">iptables-save</span>(8)</span>
儲存當前狀態,當系統重啟時,通過 init 指令碼呼叫
<span class="citerefentry"><span class="refentrytitle">iptables-restore</span>(8)</span>
來恢復。</p>
        <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Shorewall">shorewall</a> 這樣的配置幫助指令碼能夠使這個過程變得更簡單。</p>
        <p>參見 <a class="ulink" href="http://www.netfilter.org/documentation/">http://www.netfilter.org/documentation/</a>
上的文件(或在 "<code class="literal">/usr/share/doc/iptables/html/</code>" 裡面的文件).</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
            <a class="ulink" href="http://www.netfilter.org/documentation/HOWTO/networking-concepts-HOWTO.html">Linux Networking-concepts
HOWTO</a>
          </p>
            </li>
            <li class="listitem">
              <p>
            <a class="ulink" href="http://www.netfilter.org/documentation/HOWTO/packet-filtering-HOWTO.html">Linux 2.4 Packet Filtering
HOWTO</a>
          </p>
            </li>
            <li class="listitem">
              <p>
            <a class="ulink" href="http://www.netfilter.org/documentation/HOWTO/NAT-HOWTO.html">Linux 2.4 NAT HOWTO</a>
          </p>
            </li>
          </ul>
        </div>
        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Tip">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[提示]" src="images/tip.png"/>
              </td>
              <th align="left">提示</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>雖然這些是為 Linux <span class="strong"><strong>2.4</strong></span>
寫的,<span class="citerefentry"><span class="refentrytitle">iptables</span>(8)</span>
命令和 netfilter 核心功能都能夠在 Linux<span class="strong"><strong>2.6</strong></span><span class="strong"><strong>3.x</strong></span>  核心系列實現.</p>
              </td>
            </tr>
          </table>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr/>
      <table width="100%" summary="Navigation footer">
        <tr>
          <td align="left"><a accesskey="p" href="ch04.zh-tw.html"><img src="images/prev.png" alt="上一页"/></a> </td>
          <td align="center"> </td>
          <td align="right"> <a accesskey="n" href="ch06.zh-tw.html"><img src="images/next.png" alt="下一页"/></a></td>
        </tr>
        <tr>
          <td align="left" valign="top">第 4 章 認證 </td>
          <td align="center">
            <a accesskey="h" href="index.zh-tw.html">
              <img src="images/home.png" alt="起始页"/>
            </a>
          </td>
          <td align="right" valign="top"> 第 6 章 網路應用</td>
        </tr>
      </table>
    </div>
  </body>
</html>