Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5402

Networking and servers • create bridge ethernet

$
0
0
Dear,

I have raspberry pi 5 with bookworm version and i set into :

Code:

/etc/network/interfaces

Code:

# interfaces(5) file used by ifup(8) and ifdown(8)# Include files from /etc/network/interfaces.d:source /etc/network/interfaces.d/*# Bridge setupauto loiface lo inet loopbackiface eth0 inet manualiface eth1 inet manualiface br0 inet dhcp    bridge_ports eth0 eth1    bridge_stp off    bridge_fd 0    bridge_maxwait 0
and i reboot, when i tape :

Code:

ifconfig
eth0 and eth1 are not display, same br0. Internet connection is lost.

What is wrong on my actions?

Thank you.

Statistics: Posted by lebossejames — Sun Mar 17, 2024 3:41 pm



Viewing all articles
Browse latest Browse all 5402

Trending Articles