nerdexam
Microsoft

70-698 · Question #30

Note: This question is part of a series of questions that use the same set of answer choices. Each answer choice may be used once, more than once, or not at all. Your network contains a single…

The correct answer is H. Run the Set-VPNConnection cmdlet. The issue is that SSTP does not support MOBIKE (Mobility and Multihoming Protocol), so the VPN connection drops when the underlying Wi-Fi connection changes during roaming. The fix is to change the VPN tunnel type to IKEv2, which natively supports MOBIKE and can maintain the…

Configure networking

Question

Note: This question is part of a series of questions that use the same set of answer choices. Each answer choice may be used once, more than once, or not at all. Your network contains a single Active Directory domain. The domain contains a VPN server that supports all of the VPN protocols. From a computer that runs Windows 10 Pro, a user named User1 creates an SSTP VPN connection to a network named VPN1. User1 successfully connects to the VPN server. When User1 roams between different Wi-Fi access points, the user loses the connection to the corporate network and must manually re- establish the VPN connection. You need to ensure that VPN1 automatically maintains the connection while the user roams between Wi-Fi access points. What should you do?

Options

  • AClick Turn on password protected sharing.
  • BDisable Network Discovery.
  • CModify the Profile settings of an incoming firewall rule.
  • DRun the Add-VpnConnectionTriggerApplication cmdlet.
  • ERun the New-NetFirewallRule cmdlet and specify the- Direction Outbound parameter.
  • FRun the New-VpnConnection cmdlet.
  • GRun the Set-NetConnectionProfile cmdlet.
  • HRun the Set-VPNConnection cmdlet.

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    9% (2)
  • E
    5% (1)
  • H
    82% (18)

Explanation

The issue is that SSTP does not support MOBIKE (Mobility and Multihoming Protocol), so the VPN connection drops when the underlying Wi-Fi connection changes during roaming. The fix is to change the VPN tunnel type to IKEv2, which natively supports MOBIKE and can maintain the VPN session even when the client's IP address changes. The Set-VpnConnection cmdlet (H) is used to modify properties of an existing VPN connection, including changing the -TunnelType parameter to IKEv2. This makes the connection resilient to network changes during Wi-Fi roaming without requiring manual reconnection. No other option addresses the roaming/tunnel-type problem: Add-VpnConnectionTriggerApplication (D) triggers VPN on app launch, New-VpnConnection (F) creates a new connection rather than modifying an existing one, and Set-NetConnectionProfile (G) changes network category settings unrelated to VPN mobility.

Topics

#VPN protocols#SSTP#IKEv2#VPN reconnection

Community Discussion

No community discussion yet for this question.

Full 70-698 Practice