Linking Routers

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:15, 9 September 2009 (edit)
NX3 (Talk | contribs)
(Access Point / Switch)
← Previous diff
Revision as of 17:21, 30 March 2011 (edit) (undo)
Donny (Talk | contribs)
(OLSR)
Next diff →
(12 intermediate revisions not shown.)
Line 1: Line 1:
 +{{Languages|Linking Routers}}
In this tutorial, we will discuss different alternatives for linking routers in order to create wifi networks or just repeaters. In this tutorial, we will discuss different alternatives for linking routers in order to create wifi networks or just repeaters.
== Alternatives == == Alternatives ==
 +
 +=== Access Point / Switch ===
 +Extend the Wireless access area using more routers, with WIRED connections between routers, or turn a wired port on an existing network into a Wireless Access Point. All computers will be on the same network segment, and will be able to see one another in Windows Network.
 +* [[Wireless Access Point]] - Extend Wi-Fi & LAN (Requires physical ethernet connection between routers)
 +* [[Switch]] - Similar config as WAP, but radio disabled (accepts only wired connections)
 +
 +=== Repeater / Repeater Bridge ===
 +Extend the Wireless access area using a second router WIRELESSLY connected to the primary.
 +* [[Repeater Bridge]] - A wireless repeater with DHCP & NAT <u>disabled</u>, clients on <u>same subnet</u> as host AP (primary router). That is, all computers can see one another in Windows Network.
 +* [[Repeater]] - A wireless repeater with DHCP & NAT <u>enabled</u>, clients on <u>different subnet</u> from host AP (primary router). Computers connected to one router can not see computers connected to other routers in Windows Network.
 +* [[Universal Wireless Repeater]] - Uses a program/script called AutoAP to keep a connection to the nearest/best host AP.
 +
 +=== Client / Client Bridge ===
 +Connect two wired networks using a WiFi link (WIRELESS connection between two routers).
 +* [[Client Bridged]] - Join two wired networks by two Wireless routers building a bridge. All computers can see one another in Windows Network.
 +* [[Client Mode]] - Join two wired networks by two Wireless routers (unbridged). Computers on one wired network can not see computers on other wired network in Windows Network.
=== WDS === === WDS ===
- +Extend the Wireless access area using more routers connected WIRELESSLY.
 +WDS is a mesh network.
* [[WDS Linked router network]] * [[WDS Linked router network]]
-* [[WDS Point To Point (P2P)]] +* [[WDS Point To Point (P2P)]]
=== OLSR === === OLSR ===
- +Extend the Wireless access area using more routers. Extra routers do not need any wired connections to each other.
 +Use several ISP (Internet) connections. OLSR is a mesh network.
* [[Mesh Networking with OLSR]] * [[Mesh Networking with OLSR]]
* [[http://dev.wifidog.org/wiki/doc/gateway-server/WifiDogAndOlsr|WifiDog + OLSR]] * [[http://dev.wifidog.org/wiki/doc/gateway-server/WifiDogAndOlsr|WifiDog + OLSR]]
- 
-=== Repeater / Repeater Bridge === 
- 
-* [[Repeater Bridge]] - A wireless repeater with DHCP & NAT <u>disabled</u>, clients on <u>same subnet</u> as host AP. 
-* [[Universal Wireless Repeater]] - Uses another 3rd party program called AutoAP...if you wish to manually configure...use Repeater mode below. 
-* [[Repeater]] - A wireless repeater with DHCP & NAT <u>enabled</u>, clients on <u>different subnet</u> from host AP. 
- 
-=== Client / Client Bridge === 
- 
-* [[Wireless Bridge]] - Join two wired networks by two Wireless routers building a bridge. 
-* [[Client Bridged]] - (simplified instructions for a wireless bridge) 
-* [[Client Mode]] - Join two wired networks by two Wireless routers (unbridged). 
- 
-=== Access Point / Switch === 
-* [[Wireless Access Point]] - Extend Wi-Fi & LAN (Requires physical ethernet connection between routers) 
-* [[Switch]] - Similar config as WAP, but radio disabled (accepts only wired connections) 
- 
-<br> 
== Comparisons == == Comparisons ==
Line 36: Line 37:
* [[Bridging|Bridging Mode Comparisons]] * [[Bridging|Bridging Mode Comparisons]]
-[[Category: English documentation]]+[[Category:Computer networks]]
 +[[Category:Wlan]]
[[Category: Basic tutorials]] [[Category: Basic tutorials]]

Revision as of 17:21, 30 March 2011

In this tutorial, we will discuss different alternatives for linking routers in order to create wifi networks or just repeaters.

Contents

Alternatives

Access Point / Switch

Extend the Wireless access area using more routers, with WIRED connections between routers, or turn a wired port on an existing network into a Wireless Access Point. All computers will be on the same network segment, and will be able to see one another in Windows Network.

  • Wireless Access Point - Extend Wi-Fi & LAN (Requires physical ethernet connection between routers)
  • Switch - Similar config as WAP, but radio disabled (accepts only wired connections)

Repeater / Repeater Bridge

Extend the Wireless access area using a second router WIRELESSLY connected to the primary.

  • Repeater Bridge - A wireless repeater with DHCP & NAT disabled, clients on same subnet as host AP (primary router). That is, all computers can see one another in Windows Network.
  • Repeater - A wireless repeater with DHCP & NAT enabled, clients on different subnet from host AP (primary router). Computers connected to one router can not see computers connected to other routers in Windows Network.
  • Universal Wireless Repeater - Uses a program/script called AutoAP to keep a connection to the nearest/best host AP.

Client / Client Bridge

Connect two wired networks using a WiFi link (WIRELESS connection between two routers).

  • Client Bridged - Join two wired networks by two Wireless routers building a bridge. All computers can see one another in Windows Network.
  • Client Mode - Join two wired networks by two Wireless routers (unbridged). Computers on one wired network can not see computers on other wired network in Windows Network.

WDS

Extend the Wireless access area using more routers connected WIRELESSLY. WDS is a mesh network.

OLSR

Extend the Wireless access area using more routers. Extra routers do not need any wired connections to each other. Use several ISP (Internet) connections. OLSR is a mesh network.

Comparisons