Changes

2,663 bytes removed ,  15:13, 24 May 2023
m
Line 1: Line 1: −
==Network configuration==
+
{{Template: Networking_rutos_manual_ip_settings
 
+
<!------------------------DEVICE----------------------->
This section provides information on <b>network interface configuration</b>. There are three main modes of interface configuration:
+
| name      = TAP100
 
+
| series    = TAP100
====Interface setup: Mode Static====
  −
----
  −
The <b>static</b> protocol uses a predefined manual configuration instead of obtaining parameters automatically via a DHCP lease.
  −
 
  −
[[File:Networking_rutos_manual_ipsettings_setup_static.png|border|class=tlt-border]]
   
}}
 
}}
  −
<table class="nd-mantable">
  −
    <tr>
  −
        <th>Field</th>
  −
      <th>Value</th>
  −
      <th>Description</th>
  −
    </tr>
  −
    <tr>
  −
      <td>IPv4 address</td>
  −
      <td>ip4; default[for LAN]: <b>192.168.1.3</b></td>
  −
      <td>The IPv4 address interface of this interface. An IP address identifies a device on a network and allows it to communicate with other devices.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>IPv4 netmask</td>
  −
      <td>netmask; default[for LAN]: <b>255.255.255.0</b></td>
  −
      <td>The IPv4 netmask of this interface. A <b>[[What is a Netmask?|netmask]]</b> is used to define how "large" a network is by specifying which part of the IP address denotes the network and which part denotes a device.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>IPv4 gateway</td>
  −
      <td>ip4; default: <b>none</b></td>
  −
      <td>The IPv4 gateway address used by this interface. An interface's default gateway is the default address through which all outgoing traffic is directed.</td>
  −
    </tr>
  −
    <tr>
  −
    <td>IPv6 address</td>
  −
      <td>ip6; default: <b>none</b></td>
  −
      <td>The IPv6 address interface of this interface. An IP address identifies a device on a network and allows it to communicate with other devices.</td>
  −
    </tr>
  −
    <tr>
  −
    <td>IPv6 gateway</td>
  −
      <td>ip6; default: <b>none</b></td>
  −
      <td>The IPv6 gateway address used by this interface. An interface's default gateway is the default address through which all outgoing traffic is directed.</td>
  −
    </tr>
  −
    <tr>
  −
      <td>DNS servers</td>
  −
      <td>ip4; default: <b>none</b></td>
  −
      <td>DNS server addresses that this interface will use. If left empty, DNS servers are assigned automatically. To see what DNS servers are currently used, you can check the contents of the <i>/tmp/resolv.conf.auto</i> file.</td>
  −
    </tr>
  −
</table>
  −
  −
====Interface setup: Mode DHCP====
  −
----
  −
The <b>DHCP</b> protocol is used to set up an interface which obtains its configuration parameters automatically via a DHCP lease.
  −
  −
[[File:Networking_rutos_manual_ipsettings_setup_dhcp.png|border|class=tlt-border]]
  −
  −
====Interface setup: Mode Static + DHCP====
  −
----
  −
  −
The <b>Static + DHCP</b> protocols are used simultaneously to obtain configuration parameters manually and automatically.
  −
  −
[[File:Networking_rutos_manual_ipsettings_setup_staticdhcp.png|border|class=tlt-border]]
  −
  −
[[Category:{{{name}}} Network section]]