Cấu hình và sử dụng WireGuard VPN trên Ubuntu
1. Cấu hình WireGuard Server B1: Cài đặt WireGuard B2: Tạo key (server) Sau đó sẽ có 2 file server_private.key và server_public.key B3: Tạo config server với file /etc/wireguard/wg0.conf PrivateKey: là lấy từ file server_private.key B4: Bật IP Forward Bỏ comment “net.ipv4.ip_forward=1” trong file /etc/sysctl.conf Sau đó dung lệnh sau để áp dụng B5: Start […]
Continue Reading