Good point, never thought about the latency being far less aswell. That's a good bonus.
I'm currently doing some tests at the moment, I managed to figure out the registry tweak in windows to allow it to act as a router between two network adaptors (not bridge mode that the user interface allows for selection). Works a treat between two lan's leaving the router with its own IP address on each network for other tasks.. such as a server for clients on each network, not just a router.
Next thing (which I don't have enough of yet) is to plonk two wi-fi cards in to two seperate pc's, and simply setup the route table via a command line to point to a default gateway of one device for outbound traffic say over channel 11 wi-fi adaptor, then on the other pc make a default route for comign back via its channel 10 device. The only problem I think I might run in to, is that all traffic will attempt to go back over the pipe in once it which came, rather than zap back over the next one.
I think the only way to solve this is to have each pc with 2x wi-fi cards in it, to have it's own 100Mbps LAN with a subnet all of its own, that way traffic will eventually have a destination of a non-wi/fi adaptor so as when traffic comes back it can be routed back via an alternative pipe, than going back over the one it came from.
IE: Subnet 192.168.1.X has a default route of 192.168.1.254 (LAN port on its routing PC). Then the PC looks up it's routing table and finds that out of the 2 wi-fi ports it has, it will pipe traffic to wi-fi1 10.0.0.1, over channel 11, then the receiving router sends traffic to its LAN on 192.168.2.X. Traffic coming back will then have a defaut route on the router for its wi-fi1 being 10.0.0.3, which lands back at wi-fi2 10.0.0.2 on the router of the orginating subnet of 192.168.1.X. I think this will work. Just means Two Wi-Fi cards in each PC with a 100Base-T port for its local traffic.
This would be a great way to bring lots of subnets together over a wi-fi link without having to assign an individual 10.0.0.X IP to every single client wishing to be part of the network. So instead of 128 concurrent users max on an access point, an entire subnet of other computers could still link through the wi-fi system with a total of 64 networks linked, hundreds+ LAN nodes.
Hmmm, this is just me thinking out loud.
Gavin. |