Skip to content

Commit

Permalink
[Improvement] vpc/vpc-vpn-bastion - Update SoftEther to 4.41 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Mar 17, 2023
1 parent 54d3250 commit 526ffec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ During installation, the [pre shared key](https://en.wikipedia.org/wiki/Pre-shar

![Windows step 2](./img/vpc-vpn-bastion-windows2.png)

1. Download and install [SoftEther VPN Server and VPN Bridge (Ver 4.38, Build 9760, rtm)](http://www.softether-download.com/files/softether/v4.38-9760-rtm-2021.08.17-tree/Windows/SoftEther_VPN_Server_and_VPN_Bridge/softether-vpnserver_vpnbridge-v4.38-9760-rtm-2021.08.17-windows-x86_x64-intel.exe)
1. Download and install [SoftEther VPN Server and VPN Bridge (Ver 4.41, Build 9787, rtm)](http://www.softether-download.com/files/softether/v4.41-9787-rtm-2023.03.14-tree/Windows/SoftEther_VPN_Server_and_VPN_Bridge/softether-vpnserver_vpnbridge-v4.41-9787-rtm-2023.03.14-windows-x86_x64-intel.exe)
1. Select the component `SoftEther VPN Server Manager (Admin Tools Only)`
1. Add a new setting
1. Set host name to
Expand Down
2 changes: 1 addition & 1 deletion vpc/vpc-vpn-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ Resources:
test: '[ ! -d /mnt/storage/backup.vpn_server.config ]'
install:
sources:
'/usr/local/src/softether': 'http://www.softether-download.com/files/softether/v4.38-9760-rtm-2021.08.17-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.38-9760-rtm-2021.08.17-linux-x64-64bit.tar.gz'
'/usr/local/src/softether': 'http://www.softether-download.com/files/softether/v4.41-9787-rtm-2023.03.14-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.41-9787-rtm-2023.03.14-linux-x64-64bit.tar.gz'
files:
'/etc/init.d/vpnserver':
content: |
Expand Down

0 comments on commit 526ffec

Please sign in to comment.