[Berlin-wireless] Tunneldigger (de-)aktivieren

Matthias Klose matthias at klose.berlin
Di Mai 24 19:53:00 CEST 2022


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

Am 24.05.22 um 19:41 schrieb Robert Kähler:
> Das habe ich auch noch probiert:
>
> <...>



Mehr Informationen über die Mailingliste Berlin