Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| softether_vpn_client [23 May 2025 / 20:36:26] – kadek | softether_vpn_client [29 May 2025 / 21:10:24] (current) – kadek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | On Windows: | + | ===== SoftEther VPN Client ===== |
| + | |||
| + | On Windows | ||
| * Download SoftEther VPN Client: SoftEther VPN Client (Ver 4.44, Build 9807, rtm) by the time this guide is made. | * Download SoftEther VPN Client: SoftEther VPN Client (Ver 4.44, Build 9807, rtm) by the time this guide is made. | ||
| Line 10: | Line 12: | ||
| * Done. | * Done. | ||
| | | ||
| - | On Linux: | + | On Linux (Ubuntu 24.04): |
| * Download SoftEther VPN Client, compile and install it: | * Download SoftEther VPN Client, compile and install it: | ||
| Line 40: | Line 42: | ||
| * Just hit ENTER for now: | * Just hit ENTER for now: | ||
| - | | + | |
| Specify the host name or IP address of the computer that the destination VPN Client is operating on. | Specify the host name or IP address of the computer that the destination VPN Client is operating on. | ||
| If nothing is input and Enter is pressed, connection will be made to localhost (this computer). | If nothing is input and Enter is pressed, connection will be made to localhost (this computer). | ||
| Line 46: | Line 48: | ||
| Connected to VPN Client " | Connected to VPN Client " | ||
| - | * Create a Virtual Network Adapter: (this example vpn101) | + | * Create a Virtual Network Adapter (this example vpn101): |
| - | VPN Client> | + | VPN Client> NicCreate vpn101 |
| NicCreate command - Create New Virtual Network Adapter | NicCreate command - Create New Virtual Network Adapter | ||
| The command completed successfully. | The command completed successfully. | ||
| Line 58: | Line 60: | ||
| The command completed successfully. | The command completed successfully. | ||
| - | * Create the account: (this example account: EtherVPN, hub: MyVPN, user: vpnuser) | + | * Create the account (this example account: EtherVPN, hub: MyVPN, user: vpnuser): |
| VPN Client> AccountCreate EtherVPN | VPN Client> AccountCreate EtherVPN | ||
| Line 80: | Line 82: | ||
| VPN Client> AccountConnect EtherVPN | VPN Client> AccountConnect EtherVPN | ||
| - | | + | |
| VPN Client> AccountStatusGet EtherVPN | VPN Client> AccountStatusGet EtherVPN | ||
| + | |||
| + | * Exit the VPN Command, back to Linux Shell: | ||
| + | |||
| + | VPN Client> exit | ||
| * Find the VPN Server public IP: | * Find the VPN Server public IP: | ||
| Line 96: | Line 102: | ||
| * Now add route: | * Now add route: | ||
| - | $ ip route add 10.28.138.129/24 via 192.168.30.1 dev eth0 | + | $ ip route add 10.28.138.0/24 via 192.168.30.1 dev eth0 |
| * Run if the default route set to the VPN Server: | * Run if the default route set to the VPN Server: | ||
