What is a VPN?

🔗 Read on Medium A VPN (Virtual Private Network) is a technology that creates a secure and encrypted connection over a public or untrusted network like the internet. It allows users to access private networks while protecting their privacy and security, and sharing data remotely over public networks. A VPN works by routing the user’s internet connection through a remote server that acts as an intermediary between the user and the internet. The data transmitted between the user and the internet is encrypted, so it cannot be intercepted or accessed by unauthorized parties. This makes it possible for users to securely access the internet and sensitive information like private documents and financial details from anywhere in the world. ...

5 min · 858 words

PowerDNS installation on Ubuntu 20.04 LTS

🔗 Read on Medium What is DNS? DNS (Domain Name System) is a distributed and hierarchical system that converts human-readable domain names into IP addresses. Since computers and other devices communicate with each other using IP addresses rather than domain names, this is crucial for accessing websites and other internet-based services. When a user types a domain name into a browser, their device sends a request to a DNS server, which then looks up the relevant IP address and returns it to the device. The device can then use the IP address to establish a connection with the requested website or service. ...

5 min · 970 words

Ubuntu 20.04LTS PowerDNS kurulumu

🔗 Medium’da Oku DNS nedir? DNS (Alan Adı Sistemi), insan tarafından okunabilir alan adlarını IP adreslerine dönüştüren dağıtılmış ve hiyerarşik bir sistemdir. Bilgisayarlar ve diğer cihazlar birbirleriyle etki alanı adlarını değil IP adreslerini kullanarak iletişim kurduklarından, bu, web sitelerine ve diğer internet tabanlı hizmetlere erişmek için çok önemlidir. Bir kullanıcı tarayıcıya bir etki alanı adı yazdığında, aygıtı bir DNS sunucusuna bir istek gönderir ve ardından ilgili IP adresini arar ve cihaza döndürür. Cihaz daha sonra istenen web sitesi veya hizmetle bağlantı kurmak için IP adresini kullanabilir. ...

4 min · 839 words

OpenVPN server installation and client configuration creation

🔗 Read on Medium Requirements Two machines with Ubuntu 20.04 installed. We will verify our certificates on one of these machines, and install our OpenVPN service on the other. Any device with an operating system installed that can connect to the installation. (Android, iOS, MacOS, Windows, Linux) I will use Arch Linux installed on my own machine. Let’s perform the installation and configuration of the machine where we will verify our certificates Note: In this part, you should perform the following steps as a regular user, not as the root user. ...

10 min · 2055 words

OpenVPN server kurulumu ve client konfigürasyonu oluşturma

🔗 Medium’da Oku Gereksinimler İki adet Ubuntu 20.04 kurulu makine. Bu makinelerin birinde sertifikalarımızı onaylayacağız, diğerinde ise OpenVPN servisimizi kuracağız. Kuruluma bağlanabilmek için client olacak herhangi bir işletim sistemi kurulu cihaz. (Android, İOS, MacOS, Windows, Linux) Ben kendi makinemde kurulu olan Arch Linux’u kullanacağım. Sertifikalarımızı onaylayacağımız makinenin kurulumunu ve konfigürasyonunu yapalım Not: Bu kısımda bulunanları makinenizde root kullancısı olarak değil, normal bir kullanıcı olarak yapmamız gerekmektedir. Aşağıdaki komutlar ile sertifikaları yönetmemizi sağlayan aracı makinemize kuralım. ...

8 min · 1660 words