Showing posts with label OpenVPN. Show all posts
Showing posts with label OpenVPN. Show all posts

Tuesday, 13 May 2014

Install Network Manager Plugin for OpenVPN on Ubuntu

1. Install Network Manager Ubuntu
# apt-get install network-manager-openvpn

2. Config OpenVPN Connection

2.1 Open "Network Connection" then Click "Add" button

2.2 Choose a Connection Type "OpenVPN"

2.3 Edit VPN Connection

Gateway: VPN Server Name
Authentication Type: Password with Certificates (TLS)
Username: VPN Username
Password: VPN Password
User Certificate:  xxx.crt
CA Certificate: ca.crt
Private Key: xxx.key
then click "Advanced Option"

2.4 Edit Advanced Option

Select Option
- Use LZO data compression
- Use a TAP device

Friday, 21 June 2013

OpenVPN on Mobile

VPN (Virtual Private Network) บริการเครือข่ายส่วนตัวเสมือนสำหรับเชื่อมต่อเพื่อใช้เครื่อข่ายภายใน เพื่อให้ผู้ใช้สามารถใช้บริการภายเครือข่ายภายในเสมือนกำลังเชื่อมต่ออยู่กับเครื่อข่ายภายใน โดย OpenVPN เป็น Open Source VPN ตัวหนึ่งที่ได้รับความนิยมในปัจจุบัน

OpenVPN สามารถใช้งานบนอุปกรณ์พกพาระบบปฏิบัติการ iOS และ Android โดยไม่จำเป็นต้อง Root หรือ Jail break อุปกรณ์ ผู้ต้องการใช้งานสามารถติดตั้งแอพพลิเคชัน OpenVPN Connect ได้ทั้งบน Play Store และ AppStore อย่างไรก็ตามการใช้งาน OpenVPN Connect ยังมีข้อจำกัดที่ว่า OpenVPN Server ต้องทำงานแบบในระดับ Network Layer (TUN Mode) เท่าน้น

การใช้งานบน Android 
  1. ติดตั้ง OpenVPN Connect
  2. เริ่มติดตั้ง Configuration File โดยคัดลอกไฟล์ลงบนอุปกรณ์ 
  3. จากนั้น Import Configuration File ผ่าน Menu ใน OpenVPN Connect 
  4. เชื่อมต่กับ VPN Server
การใช้งานบน iPhone
  1. ติดตั้ง OpenVPN Connect
  2. การคัดลอก Configuration File (sample.ovpn) ลงโปรแกรม OpenVPN Conect ผ่าน iTunes 
  3. จากนั้นเปิดแอพพลิเคชัน OpenVPN Connect บนอุปกรณ์เพื่อยืนยันการเพิ่ม Configuration File 
  4. เชื่อมต่อกับ VPN Server ได้

Import SSH Private Key to Yubikey (PIV) for SSH Authentication

Introduction: This guide will walk you through the process of importing your SSH private key to a Yubikey (PIV) for SSH authentication on y...