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

Joined: Fri Apr 18, 2014 7:16 pm
Posts: 5
I am trying to create a bridge network interface off my eth0
i'm on ubuntu 13.10 :?:
I've tried several different methods editing /etc/network/interfaces
All my attempts end with me lossing network connection to the machine and I have to rebuild to regain remote access.

Heres my latest /etc/network/interfaces which is currently on the machine and currently unable to ssh to

Code:
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
  bridge_ports eth0
  bridge_fd 9
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off



I have also tried a setup like the following with same results:

Code:
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
  address 173.230.156.218
  broadcast 173.230.156.25
  netmask 255.255.255.0
  gateway 173.230.156.1
  bridge_ports eth0
  bridge_fd 9
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off
  post-up /usr/sbin/brctl setfd br0 0 addif br0 eth0


Top
   
PostPosted: Fri Apr 18, 2014 7:58 pm 
Offline
Junior Member

Joined: Tue Sep 30, 2008 8:07 pm
Posts: 26
Website: http://www.nivex.net/
Location: Hillsborough, NC, US
That's because you cannot bridge to the eth0 of your Linode. The Xen container prohibits you from originating anything other than your assigned MAC address.


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


Who is online

Users browsing this forum: No registered users and 4 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