* [Bridge] Multiple bridges in one box
@ 2007-01-30 13:36 udu.ogah
2007-01-31 0:39 ` Leigh Sharpe
0 siblings, 1 reply; 3+ messages in thread
From: udu.ogah @ 2007-01-30 13:36 UTC (permalink / raw)
To: bridge
Hi,
I'm looking at building a box like this and I'm wondering if it's doable.
My box has 13 NiCS made up of 1 onboard NIC and 3 4-port NiCs.
I want to make bridges consisting say br0(bridging eth0 and eth1),
br1(briding eth2 and eth3), br2(briding eth4 and eth5), and so on.
Secondly can I bridge a tun device with a physical device, say tun0 and eth0
bridged to form br0.
Thanks,
Philologus...
====
This e-mail is intended solely for the addressee. It may contain private and
confidential information. If you are not the intended addressee, please take
no action based on it nor show a copy to anyone. Please reply to this e-mail
to highlight the error. You should also be aware that all electronic mail
from, to, or within Northumbria University may be the subject of a request
under the Freedom of Information Act 2000 and related legislation, and
therefore may be required to be disclosed to third parties.
This e-mail and attachments have been scanned for viruses prior to leaving
Northumbria University. Northumbria University will not be liable for any
losses as a result of any viruses being passed on.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bridge] Multiple bridges in one box
2007-01-30 13:36 [Bridge] Multiple bridges in one box udu.ogah
@ 2007-01-31 0:39 ` Leigh Sharpe
2007-01-31 0:55 ` chris mcharg
0 siblings, 1 reply; 3+ messages in thread
From: Leigh Sharpe @ 2007-01-31 0:39 UTC (permalink / raw)
To: bridge, udu.ogah
For the first part, yes it is.
Brctl addbr br0
Brctl addif br0 eth0
Brctl addif br0 eth1
Brctl addbr br1
Brctl addif br1 eth2
Brctl addif br1 eth3
Brctl addbr br2
Brctl addif br2 eth4
Brctl addif br2 eth5
Etc. etc.
Ifconfig br0 up
Ifconfig br1 up
Ifconfig br2 up
Etc. etc.
Cant comment on tun devices, though.
Regards,
Leigh
Leigh Sharpe
Network Systems Engineer
Pacific Wireless
Ph +61 3 9584 8966
Mob 0408 009 502
email lsharpe@pacificwireless.com.au
web www.pacificwireless.com.au
-----Original Message-----
From: udu.ogah [mailto:udu.ogah@unn.ac.uk]
Sent: Wednesday, January 31, 2007 12:37 AM
To: bridge@lists.osdl.org
Subject: [Bridge] Multiple bridges in one box
Hi,
I'm looking at building a box like this and I'm wondering if it's doable.
My box has 13 NiCS made up of 1 onboard NIC and 3 4-port NiCs.
I want to make bridges consisting say br0(bridging eth0 and eth1),
br1(briding eth2 and eth3), br2(briding eth4 and eth5), and so on.
Secondly can I bridge a tun device with a physical device, say tun0 and eth0
bridged to form br0.
Thanks,
Philologus...
====
This e-mail is intended solely for the addressee. It may contain private and
confidential information. If you are not the intended addressee, please take
no action based on it nor show a copy to anyone. Please reply to this e-mail
to highlight the error. You should also be aware that all electronic mail
from, to, or within Northumbria University may be the subject of a request
under the Freedom of Information Act 2000 and related legislation, and
therefore may be required to be disclosed to third parties.
This e-mail and attachments have been scanned for viruses prior to leaving
Northumbria University. Northumbria University will not be liable for any
losses as a result of any viruses being passed on.
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bridge] Multiple bridges in one box
2007-01-31 0:39 ` Leigh Sharpe
@ 2007-01-31 0:55 ` chris mcharg
0 siblings, 0 replies; 3+ messages in thread
From: chris mcharg @ 2007-01-31 0:55 UTC (permalink / raw)
To: Leigh Sharpe; +Cc: bridge
> Hi,
Gidday
>
> I'm looking at building a box like this and I'm wondering if it's doable.
[...]
>
> Secondly can I bridge a tun device with a physical device, say tun0 and eth0
> bridged to form br0.
>
I think this is pretty much standard practice when using openvpn.
http://openvpn.net/bridge.html
However, I think you might want to use a tap device as tun is IP level,
according to this doc:
http://www.linux-m32r.org/lxr/http/source/Documentation/networking/tuntap.txt
Chris
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-31 0:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-30 13:36 [Bridge] Multiple bridges in one box udu.ogah
2007-01-31 0:39 ` Leigh Sharpe
2007-01-31 0:55 ` chris mcharg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox