i could, it seems that some of my past threads have gone virtually unanswered or gone OT in no time flat, that and i'd like to find someplace more network-centric where i can keep a finger on what others are doing. i wasn't trying to call y'all a bunch of idiots, just OT.prof said:Why not just try us first?
I see experts exchange links all the time too, I checked it out at one point and it looked like it was pay-to-play, and pretty expensive too, IIRC.greenfreak said:I'm not a member, but there's a board called Experts Exchange that constantly comes up when I do google searches for work-related stuff. You have to contribute to join and post your own thread.
Other than that, I don't really know of any networking-specific boards. If you find any, let me know.![]()
tommyj27 said:i could, it seems that some of my past threads have gone virtually unanswered or gone OT in no time flat, that and i'd like to find someplace more network-centric where i can keep a finger on what others are doing. i wasn't trying to call y'all a bunch of idiots, just OT.
I see experts exchange links all the time too, I checked it out at one point and it looked like it was pay-to-play, and pretty expensive too, IIRC.
I think I was wondering how switch logic would deal with a duplicate mac address on different ports. a friend and i were discussing a wireless topology we've seen and that was a sticking point, whether traffic from duplicate macs would get passed or not, and what would be done with the return traffic.
Q. Does Cisco Systems Network Architecture (CSNA) support duplicate MAC addresses?
A. Yes, CSNA supports duplicate MAC addresses. However, each must be on a different internal LAN and each must have a different Relative Adapter Number (RAN).
For source routing, the switch appears as a single bridge between the logical rings. The TrBRF can function as a source-route bridge (SRB) or source-route transparent (SRT) bridge running either the IBM or IEEE STP. If SRB is used, you can define duplicate Media Access Control (MAC) addresses on different logical rings.
tommyj27 said:grrr, my elaborate reply got wiped out by mistake.
it's true that duplicate burned-in mac addresses are highly unlikely to exist on the same network, but changing a mac address in linux is as simple as 'ifconfig <int> hw ether <xyz mac>'. we're trying to figure out how a wireless network with multiple APs on a single broadcast domain will react to someone trying to gain access by spoofing a legitimate mac/ip combination from an incorrect port on the switch, if that makes any sense.