
Daniel
Daniel
About
- Username
- Daniel
- Joined
- Visits
- 492
- Last Active
- Roles
- Member, OG
- Thanked
- 304
Comments
-
(Quote) Disagree with "isn't as tested"... The Wireguard-go userspace implementation powers all the non-Linux OSes supported by Wireguard (including the Android app, iOS app, Windows version and MacOS version). I think with OpenVZ you can…
-
KVM is part of the mainline Linux kernel, whereas OpenVZ is a third party kernel modification. This means OpenVZ is far more likely to disappear in the future. KVM is more future-proof. The only real use case for OpenVZ that I can think of is cheap…
-
The source article is way more detailed. Very well-written. https://mybroadband.co.za/news/internet/330379-how-internet-resources-worth-r800-million-were-stolen-and-sold-on-the-black-market.html
-
(Quote) If you set up a lot of VPSes, it's definitely worth learning how to use Ansible. You can automate everything so you can just run one command and it sets everything up :)
-
(Quote) It depends on what you do during setup. If you enter a root password, it does not install sudo. However, if you do not enter a root password (just leave the password field blank), it locks the root user, installs sudo, and adds the user acc…
-
Seems like the domain is pointing to some sketchy-looking parking service. https://dnstools.ws/lookup/megarbl.net/NS/ https://dnstools.ws/lookup/megarbl.net/A/ My guess is their registrar is one of those registrars that points expired domains to la…
-
Also, pressing Ctrl+Enter doesn't post the comment... Most modern forms let you submit while a textarea is focused by pressing Ctrl+Enter.
-
I'm not very familiar with Vanilla... Is there an option to group email notifications into one thread? The emails don't have any of the regular threading headers (like References or Original-Message-ID) and the subject changes per replier, so most e…
-
I don't actually like SSH being pre-installed as I'm never sure if the template correctly generates an SSH host key or if every single person that uses the template gets the same key (which would open you up to MitM attacks). Also hard to confirm th…
-
(Quote) Didn't Frantech/BuyVM IPs at some point have an address that wasn't related to the company listed on the IPs? I remember reading some article or blog post or something about that. (Quote) I once got one for an IP range I had used at a serve…
-
(Quote) I meant that the site I linked to lets you send pings from a bunch of locations around the world, and the "Italy" location is MrVM in Milan :) the site is behind Cloudflare because it used to sometimes get DDoS traffic and CF helpe…
-
(Quote) I've got Milan via MrVM on https://beta.dnstools.ws/ if you want to try pings/traceroutes.
-
I'd be interested in anycast IPv6, if you ever offer that! For all my services with you I only ever use the IPv6 address for inbound connections, I don't use the shared IPv4.
-
(Quote) A lot of people outside of these forums and LowEndTalk still don't know that LowEndBox is bad. Some people have memories of using LowEndBox many years ago before it was owned by ColoCrossing, and still think it's good today, as the site stil…
-
(Quote) Reminded me of this tweet I just saw recently: https://twitter.com/IchBinNicheSie/status/1203792984371806208?s=20
-
(Quote) I usually use Vultr for that. $0.004/hr on their cheapest (IPv6-only) plan.
-
(Quote) I used to use Tinc but v1.1 has been experimental for a very long time, and I started encountering sporadic lockups where it'd get stuck at 100% CPU usage (both on v1.0 and v1.1). WireGuard is a bit trickier to configure given it doesn't aut…
-
@freerangecloud Can you do shared IPv4? Don't need inbound IPv4, just outbound, so NAT with no forwarded incoming ports would be fine.
-
Thanks for the replies. I guess I'll wait and see if the provider can upload a Debian 10 image. (Quote) I didn't realise you still have OpenVZ servers @Francisco? (Quote) All my Ansible playbooks are Debian-based, and every server I've got is runn…
-
(Quote) Not sure about InceptionHosting, but /80 usually means you have the entire IPv6 range from 2001:xxxx:xxxx:xxxx:xxxx:0000:0000:0000 to 2001:xxxx:xxxx:xxxx:xxxx:ffff:ffff:ffff and can use any IP address within that range. Go to the network tab…
-
@mikho Any known issues with Singapore? After reimaging with the Debian 10 image, it just refuses to boot :(
-
(Quote) Working now, thanks. I closed my ticket to clean up your ticket queue since I imagine you have a bunch of them :tongue:
-
(Quote) lol No, I was saying that I don't need a $15/year VPS when a $3/year NAT VPS does basically what I need for that particular project. I got five NAT VPSes for the same price. I can deal with OpenVZ's bugs and limitations in that case. I nee…
-
(Quote) Yeah. I figure, if the RAM allocation is so large, there's likely fewer users on the node, which could result in better performance. I wasn't sure how much RAM Prometheus would use... Turns out I'm not even using 4 GB out of the 10 GB. I was…
-
(Quote) For what it's worth, I have two VirMach VPSes from last year's Black Friday sales that I just renewed for another year: * $74.85/year: 4 vcores at 3GHz, 10 GB RAM, 120 GB SSD, 4000 GB monthly transfer on 10 Gb/s network * $39.69/year: 4 vco…
-
(Quote) Isn't this basically what PaaS (Platform-as-a-Service) is? Think things like Heroku and AWS Elastic Beanstalk. Dokku is pretty interesting for self-hosting.
-
Is Luxembourg OK? BuyVM is US$20 per year for 512 MB RAM, 10 GB SSD, unmetered transfer, one IPv4 and a /64 IPv6 range. https://buyvm.net/kvm-dedicated-server-slices/ That's just their regular pricing though. Perhaps there's some cheaper Black Frid…
-
(Quote) Thanks for the update!
-
(Quote) I haven't tried that yet, but it's something I'm interested in looking into. WireGuard's docs aren't very clear at the moment... But that's understandable, as far as I know it's mostly one guy (the creator, Jason Donenfield) writing most of …
-
(Quote) That's not uncommon, particularly with VPNs that advertise unblocking content located in different countries as one of their features. For example, some VPNs let you watch American Netflix, BBC (UK), and ABC iView (Australia), all without ha…
-
Is anyone having issues with connectivity to their Germany MrVM VPS? I got a similar package recently and they're all working fine except the IPv6 address for the German one. IPv4 to Germany is fine, and all other locations are fine too. Filed a tic…
-
(Quote) Interesting! I didn't have any issues with it on my MrVM 128 MB NAT VPS. Another alternative is to just manually download the .deb from https://packages.debian.org/sid/amd64/wireguard-tools/download (for example by using wget) and install it…
-
(Quote) I'm happy to help! :) In case anyone doesn't want to compile wireguard-go themselves for some reason, here's a version I built on a 64-bit machine running Debian 10: https://d.ls/wireguard/wireguard-go-v0.0.20191012. Do prefer compiling it …