The small flat in which I live is designed for two students. I manage to pay the entirety of the rent myself, so I'm living by myself, but I have 2 LAN outlets in the flat.
I wish to configure a local network of my own with several computers and a router. How can I connect the two outlets to one network? What hardware is required?
|
| ||||
feedback
|
migrated from stackoverflow.com Jan 4 '10 at 17:08
This question came from our site for professional and enthusiast programmers.
|
That pretty much depends on what is coming out of these 2 outlets:
The ZyXEL P-663H-51 is such a router.
| ||||
|
feedback
|
|
depending on your OS, you can use link aggregation protocols. For linux, LAGCP will allow you to bind two interfaces to a virtual interface, and route traffic across the virtual interface. In windows versions before 2003, this was known as shotgunning a lan. In newer versions of windows this is known as NIC Teaming. Most motherboard/nic manufacturers provide nic teaming drivers as an optional download (ASUS/Intel/BRoadcom/Realtek). Once the NIC teaming driver is installed, its as simple as linking both lan connections to the Team profile under network connections. Bridging, is not what you're looking for, so be wary of the differences in 'Bridge this network adapater' and 'Team this network adapter' | ||||
feedback
|
|
You can get routers with dual WAN ports, and connect one of these to each connection, or you can get a machine of your own with three network ports, and setup something like pfsense or Untangle on it. I've used some of the dual (and even quad) WAN Drayteks before, but I'm afraid I don't have model numbers handy. A google search for "Dual WAN router" should fine plenty. | |||
|
feedback
|
