So my big question:
What should be the DHCP server? - the router or the SBS server itself? We
are currently getting a static IP and will be using VPN also.
What are the advantages/disadvantages of using the router as DHCP server? If
we go that route, does everyone lose server connectivity in case the router
goes down?
Thanks in advance for all your help!
Your SBS server should be the DHCP server - disable DHCP on any/all other
devices. Not sure what your crash consisted of or how precisely you
recovered, but this shouldn't be a regular issue, surely....
"drone" <dr...@discussions.microsoft.com> wrote in message
news:C4CC0D16-F338-4176...@microsoft.com...
As for the crash, that might have been an electrical issue...but did not
constitute much more than a restart, thankfully.
SBS DHCP provides information about the server and domain that your
router has no clue about.
DNS should be provided by the SBS box also, never, never, configure any
options for the workstations or DHCP to use the internet DNS settings or
you will experience intermittent problems connecting to the server.
If you use the wizards, DHCP will be configured to pass the workstations
(via DHCP) all the information they need to know about the server,
including that the server is the sole DNS connection.
If you want to maintain server/network access while the "Router" goes
down, you really need to consider that you're most likely using a cheap
NAT router that is not business class.
If you're doing VPN you want to VPN INTO A FIREWALL APPLIANCE and not
the server as the VPN Endpoint, better security, more stability.
If you use the ROUTER to provide DNS/DHCP you will experience many
problems that you are not sure about, it's just a worst case move.
--
Leythos
- Igitur qui desiderat pacem, praeparet bellum.
- Calling an illegal alien an "undocumented worker" is like calling a
drug dealer an "unlicensed pharmacist"
spam9...@rrohio.com (remove 999 for proper email address)
Yes - dynamic DNS updates, for one.
>
> As for the crash, that might have been an electrical issue...but did
> not constitute much more than a restart, thankfully.
Good - get yourself a decent managed UPS if you don't have one, though.
When it comes to SBS, use SBS for DNS and DHCP, do not use anything
else.
Dynamic DNS is for your PUBLIC Internet connection, so that you can use
a cheap/residential grade connection for your public connection to the
server and still have proper public name resolution that points to the
server PUBLIC Address.
NEVER, at least not for any good reason, use a routers/firewall DHCP
service when using SBS.
A slight misunderstanding here. The SBS DNS system can obtain the
mapping information for the network from the SBS DHCP server, and it
can't from any other DHCP server. This is what LW was referring to,
internal dynamic DNS updates.
It's not a show-stopper, SBS will use regular ARP queries to keep track
of its workstations if it is not itself doing DHCP, but that's another
little extra load on the network which is avoidable.
Ultimately this is a troubleshooting issue. If you are having problems
with an SBS feature, perhaps intermittently, almost the first advice is
to switch to using the SBS for DHCP if you aren't already. You might as
well set it up that way from the start. When you have unknown problems
to identify, eliminating the 'usual suspects' is normally the best way
to begin.
As to fault tolerance, I believe the usual DHCP lease is a week or so,
which ought to allow enough time to sort out a DHCP failure.