Skip to content

Windows RASDIAL command

The Windows rasdial command is a built-in tool that allows users to connect and disconnect from a network. It is particularly useful for establishing VPN connections or dial-up connections. By using the rasdial command in the command prompt, users can easily manage their network connections without the need for a graphical user interface. This command supports various parameters for configuring connections, setting up credentials, and managing VPN connections. Whether you need to connect to a remote network, disconnect from a network, or troubleshoot connection issues, the rasdial command provides a convenient and efficient way to handle network connections directly from the command line.

RASDIAL Syntax:

Terminal window
rasdial [entryname [username [password|*]] [/domain:domainname]]

Options:

OptionDescription
entrynameSpecifies the name of the entry to dial.
usernameSpecifies the username for the connection.
passwordSpecifies the password for the connection.
*Prompts for the password for the connection.
/domain:domainname Specifies the domain where the user account is located.

Parameters:

ParameterDescription
entrynameSpecifies the name of the entry to dial.
usernameSpecifies the username for the connection.
passwordSpecifies the password for the connection.
domainnameSpecifies the domain where the user account is located.

RASDIAL Usage:

Connect to a VPN Network

Terminal window
rasdial "VPN Connection Name" username password

Establishes a connection to a VPN network by providing the connection name, username, and password.

Disconnect from a VPN Network

Terminal window
rasdial "VPN Connection Name" /d

Terminates the connection to a VPN network specified by its connection name.

View Available Connections

Terminal window
rasdial

Lists all available network connections that can be used with the RASDIAL command.

Connect to a VPN Network using a Smart Card

Terminal window
rasdial "VPN Connection Name" smarcard

Establish a connection to a VPN network using a smart card for authentication.

How do I connect to a VPN using rasdial?

To connect to a VPN using rasdial, use the following command:

Terminal window
rasdial "VPNConnectionName" Username Password

How do I disconnect from a VPN using rasdial?

To disconnect from a VPN using rasdial, use the following command:

Terminal window
rasdial "VPNConnectionName" /disconnect

How can I list all the available network connections with rasdial?

To list all available network connections using rasdial, execute the following command:

Terminal window
rasdial

How do I save my credentials when connecting with rasdial?

To save your credentials when connecting with rasdial, include the /savecred option in the command:

Terminal window
rasdial "VPNConnectionName" Username Password /savecred

How can I show detailed information about a specific connection with rasdial?

To display detailed information about a specific connection using rasdial, run the command with the connection name:

Terminal window
rasdial "VPNConnectionName" /status

Can I use rasdial to dial a phonebook entry?

Yes, you can dial a phonebook entry using rasdial. Use the following command format:

Terminal window
rasdial phonebook-entry-name username password

Applications of the RASDIAL Command

  • Establishing a dial-up or VPN connection
  • Disconnecting an active dial-up or VPN connection
  • Querying information about active connections