Linode Forum
https://forum.linode.com/

Neither bridged interface nor private IP interfaces created
https://forum.linode.com/viewtopic.php?f=19&t=11177
Page 1 of 1

Author:  aceofspades [ Fri Jul 18, 2014 7:27 pm ]
Post subject:  Neither bridged interface nor private IP interfaces created

Per http://jpetazzo.github.io/2013/10/16/co ... e-network/ I am trying to set up br0, as well as the private IP for the node.

/etc/network/interfaces:

Code:
iface eth0:0 inet static
  address 192.168.xxx.yyy
  netmask 255.255.128.0

auto br0
iface br0 inet static
  address 10.1.1.1
  netmask 255.255.255.0
  bridge_ports dummy0
  bridge_stp off
  bridge_fd 0


Neither`sudo /etc/init.d/networking restart` nor rebooting server shows either interface in `ifconfig` output.

Author:  retrograde inversion [ Fri Jul 18, 2014 7:38 pm ]
Post subject:  Re: Neither bridged interface nor private IP interfaces crea

Can you show your entire /etc/network/interfaces file?

Keep in mind that if you configure private networking on eth0:0, you should also configure eth0's primary IP address statically.

Author:  akerl [ Sat Jul 19, 2014 12:35 am ]
Post subject:  Re: Neither bridged interface nor private IP interfaces crea

Keep in mind that on some distros (Ubuntu sticks out in my mind) the output of `ifconfig` just doesn't show aliases like eth0:0

- Les

Author:  jebblue [ Tue Aug 05, 2014 11:49 am ]
Post subject:  Re: Neither bridged interface nor private IP interfaces crea

akerl wrote:
Keep in mind that on some distros (Ubuntu sticks out in my mind) the output of `ifconfig` just doesn't show aliases like eth0:0

- Les


It's always worked for me on Ubuntu Desktop and Server.

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/