about summary refs log tree commit diff stats
path: root/tools/network.html
blob: 0dc51d6c3e3177b36b97119c7592fd341164d8b9 (plain) (blame)
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
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>Network Tools</title>
    </head>
    <body>

        <a href="index.html">Tools Index</a>

        <h1>Network Tools</h1>

        <p>Ethernet and wireless connections to router are configured
        by <a href="../core/network.html">net and wlan</a> scripts, they
        allow to connect to the internet in the most common environments.</p>

        <p>For network statistics and monitoring see <a href="tcpdump.html">tcpdump</a>.</p>

        <h2 id="bridge">Bridges</h2>

        <p>See <a href="conf/etc/rc.d/blan">/etc/rc.d/blan</a> on
        how to create interfaces at startup or as source to do it
        in automatic way;</p>

        <p>For more information about bridges <a href="http://ebtables.netfilter.org/br_fw_ia/br_fw_ia.html#section7">Bridges with iptables</a></p>

        <a href="index.html">Tools Index</a>
        <p>This is part of the c9 Manual.
        Copyright (C) 2016
        c9 team.
        See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
        for copying conditions.</p>

    </body>
</html>