|
S4B: Bypass Split-Tunnel VPNs.
|
Take Away:
Skype for Business (S4B) and Lync clients may experience problems when traversing a split-tunnel VPN. Use Name Resolution Policy Table (NRPT) and Windows firewall group policies (GPOs) to bypass split-tunnel VPNs. This solution is easy to administer and provides remote offices the best multimedia experience.
Problem:
The DCA office experiences
weird S4B/ Lync issues:
- Local S4B/ Lync clients cannot host conference calls for external clients.
- All clients (external and DCA) can connect to conference calls hosted at at the company headquarters (JFK).
- Local S4B/ Lync clients cannot share multimedia content (e.g., screen-sharing, video, etc.) between external clients.
- All clients can share multimedia content when connected to conference calls hosted at JFK HQ.
- Audio and video quality is poor (e.g., choppy or static) between DCA and JFK locations.
Topology:
This business consists of two locations: JFK is the primary HQ office. DCA is the branch office.
- A site-to-site IPsec VPN tunnel connects the DCA and JFK offices.
- DCA uses split-tunneling to forward all corporate data.
- DCA uses its default gateway to forward all other traffic to the Internet.
- JKF hosts all Lync servers: Front End, Access Edge, and Reverse Proxy servers.
- Both DCA and JFK use Active Directory (AD) integrated DNS servers.
- External clients allow staff to work from home.
|
Figure 1. Example of Lync and organization topology. |
ICE Framework:
S4B-Lync uses network topology to select the best connection path. It uses a peer-to-peer connection framework called
Interactive Connectivity Establishment (ICE). This framework includes Session Traversal Utilities for NAT (STUN) and Traversal Using Relay NAT (TURN) protocols.
STUN identifies client Network Address Translation (NAT) (i.e., private IPs). This process also identifies the default gateway (i.e., public IP). Multimedia travels directly between end-points when STUN is used. S4B/ Lync clients prefer to communicate directly (i.e., peer-to-peer) between clients which reside on the same LAN. N.B., LAN is not a reference for broadcast domains. LAN, in this situation, includes all internal networks (i.e., subnets) with routes to the Front-End subnet. Internal clients never use the Access Edge server for internal communication.
Similarly, external clients prefer STUN for communicating multimedia content to other external peers. The Access Edge server will only bridge external-to-external clients (i.e., TURN) if peer-to-peer communication is not possible.
Lync clients use TURN framework when end-points do not share a common LAN. The TURN process creates dynamic ports on the Access Edge server; and in turn (pun), proxies external multimedia. TURN is similar to Port Address Translation (PAT), just as the Access Edge server is similar to an Internet gateway.
To recap, S4B/ Lync clients prefer direct peer-to-peer multimedia communication. Internal clients will never use the Access Edge server for internal multimedia communication. External clients use the Access Edge server to bridge communication whenever peer-to-peer communication is unavailable; including external-to-external, and external-to-internal.
Split-Tunnel Problems:
ICE framework (generally) provides the best multimedia experience. However, it does not work well over split-tunnel VPNs. Split-tunnel VPNs create STUN and TURN mismatches. For example, the DCA branch office firewall forwards all domain traffic to the JFK primary office; all other traffic forwards out the local gateway (i.e., Internet). DCA and external Lync clients interpret this topology differently (Table 1).
Table 1.
Default Multimedia Network Traffic Between Lync Clients |
Source |
Destination |
|
JFK |
DCA |
External Client |
JFK |
STUN |
STUN |
TURN |
DCA |
STUN |
STUN |
TURN |
External Client |
TURN |
STUN |
STUN |
Notes: DCA uses split-tunnel VPN to connect to JKF. Stun represents
Lync client-to-client. TURN represents multimedia proxy (i.e.,
Lync Access-Edge) requirement. Blue represents split-tunnel topology. Red represents client topology mismatch.
|
The primary problem with split-tunnel VPNs is with how the S4B/ Lync client interprets the topology. Recall, internal clients always use the Access Edge server for external communication. Likewise, internal clients never use the Access Edge for internal conversations. The VPN firewall forwards all domain traffic to the JKF network. Therefore, DCA clients consider themselves as
internal; and external clients as
external. DCA clients will only use the Access Edge server when communicating with external clients.
External clients have an entirely different interpretation of the topology. External clients are aware of the DCA Internet gateway, but they remain unaware of its split-tunneling. External clients will therefore interpret DCA clients as external peers; multimedia traffic is sent directly to the DCA clients (i.e., STUN).
To recap, external clients are unaware of the DCA split-tunnel. These external clients attempt to send audio and video (AV), and expect to receive AV, directly from the DCA clients. Whereas DCA clients send AV, and expect to receive AV, proxied from the Access Edge server.
|
Figure 2. Lync directional mismatch. |
The split-tunnel VPN causes a secondary problem between JFK and DCA. These clients use STUN to establish peer-to-peer connections across the VPN. Users complain about overall client AV quality between these locations.
Multiple layers of encryption decreases overall AV quality. Lync encrypts multimedia packets with TLS and SRTP protocols. The VPN adds additional packet overhead as it encrypts and encapsulates each packet. Staff at both locations can expect better AV if DCA S4B-Lync clients bypass split-tunneling (i.e., TURN).
|
Figure 3. Bypass the split-tunnel VPN. |
Resolution:
S4B-Lync clients can bypass split-tunneling entirely: (a) changes to DNS topology; and (b) changes to client firewalls. Recall, both offices belong to a single AD domain, and each office uses recursive AD integrated DNS servers. AD replication ensures internal name resolution is the same at each location. Lync clients use DNS to locate S4B-Lync servers via S4B-Lync Discovery (Table 2).
Table 2.
S4B-Lync Client Discovery Preference Order |
DNS Prefix |
lyncdiscoverinternal |
lyncdiscover |
Discovery Order |
1st
preference |
2nd preference |
Client |
Internal clients |
External clients |
Server |
Front-End |
Access-Edge |
Notes: Discovery
preference assumes organization uses a split-brain DNS topology.
Topology consists of independent internal and external DNS servers.
|
All internal clients, including those on the VPN, use internal DNS for Lync Discovery resolution. External clients use external DNS for their Lync Discovery process. Therefore, VPN clients can bypass split-tunneling using a process that distinguishes Lync traffic, and resolves it using external name records. N.B., Internal DNS continues to resolve all other (i.e., non-Lync) requests. Otherwise, what's the point of having a VPN?
Name Resolution Policy Table:
Split-brain DNS requires a confusing array of zone records. Most Internet documentation suggests
pin-point DNS zones to influence Lync traffic. Instead, consider using NRPT, which simplifies the entire domain resolution process.
Lync clients can bypass the VPN with NRPT group policy. NRPT is configured with two simple rules:
Forward all domain name requests for Lync services to external DNS servers.
Use client DNS settings (i.e. internal) for all other DNS resolution.
Create the NRPT Group Policy to allow S4B-Lync clients to bypass the VPN:
Create new GPO: Computer Configuration → Policies → Windows Settings → Name Resolution Policy.
Configure the Advanced Global Policy Settings:
|
Figure 4. NTRP GPO to bypass split-tunneling. |
Change the Query Resolution settings. Enable "Configure query resolution options". Enable Resolve both IPv4 and IPv6 addresses for names.
- Create rules that forward Lync FQDNs to external DNS servers.
a. To which part of the namespace does this rule apply? Choose FQDN.
b. Click on the Generic DNS Server tab.
c. Toggle the Enable DNS settings check box
d. Click the Add button
e. DNS server: Enter an external recursive DNS server; or the authoritative public (i.e., Internet facing) DNS server for your organization's sip-domain.
f. Click Apply.
GPOs are applied to AD domains, sites, or Organizational Units (OUs). In most situations, it makes sense to apply the NRPT GPO to the AD site that correlates with the branch office.
From Group Policy Management: Right click on Sites → Left click on Show Sites → Right click on the branch office site → Link an Existing GPO.
Alternately, create separate computer OUs per location. Link the NRPT GPO OU that nests all branch office computers.
Windows Firewall:
NRPT influences clients to logically bypass the VPN. However, there may be circumstances when Lync clients discover alternate (i.e., split-tunnel) paths to internal resources. Lync clients, therefore, require both logical and physical divisions. Windows Firewall compliments the NRPT GPO with two simple rules:
- Restrict traffic based on application (i.e., S4B).
- Restrict traffic based on source (i.e., DCA) and destination (i.e., JFK).
Create the Windows Firewall GPO:
Create new GPO: Computer Configuration → Policies → Windows Settings → Security Settings → Windows Firewall with Advanced Security → Inbound Rules.
Right click on Inbound Rules → New Inbound Rule → Program → Path: %ProgramFiles%\Microsoft Office\Office15\lync.exe → Block the Connection → Apply rule to Domain. N.B, Use applicable application paths. For example, Lync Basic and Lync Professional may use different paths.
-
Edit the new Inbound Rule: Right click on the new rule → Click on the Scope tab → Add all internal IP subnets (i.e., primary office) to the Remote IP address field → Click Add → Click OK.
|
Figure 5. Windows Firewall GPO to bypass VPN. |
Apply the newly created Firewall GPO to apply the AD site that correlates with the branch office. Alternately, apply this GPO to OU that nests branch office computers.
Conclusion:
NRTP and firewall GPOs force S4B-Lync clients to bypass split-tunnel VPNs. These combined GPOs have two primary effects: (a) DCA-to-external clients prefer STUN (i.e., client-to-client); and (b) DCA-to-JFK clients use TURN (i.e., client-to-Access Edge) for external AV communication (Table 3).
Table 3.
Effects of Split-Tunnel GPOs on Multimedia Traffic |
Source |
Destination |
|
JFK |
DCA |
External Client |
JFK |
STUN |
TURN |
TURN |
DCA |
TURN |
STUN |
STUN |
External Client |
TURN |
STUN |
STUN |
Notes: DCA uses split-tunnel VPN to connect to JKF. Stun represents
Lync client-to-client. TURN represents multimedia proxy (i.e.,
Lync Access-Edge) requirement. Blue emphasizes branch office traffic.
That's It!
|