Naming Rules » History » Version 3
Marc Dequènes, 2020-05-18 10:06
1 | 1 | Marc Dequènes | h1. Naming Rules |
---|---|---|---|
2 | |||
3 | h2. Network Interfaces |
||
4 | |||
5 | * LAN interface: _eth-lan_ |
||
6 | * WAN interface: _eth-wan_ |
||
7 | * VLAN: _vlan<i>_ (with _<i>_ the VLAN ID) |
||
8 | * Bridge: _br-lan_ or _br-wan_ |
||
9 | 3 | Marc Dequènes | * PPP (PPPOE, L2TP): _ppp-<provider|destination>_ |
10 | 1 | Marc Dequènes | |
11 | In case there is multiple LAN/WAN/Bridge interfaces then it is suffixed with _-<provider>_ (with _<provider>_ the name of the link's upstream provider). |