Soal:
Configure site-to-site VPN to fw.worldskills.org using a tun device all traffic between the office network and the public cloud network should be routed through the tunnel. Use UDP to minimize overhead in the tunnel.
Configure site-to-site VPN to fw.skill39.net - office network.
Jawaban:
Command:
openvpn --genkey --secret s2s.key
s2s.key buat disalah satu firewall saja terus di copy ke firewall yang akan akan menjadi peer koneksi VPN.
Buat konfigurasi s2s.conf letakkan di /etc/openvpn
Untuk referensi pembuatan konfigurasi s2s.conf bisa melihat di halaman perintah man openvpn
Berikut screenshot konfigurasi nya
Jalankan service openvpn dengan systemctl start openvpn@s2s dan jalankan setelah boot dengan perintah systemctl enable openvpn@s2s
Berikut adalah screencast saat saya lagi mencoba
Sekian dan semoga bermanfaat.
Configure site-to-site VPN to fw.worldskills.org using a tun device all traffic between the office network and the public cloud network should be routed through the tunnel. Use UDP to minimize overhead in the tunnel.
Configure site-to-site VPN to fw.skill39.net - office network.
Jawaban:
Command:
openvpn --genkey --secret s2s.key
s2s.key buat disalah satu firewall saja terus di copy ke firewall yang akan akan menjadi peer koneksi VPN.
Buat konfigurasi s2s.conf letakkan di /etc/openvpn
Untuk referensi pembuatan konfigurasi s2s.conf bisa melihat di halaman perintah man openvpn
Berikut screenshot konfigurasi nya
Jalankan service openvpn dengan systemctl start openvpn@s2s dan jalankan setelah boot dengan perintah systemctl enable openvpn@s2s
Berikut adalah screencast saat saya lagi mencoba
Sekian dan semoga bermanfaat.
Comments
Post a Comment