Re: 802.1Q + Briding + one NIC (or one LAN)
Grant Taylor <[email protected]>
| Newsgroups | gmane.linux.network.bridge.ebtables.user |
|---|---|
| Message-ID | <[email protected]> |
Jesse Gordon wrote: > Please do ask the obvious. I'm not an expert by any stretch of the > imagination -- the obvious needs to be asked! Ok > I'm not sure what you mean by "bring up vlan3 unnumbered" -- but I used > the following commands: > vconfig add br0 3 (or eth0, or whatever interface.) > ifconfig vlan3 0 > which does bring vlan3 up but does not assign an IP to it. > (I did try vlan3 in a down state to br0. It gave no errors but did not > pass traffic. In order for vlan3 to work, it _must_ be enabled with > ifconfig vlan3 0 or some such.) That is exactly what I mean. Well very close. I have worked on a system that you could assign IPs to an interface but the interface would not come ""UP with out explicitly saying UP on the ifconfig line. As such I would have typed this series of commands. ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up ifconfig eth2 0.0.0.0 up brctl addbr br0 brctl addif br0 eth0 brctl addif br1 eth0 brctl addif br2 eth0 ifconfig br0 a.b.c.d w.x.y.z up Grant. . . . ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf