Skip to main content

Thread: OpenVPN, trying to get br0 interfaces to come up


hello,

i'm trying openvpn working when try bring br0 interface gives me error.

below messages when run

code:
/etc/init.d/networking restart
code:
 * reconfiguring network interfaces... rtnetlink answers: no such process ssh stop/waiting ssh start/running, process 23617 ssh stop/waiting ssh start/running, process 23680 add bridge failed: package not installed run-parts: /etc/network/if-pre-up.d/bridge exited return code 1 internet systems consortium dhcp client v3.1.3 copyright 2004-2009 internet systems consortium. rights reserved. info, please visit https://www.isc.org/software/dhcp/  siocsifaddr: no such device br0: error while getting interface flags: no such device br0: error while getting interface flags: no such device bind socket interface: no such device failed bring br0.
code:
/etc/network/interfaces
looks following atm:

code:
auto lo iface lo inet loopback         address 127.0.0.1         netmask 255.0.0.0         broadcast 127.255.255.255         ip route replace 127.0.0.0/8 dev lo   # auto generated venet0 interfaces auto venet0 iface venet0 inet static         address 127.0.0.1         netmask 255.255.255.255         broadcast 0.0.0.0         route add -net 191.255.255.1 netmask 255.255.255.255 dev venet0         route add default gw 191.255.255.1  auto venet0:0 iface venet0:0 inet static         address 91.250.96.253         netmask 255.255.255.255  auto br0 iface br0 inet dhcp         bridge_ports venet0         bridge_fd 9         bridge_hello 2         bridge_maxage 12         bridge_stp off
any ideas?

any ideas?
this ?
code:
add bridge failed: package not installed


Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] OpenVPN, trying to get br0 interfaces to come up


Ubuntu

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP