Skip to content

Update source/tutorial/deploy-geographically-distributed-replica-set.txt #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 26, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ features:

- Establish a virtual private network between the systems in Site A
and Site B to encrypt all traffic between the sites and remains
private. Ensure that your network topology routs all traffic between
private. Ensure that your network topology routes all traffic between
members within a single site over the local area network.

- Configure authentication using :setting:`auth` and
Expand Down Expand Up @@ -276,15 +276,15 @@ features:
secondary-only member in Site C, and an arbiter in site A.

In most cases the first architecture is preferable because it is the
lest complex.
least complex.

- Ensure that network traffic can pass between all members in the
network securely and efficiently. Consider the following:

- Establish a virtual private network between the systems in Site A
and Site B (and Site C if it exists) to encrypt all traffic
between the sites and remains private. Ensure that your network
topology routs all traffic between members within a single site
topology routes all traffic between members within a single site
over the local area network.

- Configure authentication using :setting:`auth` and
Expand Down