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