[Berlin-wireless] Tunneldigger (de-)aktivieren

Robert Kähler robert.kaehler at email.de
Di Mai 24 22:16:45 CEST 2022


Jupp - hat funktioniert. WAN ist jetzt online.
list ports 'eth0'
war auch noch drin, habe es wie empfohlen raus editiert.
 
Danke und Gruß
Robert 
 

Gesendet: Dienstag, 24. Mai 2022 um 19:53 Uhr
Von: "Matthias Klose" <matthias at klose.berlin>
An: berlin at berlin.freifunk.net
Betreff: Re: [Berlin-wireless] Tunneldigger (de-)aktivieren
Da fehlt das wan-Interface.

$ vim /etc/config/network

füge ans Ende der Datei folgende Blöcke hinzu:

# ===snip===

config device
        option type 'bridge'
        option name 'br-wan'
        list ports 'eth0'

config interface 'wan'
        option proto 'dhcp'
        option peerdns '0'
        option disabled '0'
        option device 'br-wan'

config interface 'wan6'
        option proto 'dhcpv6'
        option peerdns '0'
        option disabled '0'
        option device 'br-wan'

# ===/snip===

Achte bitte auch darauf, dass
list ports 'eth0'
nicht bei der
config device für br-dhcp vorkommt. Sollte das da noch drin stehen,
einfach list ports '' draus machen.

anschließend:

$ reboot

Gruß Matthias



Mehr Informationen über die Mailingliste Berlin