Quote:
Originally Posted by bendsley
setup your routers like cyn said.
Router 1: 192.168.1.0
Router 2: 192.168.2.0
Router 3: 192.168.3.0 and so on
If both routers are set to 192.168.1.0 then of course you're going to have collisions. Since you're being able to ping for a few seconds, thats the CSMA/CD protocol kicking in.
Carrier Sense Multiple Access/Collision Detect is the protocol for carrier transmission access in Ethernet networks. On Ethernet, any device can try to send a frame at any time. Each device senses whether the line is idle and therefore available to be used. If it is, the device begins to transmit its first frame. If another device has tried to send at the same time, a collision is said to occur and the frames are discarded. Each device then waits a random amount of time and retries until successful in getting its transmission sent.
CSMA/CD is specified in the IEEE 802.3 standard.
|
I understand CSMA/CD, well what it does if not how to explictly avoid it.
Anyway, my subnet masks are all set the same: 255.255.255.248.
If I understand where you're going, should the next 5 masks be:
1. 255.255.255.249 - 11111001
2. 255.255.255.250 - 11111010
3. 255.255.255.251 - 11111011
4. 255.255.255.252 - 11111100
5. 255.255.255.253 - 11111101
?
EDIT - Wait did I get that right?
I don't get how I'm supposed to set the subnet correctly.
Is it just a matter of changing the subnet mask as I said above?
Thanks for the help by the way.