← Back to team overview

touch-packages team mailing list archive

[Bug 1430675] Re: fails to set up a bridged network interface

 

*** This bug is a duplicate of bug 1439109 ***
    https://bugs.launchpad.net/bugs/1439109

Fixed for me.

zoolook@venkman:~$ ls /etc/rcS.d/ | grep net
zoolook@venkman:~$ sudo update-rc.d networking remove
zoolook@venkman:~$ sudo update-rc.d networking defaults
zoolook@venkman:~$ ls /etc/rcS.d/ | grep net
   0 lrwxrwxrwx 1 root root  20 abr  8 08:23 S11networking -> ../init.d/networking*

After reboot, my three bridges came up as they should.


Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1430675

Title:
  fails to set up a bridged network interface

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I have a simple bridge set up in /etc/network/interfaces so that the
  virtual machines running on that machine can use it and be on the same
  subnet. But with systemd it's not started on boot. The bridge is
  configured as follows

  auto br0
  iface br0 inet dhcp
  	bridge_ports eth0
  	bridge_stp off
  	bridge_maxwait 5

  reproduced now on a fresh vm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1430675/+subscriptions


References