RevPi Connect Bridge
Posted: 16 Apr 2019, 17:32
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.
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.