Actions
Naming Rules » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Marc Dequènes, 2020-04-08 21:19
Naming Rules¶
Network Interfaces¶
- LAN interface: eth-lan
- WAN interface: eth-wan
- VLAN: vlan<i> (with <i> the VLAN ID)
- Bridge: br-lan or br-wan
- PPP (PPPOE, L2TP): _ppp-<provider|destination>
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).
Updated by Marc Dequènes over 4 years ago · 2 revisions