Hauptmenü öffnen
Start
Zufall
Anmelden
Einstellungen
Über Freifunk MWU Wiki
Haftungsausschluss
Freifunk MWU Wiki
Suchen
Änderungen
← Zum vorherigen Versionsunterschied
Zum nächsten Versionsunterschied →
Howto/Backbone-Client
(Quelltext anzeigen)
Version vom 15. Februar 2016, 19:23 Uhr
874 Bytes hinzugefügt
,
19:23, 15. Feb. 2016
→Gluon-Router-Konfiguration
Zeile 87:
Zeile 87:
Nun wird das VLAN3 der Client-Bridge hinzugefügt und das alte Untagged-Interface (in diesem Fall eth0) wird entfernt:
Nun wird das VLAN3 der Client-Bridge hinzugefügt und das alte Untagged-Interface (in diesem Fall eth0) wird entfernt:
+
+
Bis Gluon 0.2
config interface 'client'
config interface 'client'
option reqprefix 'no'
option reqprefix 'no'
option ifname 'bat0 eth0.3'
option ifname 'bat0 eth0.3'
+
option proto 'dhcpv6'
+
option type 'bridge'
+
option igmp_snooping '0'
+
option macaddr 'e8:94:f6:68:28:9c'
+
option peerdns '1'
+
+
Ab Gluon Version 0.3 gibt es eine kleine Syntax-Änderung. ( es dürfen keine zwei Interfaces hinter "IFNAME" stehen)
+
+
config interface 'client'
+
option reqprefix 'no'
+
option ifname 'bat0'
+
option ifname 'eth0.3'
option proto 'dhcpv6'
option proto 'dhcpv6'
option type 'bridge'
option type 'bridge'
Jumpman
166
Bearbeitungen