Orga
240
Bearbeitungen
Hannes (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Entwurf == VLANs == === Konfigurationsbeispiel Hannes === '''/etc/config/gluon''' * wichtig, Zuordnung der role config interface 'iface_lan' und config interface 'iface_wan' entfernen * Siehe Kommentare im Code (Achtung, Kommentare gehen verloren wenn '''gluon-reconfigure''' läuft) * eth0 mit VLAN 101 (WAN/Uplink für den Router) und VLAN 102 (Freifunk Client Netz/Freifunk DHCP) ** auf WAN/Uplink wird gleichzeitig Mesh über Kabel gemacht * eth1/eth2…“) |
Hannes (Diskussion | Beiträge) (→VLANs) |
||
Zeile 15: | Zeile 15: | ||
* eth4 mit VLAN 101 (WAN/Uplink für den Router) | * eth4 mit VLAN 101 (WAN/Uplink für den Router) | ||
< | <pre> | ||
config core 'core' | config core 'core' | ||
option domain 'potsdam' | option domain 'potsdam' | ||
Zeile 69: | Zeile 69: | ||
option name 'eth2' | option name 'eth2' | ||
list role 'client' | list role 'client' | ||
</ | </pre> |