Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jul 18, 2014 7:27 pm 
Offline

Joined: Fri Jul 18, 2014 7:22 pm
Posts: 1
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.


Top
   
PostPosted: Fri Jul 18, 2014 7:38 pm 
Offline
Senior Member

Joined: Wed Jun 08, 2011 11:25 pm
Posts: 51
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.


Top
   
PostPosted: Sat Jul 19, 2014 12:35 am 
Offline
Senior Member

Joined: Mon Jul 05, 2010 5:13 pm
Posts: 392
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


Top
   
PostPosted: Tue Aug 05, 2014 11:49 am 
Offline
Senior Member

Joined: Sun May 23, 2010 1:57 pm
Posts: 315
Website: http://www.jebblue.net
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.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group