Net devices mode » Historial » Versió 1
Pau Escrich, 02-06-2012 19:41
1 | 1 | Pau Escrich | h1. Net devices mode |
---|---|---|---|
2 | |||
3 | In qMp system an interface (i.e eth0) can be configured as different modes: |
||
4 | |||
5 | * LAN The interfaces defined here are bridged and used to give IPs to the clients (by dhcp server) |
||
6 | * WAN The interfaces defined here are waiting for a dhcp reply to get the gateway configuration |
||
7 | * MESH The interfaces selected as mesh will use the dynamic routing protocols to reach the rest of nodes |
||
8 | |||
9 | qMp uses VLAN tagging to split the routing protocols and to be able to use a LAN device as WAN too and in the other side. |
||
10 | So in the next table can be seen how an interface "eth0" is configured depending on the mode. |
||
11 | |||
12 | |_.Mode |_.Lan bridge interface |_.Dhcp client interface |_.Mesh routing interface | |
||
13 | | LAN | eth0 | eth0.2 | - | |
||
14 | | WAN | eth0.1 | eth0 | (eth0.11,eth0.12?) | |
||
15 | | Mesh | eth0.1 | - | eth0.11, eth0.12 | |