RevPi Connect Bridge

Topics about the Software of Revolution Pi
Post Reply
gian
Posts: 4
Joined: 16 Apr 2019, 17:25
Answers: 0

RevPi Connect Bridge

Post by gian »

Dear All,

I'm not able to install bridge utils into my Connect as always did with raspberry PI3.
I used to install it to create bridging between eth0 and eth1 into '/etc/network/interface' file.


auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual

auto br0
iface br0 inet static

bridge_ports eth0 eth1
address 192.168.1.75/24
netmask 255.255.255.0
gateway 192.168.1.254

The Connect has been properly updated and upgraded.
Any idea to solve this issue ?

Thank you in advance.
User avatar
lukas
Expert
Posts: 186
Joined: 13 Feb 2017, 10:29
Answers: 0

Re: RevPi Connect Bridge

Post by lukas »

Hi gian,

could you be a little more specific what exactly is not working? I was able to install the bridge-utils package on the RevPi Connect on my desk without a hitch.

Thanks,

Lukas
Post Reply