I've been using an OpenVPN service for 2 years now, but it seems it has become too popular and now its very slow and sometimes I get computer UDP attacks from different countries and some sort of attacks that my firewall classified as SQL injection attacks or something like that. The terms of service clearly state that the user shall not use it for hacking, but I can see they are being ignored. What good OpenVPN service can you recommend me? Is it better to use SSTP? If, yes, which service would be better? Is it just me or OpenVPN anonymity is becoming means of getting network attacks?

All I want is to encrypt my connection to prevent ISP eavesdrops. In return I'm just getting network attacks and a slow connection which wasn't the case 2 years ago.

Dani AI

Generated

A concise, practical summary and next steps that build on what others have already said.

Your symptom (noisy/scanned exit IP, slow tunnels) matches a common problem with shared VPN exits: a single public IP is used by many users, so anyone abusing that address drags everyone else down. For an ISP-eavesdrop protector (not full anonymity), two practical directions work best — a private endpoint you control, or a modern, low-overhead VPN protocol such as WireGuard for better throughput and simpler auditing. Why shared IPs cause collateral problems and WireGuard basics and goals. (techradar.com)

If you liked ’s VPS idea: it’s a solid, low-cost fix. A single small VPS gives you one IP (less collateral noise) and full control, but also puts patching, logging choices, bandwidth and uptime responsibility on you. Follow a cloud-provider or community guide to deploy and understand tradeoffs before you cut over. See practical “run-your-own VPN” guides for common patterns. DigitalOcean: run your own VPN server and community writeups show common setups and warnings. (digitalocean.com)

Hardening checklist you can apply right away:

  • Default-deny incoming, allow only SSH + your VPN port; rate-limit sensitive ports.
  • Enable fail2ban (or similar) to auto-block repeated scanners.
  • If you host web apps, put a WAF in front (or use ModSecurity) to stop SQLi-style noise.
  • Monitor logs and rotate keys regularly.

Example firewall/fail2ban basics (replace <VPN_PORT> with your port):

sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow OpenSSH
sudo ufw allow 51820/udp   # example WireGuard port — replace as needed
sudo ufw limit OpenSSH
sudo ufw enable

And make a simple /etc/fail2ban/jail.local override for sshd. See the UFW docs, fail2ban guides and WAF resources for configuration details. (manpages.ubuntu.com)

If pure encryption against your ISP is the goal, a single well‑patched VPS + WireGuard (or equivalent) is usually the cleanest, lowest-noise solution. If you also need multi-location anonymity or easy app support, evaluate vetted providers by audit history, jurisdiction, dedicated-IP options and abuse-handling policies before buying. Read provider guides and red-flag lists before deciding. (tomsguide.com)

Notes: this expands on ’s observations, ties to ’s protocol note and builds on ’s VPS suggestion while avoiding repeating specific commercial recommendations already posted.

Recommended Answers

All 7 Replies

Widely used VPN protocols are PP2P , L2TP and IPsec.


[snip][/snip]

colocate or get a vps in your city/state and run your own you can colocate for 50$ a month if you aren't too picky or vps for 5$ish

Of course! How could I forget about VPS? I think I'll give that a try.

I've been using http://VPNSecure.me for a few years now and can't recommend it enough - Their OpenVPN and SSH tunnels always perform well for me, they have endpoints all around the world and they remove logs every 24 hours

After looking into so many sites for connection I came to know about this company which gives special priviliges to their customer like hydemyass and more than 7000 internet protocol address on 163 servers. I trusted this company and they really did a good job, totally recommend it without any hesitation you can use their best vpn services for home or business network.

I recommend for you Speed Fast, maybe because new VPN service. I use and not have problem. Cheap VPN and get 2 hour free :)

I know what you mean, buddy, I had a similar problem when I was working on my new project. Here are a few recommendations to consider:

ExpressVPN: Known for its strong security features, fast speeds, and wide server coverage, ExpressVPN is a popular choice among users. It offers a user-friendly interface and excellent customer support.

NordVPN: Renowned for its advanced security features and large network of servers, NordVPN provides fast speeds and reliable performance. It also offers additional features like double VPN encryption for enhanced privacy.

CyberGhost: With a focus on user-friendliness, CyberGhost offers a wide range of servers optimized for various purposes. It has robust security features and good customer support.

Regarding SSTP, it's a VPN protocol that provides encryption and can be an alternative to OpenVPN. However, the choice of protocol depends on your specific needs and the compatibility of the VPN service you choose.

Remember to thoroughly research and compare different VPN services to find the one that best fits your requirements. It's important to note that no VPN service can guarantee complete anonymity or immunity from network attacks, but opting for reputable and well-established providers can significantly enhance your online privacy and security.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.