detroit05 said:
Thanks for the input. Generally speaking, what would I need to do on my
router?
I can't tell you how to configure a router in an email. If you don't run
DHCP then you plug it in,...turn it on,...configure the interfaces of the
router.
With a single LAN Router with no redundant paths there typically are *no*
Static Routes, and *no* Routing Protocols. The router will be the Default
Gateway of every device on the LAN except for the Firewall/Proxy which
continues to use the ISP's router. The Firewall/Proxy will become the LAN
Router's Default Gateway.
The Firewall/Proxy will need a static route added to its own personal
Routing Table so that it knows where the other LAN Segments are on the
opposite side of the LAN Router. The Firewall/Proxy is unique in this
because it is the only machine on the LAN that does not point to the LAN
Router as the Default Gateway.
If you use DHCP you need a separate distinct Scope for each subnet on the
DHCP (No Superscopes!). The LAN Router will need to forward DHCP Queries
(typically called "helper addresses") so that Hosts on the opposite side of
the router from the DHCP can still find the DHCP.
Also, if I were to change only the subnet mask, again would I need to
reconfigure anything on my firewall or router?
Yes,...every single device on the network,...every hub, switch,
computer,..everything.
Last but not least, I've heard conflicting info regarding the number of
hosts on a subnet. Can you pelase explain that further?
That is because there is no exact number. You will *always* get conflicting
info. Ethernet is "broadcast intensive", it is how ethernet works. The
more hosts on a segment, the greater the amount of broadcasts,..the more
broadcasts, the more bandwidth is eaten up even before you actually *use*
the network. Broadcasts are limited for the most part to subnets (they
don't normally cross routers),...the less hosts on a subnet, the lower the
effect of the broadcasts.
When studying for the CCNA I always heard the range of 250-300 hosts was the
point where Ethernet typically begins to degrade. Since a 24bit Mask (class
"c") gives you 254 host,..that makes the 24bit Mask a neat, clean, way to do
it that keeps things very simple to deal with.