Invision Power Services: Ubuntu Bridge - Invision Power Services

Jump to content

Computing & Technology Forum Rules

Our community chat forum areas are for off-topic discussion only. Please do not post topics about IPS or its products and services here. We provide other forum areas for IPS discussion.

Do you need technical support on IPS products or services?

You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Resources.

Did you find a bug in one of our products?

If you believe you've found a bug please post it to the bug tracker.

Have a suggestion or feedback?

Use the company feedback forum or appropriate product feedback forum. You can also submit a ticket in your client area if it's a private matter.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Ubuntu Bridge MAC Address Detection Rate Topic: -----

#1 User is offline   Michael P Icon

  • PCA
  • PipPipPipPipPipPip
  • View blog
  • View gallery
Group:
Members
Posts:
2,222
Joined:
15-February 05
Location:
Newcastle, UK.
Interests:
- Managing my business www.peacockcarter.co.uk<br />- Reading<br />- Watching Films<br />- Futurama<br />- Simpsons<br />- Photography<br />- Programming<br />- Systems Analysis<br />- Learning new things<br />- Website Development

Posted 08 September 2005 - 10:19 PM

Hi!

In a few weeks im off to university, where the rooms have one single network point, to use the point I have to register my computers MAC address using an internal web page. The point is locked to only respond to that address, any other mac addresses which are plugged in will lock out the point. So, the solution for multi-machines, is a router with a MAC address, OR, I hope a network bridge.

Iv spent all afternoon bridging my internet at home so it plugs into ubuntu which then plugs into a hub to other machines, my question is will it only log the mac address of the ubuntu machine?

For reference if anyone tries this, here is how I did it:

You need 2 network cards in computer
Root Terminal
sudo gedit /etc/network/interface

add to the end:

iface br0 inet dhcp
bridge_ports eth0 eth1
auto br0

SAVE

and in root terminal
ifup br0

:)
0

#2 User is offline   Peter C Icon

  • IPB Newbie
  • Pip
Group:
Members
Posts:
1
Joined:
18-October 06

Posted 18 October 2006 - 02:18 PM

actually it didnt work for me sad.gif
is it "sudo gedit /etc/network/interface" or "sudo gedit /etc/network/interfaces" <--- With an S in the end..
i did add "iface br0 inet dhcp
bridge_ports eth0 eth1
auto br0" to the end in "/etc/network/interfaces"
and that was working fine, but when the command "ifup br0" comes upp , then i get
"ubuntu@ubuntu:~$ sudo ifup br0
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

wifi0: unknown hardware address type 801
SIOCSIFADDR: No such device
br0: ERROR while getting interface flags: No such device
br0: ERROR while getting interface flags: No such device
wifi0: unknown hardware address type 801
Bind socket to interface: No such device
Failed to bring up br0. "

and the wifi0, does it have something to do with the bridge ? I tested to activate it and deactivate it , the results was the same! PLEASE Help me original.gif \\Peter
0

#3 User is offline   Mat (Aesir Tech) Icon

  • Let's say my yearly license expired in...
  • Icon
  • View blog
Group:
+Active Customers
Posts:
2,776
Joined:
07-November 03
Location:
Auckland, NZ

Posted 19 October 2006 - 06:21 AM

QUOTE(Think Systems @ Sep 9 2005, 11:19 AM) <{POST_SNAPBACK}>
Iv spent all afternoon bridging my internet at home so it plugs into ubuntu which then plugs into a hub to other machines, my question is will it only log the mac address of the ubuntu machine?


Yes. The standard requires that the MAC address of all communications be the MAC address of the last router in the chain.
Mat Barrie, Managing Director, Aesir Technologies

Posted Image
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users