Windows has a built-in L2TP client but by default Windows uses L2TP with IPsec. Don't worry, as Fourplex Static IP Tunneling can be made to work with Windows.
- Open the Start menu
- Open the Control Panel
- Double click Network & Internet
- Select VPN (link on left panel)
- Add a VPN connection, with these details:
- VPN Provider: built in
- Connection Name: Fourplex
- Server name: nyc.vpn.fourplex.net
- Type: L2TP (With certificate) (Note: We will disable IPsec later)
- Username: your username
- Password: your password
- Click Save
Enabling CHAP
CHAP authentication is recommended for Fourplex Static IP Tunneling. To do so:
- Open Network and Sharing Center
- Click Change adapter settings
- Find the L2TP connection, it will have the provided name
- Right click the connection and choose Properties
- Go to the Security Tab
- Find the Authentication section
- Select the Allow these protocols radio button
- Ensure Challenge Handshake Authentication Protocol (CHAP) is checked.
Disabling IPsec
IPsec is not used on Fourplex Static IP Tunnels for performance reasons, so it will need to be disabled.
- Click on Start
- Type Command Prompt and right click on it
- Click Run as Administrator
When you are in the command prompt, enter the following:
SC STOP RASMAN
SC QUERY RASMAN
REG ADD HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rasman\Parameters /v ProhibitIpSec /t REG_DWORD /d 1 /f
SC START RASMAN