On Fri, 2004-05-14 at 09:05 -0700, Stephen Hemminger wrote: > What is the (pseudo) hardware address of the bridge (ie ifconfig br0)? > Also, how is IP setup on the linux box. You need to assign an IP address > to the bridge (br0) and not to the the ethernet ports (eth0,eth1,eth2...)
It is like so, the bridge has the ip addr 10.0.0.1; the bridge itself
contains the interfaces eth1,2,4 and 5; all of these interfaces _do not_
have an ip address; they are just "ip link set eth$ up'd"; e.g:
br0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
link/ether 00:50:c2:11:34:9d brd ff:ff:ff:ff:ff:ff
inet 10.0.0.1/24 brd 10.255.255.255 scope global br0
eth1: <BROADCAST,MULTICAST,PROMISC,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/ether 00:50:c2:11:34:9d brd ff:ff:ff:ff:ff:ff
eth2: <BROADCAST,MULTICAST,PROMISC,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/ether 00:50:c2:11:34:9e brd ff:ff:ff:ff:ff:ff
eth4: <BROADCAST,MULTICAST,PROMISC,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/ether 00:50:c2:11:36:50 brd ff:ff:ff:ff:ff:ff
eth5: <BROADCAST,MULTICAST,PROMISC,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/ether 00:50:c2:11:36:51 brd ff:ff:ff:ff:ff:ff
bridge name bridge id STP enabled interfaces
br0 8000.0050c211349d no eth1
eth2
eth4
eth5
(The other interfaces are not part of the bridge, one is the external
line (eth0); and the other a separate private network (eth3 -
192.168.x.x).
I will also add, I did a little research on msdn, and found out
something about the MS way of loadbalancing; in that 03:bf:0a:00:00:15
address seems to be a multicast hardware address; frames sent to this
would get sent to all of the hardware addresses in that 'group' (the
other three windows machines (which is why i'm seeing 3 arp replies for
1 request, methinks)).
Happy to oblige with any more info, if required.
Cheers,
Matt
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://lists.osdl.org/mailman/listinfo/bridge
