Moin Community,
ich hoffe mir kann hier jemand weiter helfen.
Ich hab nen Pi2 mit Linux raspberrypi 6.6.74+rpt-rpi-v7 #1 SMP Raspbian 1:6.6.74-1+rpt1 (2025-01-27) armv7l GNU/Linux leider musste ich feststellen das kaum ein debian Tutorial zum einrichten der Netzwerkbrücke funktioniert, da die Konfiguration mit dem pi doch ganz anders ist? ich hatte das ganze mit der Anleitung versucht, https://wiki.magenbrot.net/books/distribu…ge-unter-debian leider fängt es schon damit an dass die Datei etc/network/interfaces weder vorhanden ist noch irgend was bewirkt, sofern man sie anlegt. bridge-utils ist schon installiert.
ein ifconfig ergibt bei mir:
Code
enx207bd2b21192: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 20:7b:d2:b2:11:92 txqueuelen 1000 (Ethernet)
RX packets 935 bytes 148371 (144.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 277 bytes 47544 (46.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enxb827ebdd2419: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.2.185 netmask 255.255.255.0 broadcast 192.168.2.255
inet6 2003:fd:1f01:3015:2ddc:67a4:37fe:4da1 prefixlen 64 scopeid 0x0<global>
inet6 fe80::db11:61d2:331c:6a0 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:dd:24:19 txqueuelen 1000 (Ethernet)
RX packets 25575 bytes 1809748 (1.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1028 bytes 92965 (90.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 11 bytes 1661 (1.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11 bytes 1661 (1.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Display More
ein brctl show ergibt keine Ausgabe.
Wo liegen denn die Dateien die angepasst werden müssen?
Gruß Saito