Differences between version 2 and previous revision of NetworkingBestPractices.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, August 25, 2004 12:16:12 pm | by GerwinVanDeSteeg | Revert |
Older page: | version 1 | Last edited on Sunday, August 22, 2004 2:33:16 pm | by PerryLorier | Revert |
@@ -1,7 +1,7 @@
!!! Numbering
-Where possible, the highest valid [IP] in any range should be the default gateway. So, to set your default gateway, take your broadcast address and subtract one on it, and try that.
+Where possible, the highest valid [IP] in any range should be the default gateway[1]
. So, to set your default gateway, take your broadcast address and subtract one on it, and try that.
This is why the default gateway on a <tt>/24</tt> is normally <tt>.254</tt>.
!!! DHCP
@@ -20,8 +20,11 @@
When providing access to off-site users, such as people working from home, [RoadWarrior]s, or remote branches, use a VPN to provide secure access to your internal servers.
When securing wireless networks, it is sensible to completely lock down the wlan so that the only permitted activity is to the VPN server. For wireless users to participate in the network they have to connect via your VPN first.
+
+----
+[1] The alternative seems to be the other way around and uses the lowest IP in an address range as the gateway. ie. in a /24 network .1 is the gateway.
----
Part of CategoryBestPractices