WDS Point To Point (P2P)

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 06:36, 29 September 2006 (edit)
Tempnegro (Talk | contribs)

← Previous diff
Current revision (15:09, 2 April 2018) (edit) (undo)
Ian5142 (Talk | contribs)
(Changed to internal link.)
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
-;IP Address: Configure the IP Address for WDS network. +This page is now deprecated, instead see: [[WDS_Linked_router_network|WDS Linked router network]]
- +
-''NOTE:''+
-It has been recommended that the IP Address is not on your local network.</p>+
- +
-;Subnet Mask: The subnet for the WDS network. Values other than 255.255.255.252, have issues with WDS setup. +
- +
- +
-''NOTE:''+
-Do not use the same subnet mask as your local network if you are putting your WDS IP addresses in a subset of the subnet of your local network (i.e. If your LAN is network 10.0.0.x/mask 255.255.255.0 don't use 10.0.0.15, 10.0.0.16, and mask 255.255.255.0 for WDS. 10.0.0.15, 10.0.0.16 with mask 255.255.255.252 appeared to work in preliminary testing. If you follow the recommendation not to put your WDS and local network within the same subnet, then this note shouldn't even apply to you.)+
-Example:+
- +
-;Default_Gateway: The IP Address of the gateway between the local network (LAN) and the other networks (WAN).+
- +
-''NOTE:''+
-This is the default route when packets that are not destined for the local network will be sent down for further processing and delivery. It may be left as 0.0.0.0 ('blank) for basic WDS setups.+
- +
-==Example==+
- +
-'''Router 1''' (Router connected to internet directly)+
-{| border=1 cellspacing=0 cellpadding=5+
-| LAN IP Address+
-| 192.168.1.1+
-|-+
-| LAN Subnet Mask+
-| 255.255.255.0+
-|-+
-| LAN Gateway +
-| 192.168.1.1+
-|-+
-| DHCP+
-| Enabled+
-|-+
-| DHCP Start Address+
-| 192.168.1.11+
-|-+
-| DHCP Max Users+
-| 90+
-|-+
-| WDS IP Address+
-| 10.0.0.1+
-|-+
-| WDS Subnet Mask+
-| 255.255.255.252+
-|}+
- +
-'''Router 2''' (Router connecting to Router 1 through WDS for Internet Access)+
-{| border=1 cellspacing=0 cellpadding=5+
-| LAN IP Address+
-| 192.168.1.101+
-|-+
-| LAN Subnet Mask+
-| 255.255.255.0+
-|-+
-| LAN Gateway +
-| 192.168.1.1+
-|-+
-| DHCP+
-| Enabled+
-|-+
-| DHCP Start Address+
-| 192.168.1.111+
-|-+
-| DHCP Max Users+
-| 90+
-|-+
-| WDS IP Address+
-| 10.0.0.2+
-|-+
-| WDS Subnet Mask+
-| 255.255.255.252+
-|}+

Current revision

This page is now deprecated, instead see: WDS Linked router network