Naming Rules » History » Version 2
Marc Dequènes, 2020-04-08 21:19
| 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 | 2 | 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). |