Koneksi VPN ALELEON Supercomputer: Perbedaan antara revisi
Dari ALELEON by EFISON
WilsonLisan (bicara | kontrib) (paraphrasing - tidak ada penambahan info) |
WilsonLisan (bicara | kontrib) (→Membuat dan Mengaktifkan Profil OVPN ALELEON Supercomputer: fix formatting error) |
||
Baris 73: | Baris 73: | ||
!<big><nowiki>---| 2 |---</nowiki></big> | !<big><nowiki>---| 2 |---</nowiki></big> | ||
|- | |- | ||
|Buka OpenVPN Connect | |Buka OpenVPN Connect: | ||
* Import profile OVPN | * Import profile OVPN di '''<code>FILE > BROWSE ></code>''' ''pilih file'' '''<code>client.ovpn</code>''' | ||
* Untuk user Android dan iOS, pilih file '''<code>user.pass</code>''' juga. | * Untuk user Android dan iOS, pilih file '''<code>user.pass</code>''' juga. | ||
Baris 91: | Baris 91: | ||
!<big><nowiki>---| 4 |---</nowiki></big> | !<big><nowiki>---| 4 |---</nowiki></big> | ||
|- | |- | ||
|Nyalakan profil OVPN tersebut | |Nyalakan profil OVPN tersebut untuk mengakses ALELEON Supercomputer.[[Berkas:OVPN efisonlt.com connected.png|al=|jmpl|''OVPN efisonlt.com aktif''|343x343px|pus]] | ||
|- | |- | ||
!--- | !--- | ||
Baris 112: | Baris 112: | ||
!<big><nowiki>---| 2 |---</nowiki></big> | !<big><nowiki>---| 2 |---</nowiki></big> | ||
|- | |- | ||
|Masuk kedalam folder hasil ekstrak | |Masuk kedalam folder hasil ekstrak: | ||
* Buat | * Buat executable script dengan nama bebas, contoh <code>'''connect-aleleon'''</code> | ||
$ '''cd OVPN\ EFISON\ client\ ''[kode-tanggal]''''' | $ '''cd OVPN\ EFISON\ client\ ''[kode-tanggal]''''' | ||
Baris 129: | Baris 129: | ||
!<big><nowiki>---| 3 |---</nowiki></big> | !<big><nowiki>---| 3 |---</nowiki></big> | ||
|- | |- | ||
|Jalankan script <code>connect-aleleon</code> | |Jalankan script <code>connect-aleleon</code>: | ||
$ '''./connect-aleleon''' | $ '''./connect-aleleon''' | ||
* Masukkan '''Private Key Password''' yang diberikan oleh admin EFISON. | * Masukkan '''Private Key Password''' yang diberikan oleh admin EFISON. | ||
Baris 142: | Baris 142: | ||
|- | |- | ||
|Untuk menutup koneksi VPN lakukan <code>'''ctlr + C'''</code> pada terminal tersebut. | |Untuk menutup koneksi VPN lakukan <code>'''ctlr + C'''</code> pada terminal tersebut. | ||
|- | |||
!--- | |||
|} | |} | ||
Revisi per 15 Mei 2025 04.34
Kebijakan keamanan ALELEON Supercomputer mewajibkan user untuk login melalui koneksi VPN dari EFISON dengan OpenVPN (OVPN).
Support
Hubungi tim admin di support@efisonlt.com apabila user menjumpai kesulitan instalasi dan koneksi VPN berikut ini.
Instalasi OpenVPN
File OVPN ALELEON Supercomputer diaktifkan dengan OpenVPN Connect v3 atau turunannya. Apabila belum ada, lakukan instalasi berikut:
- Pilih sesuai OS yang digunakan perangkat user.
(klik expand / kembangkan)
- Instalasi OpenVPN Connect v3 - |
---|
User Windows dan MacOS |
Unduh dan install OpenVPN Connect v3 melalui link berikut: |
User Android dan iOS |
Install app OpenVPN Connect dari Playstore / Appstore. |
User Linux |
Install package openvpn (membutuhkan privilege sudo).
$ sudo apt update $ sudo apt install openvpn
$ sudo yum install epel-release -y $ sudo yum update -y $ sudo yum install openvpn -y
$ sudo dnf install epel-release -y $ sudo dnf update -y $ sudo dnf install openvpn -y
$ sudo dnf install openvpn -y |
--- |
Membuat dan Mengaktifkan Profil OVPN ALELEON Supercomputer
Ikuti langkah berikut untuk membuat profil OVPN sesuai perangkat user masing-masing:
- Langkah untuk user [Windows / MacOS / Android / iOS]
- Langkab untuk user [Linux]
Langkah untuk user Windows / MacOS / Android / iOS |
---|
---| 1 |--- |
Unduh dan ekstrak file profil OVPN yang diberikan admin EFISON. |
---| 2 |--- |
Buka OpenVPN Connect:
|
---| 3 |--- |
|
---| 4 |--- |
Nyalakan profil OVPN tersebut untuk mengakses ALELEON Supercomputer. |
--- |
Langkah untuk user Linux |
---|
---| 0 |--- |
User harus memiliki privilege sudo untuk koneksi OVPN ini. |
---| 1 |--- |
Unduh dan ekstrak file profil OVPN dari admin EFISON dengan unzip .
$ cd [path-dir-download-profil-OVPN-EFISON] $ unzip OVPN\ EFISON\ client\ [kode-tanggal].zip |
---| 2 |--- |
Masuk kedalam folder hasil ekstrak:
$ cd OVPN\ EFISON\ client\ [kode-tanggal] $ touch connect-aleleon $ chmod +x connect-aleleon
#!/bin/bash
sudo openvpn --config client[kode-tanggal].ovpn \
--pull --auth-user-pass user.pass --redirect-gateway
|
---| 3 |--- |
Jalankan script connect-aleleon :
$ ./connect-aleleon
... Initialization Sequence Completed
|
---| 4 |--- |
Untuk menutup koneksi VPN lakukan ctlr + C pada terminal tersebut.
|
--- |
Update Profil OVPN ALELEON Supercomputer
Tim admin akan selalu memberikan update VPN baru kepada semua user aktif. User dapat melakukan update profil VPN dengan langkah:
- (Disarankan) hapus profil VPN lama.
- Buat profil VPN baru dengan file VPN baru.