Using traffic routing on Linux
Learn how to handle Meshnet's traffic routing feature on Linux.
Before you begin
To start using traffic routing, make sure that the device you want to route traffic through meets the following criteria:
The NordVPN app is running, and the Meshnet feature is enabled in the app.
The device is connected to your Meshnet.
The Traffic routing through your device permission is granted for your client device. To learn more, see Traffic routing permissions.
Start routing traffic
To start routing traffic on Linux, follow these steps:
Open the terminal.
Run the following command to list your Meshnet peers:
nordvpn meshnet peer list
Note the Nord name of the host device you want to route traffic through.
Run the following command, replacing
<NordName>
with the device’s Nord name or Meshnet IP.nordvpn meshnet peer connect <NordName>
Example
Tip
You can also check the connection status by using this command:
nordvpn status
Example
Stop routing traffic
To stop traffic routing, run one of the following commands in the terminal:
nordvpn disconnect
nordvpn d
Last updated
Was this helpful?