The NordBastion polar-bear mascot in a Nordic library at night, leaning over a long oak reading table strewn with open dictionaries and PGP-signed papers under aurora-blue lamplight
Glossary entry · Networking

VPN Virtual Private Network

एक एन्क्रिप्टेड tunnel जो आपके दिखाई देने वाले IP address को किसी विश्वसनीय सर्वर के IP address से बदल देता है।

परिभाषा
Plain English

एक Virtual Private Network: एक क्लाइंट और आपके विश्वसनीय सर्वर के बीच एन्क्रिप्टेड टनल। ट्रैफ़िक क्लाइंट पर प्रवेश करता है, टनल से होकर सर्वर तक जाता है, और सर्वर के IP एड्रेस को पहनकर व्यापक इंटरनेट पर निकलता है। मूल उपयोग-मामला सार्वजनिक इंटरनेट पर कॉर्पोरेट LAN को विस्तारित करना था; आधुनिक उपभोक्ता उपयोग-मामला अपने ट्रैफ़िक के दृश्यमान स्रोत को उपयोगकर्ता-नियंत्रित नेटवर्क पर स्थानांतरित करना है।

Why it matters at NordBastion

एक VPS किसी सब्सक्रिप्शन से कहीं बेहतर VPN बनाता है।

The consumer-VPN industry is built on a paradox. The brands that spend the most on television advertising are, by an almost mathematical necessity, the brands with the largest user pool sharing the smallest IP space — which means their exit IPs are pre-flagged on every captcha vendor's reputation list before you even subscribe. You pay €12 a month to be classified as suspicious by every login form on the web.

VPS-होस्टेड VPN ट्रेड-ऑफ को पलट देता है। आप एक छोटा नोड किराए पर लेते हैं — €4 से €6 प्रति माह — WireGuard सेट अप करते हैं, और आपके पास एक डेडिकेटेड IP एड्रेस होता है जो आपका और आपके द्वारा उसपर पॉइंट किए गए चार डिवाइसों का है। कोई साझा पूल नहीं, कोई दुरुपयोग-संचालित ब्लैकलिस्ट नहीं, कोई अपारदर्शी "नो-लॉग" नीति नहीं जिसे आप सत्यापित नहीं कर सकते। लॉगिंग नीति वही है जो आप VPS पर कॉन्फ़िगर करते हैं, यानी अगर आप कोई लॉग नहीं चाहते, तो कोई नहीं।

This page exists so that "VPN" is grounded as a category before you encounter the WireGuard-specific glossary entry, the WireGuard guide and the WireGuard use-case page. Pick the protocol and the deployment shape on those pages; come back here whenever you need the underlying definition.

FAQ · VPN

The questions people actually ask.

क्या VPN मुझे गुमनाम बनाता है?

No. A VPN shifts which network operator sees your traffic — from your home ISP or your café's Wi-Fi to whoever runs the VPN endpoint. If that endpoint is a commercial VPN service you signed up for with a credit card, "anonymous" is the wrong word. If it is a VPS you control, paid for in cryptocurrency, the picture is better but still not anonymous in the Tor sense: the destination site sees your VPS IP every time, which over time builds a recognisable fingerprint.

Is a self-hosted VPN better than a commercial one?

It depends on the threat model. A self-hosted VPN on a VPS gives you a dedicated IP address that is not shared with thousands of other users, full control over the logging policy and zero subscription bundle. A commercial VPN gives you blended traffic in a shared IP pool, which provides a different kind of plausible-deniability story but means every captcha gauntlet on the web treats your IP as suspicious by default.

What protocols do modern VPNs use?

WireGuard for new deployments — it is fast, small and modern. OpenVPN for compatibility with corporate networks and legacy clients. IPsec/IKEv2 for native iOS and macOS clients without third-party software. PPTP and L2TP/IPsec are obsolete and should not be deployed.

क्या मैं NordBastion VPS पर VPN चला सकता हूँ?

Yes — it is one of the most common reasons people buy a small entry-tier plan from us. The dedicated WireGuard guide and the WireGuard use-case page walk through the exact setup.