Daniel
Daniel
Comments
-
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 email services (including Gmail / G Suite) don't group the emails into one…
-
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 that the installed OpenSSH version is legit (which is why I always install…
-
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. I once got one for an IP range I had used at a server company many many years prior. They just never removed my name from the whois even though…
-
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 helped a lot. If you want to see latency from your location, you can try ping it01.d.sb which is…
-
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.
-
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 still looks basically the same. I see several people across various forums/sites…
-
No Crossbox, or Rainloop?
-
Reminded me of this tweet I just saw recently: https://twitter.com/IchBinNicheSie/status/1203792984371806208?s=20
-
I usually use Vultr for that. $0.004/hr on their cheapest (IPv6-only) plan.
-
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 automatically create a mesh network like Tinc does, but you can automate part of the…
-
@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. I didn't realise you still have OpenVZ servers @Francisco? All my Ansible playbooks are Debian-based, and every server I've got is running Debian (except for one running Ubuntu) :disappointed:
-
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 in SolusVM then click the IP subnet and there will be an "Add IP" section to add a…
-
@mikho Any known issues with Singapore? After reimaging with the Debian 10 image, it just refuses to boot :(
-
Working now, thanks. I closed my ticket to clean up your ticket queue since I imagine you have a bunch of them :tongue:
-
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 needed a bunch of small VPSes in various parts of the world and OpenVZ NAT VPSes worked…
-
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 going to consolidate everything onto the cheaper VPS but haven't had time to, so…
-
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 vcores at 3GHz, 8 GB RAM, 60 GB SSD, 3000 GB monthly transfer on 10 Gb/s network Both…
-
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 Friday / Cyber Monday deals, I haven't really kept up to date with those this…
-
Thanks for the update!
-
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 the code and the docs. Pretty impressive.
-
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 having to switch to a different VPN endpoint to change the country. In cases like…
-
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 ticket but I'm wondering if anyone else is having the same issue.
-
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 using apt install./wireguard-tools_0.0.20191012-1_amd64.deb. You do need to…
-
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 yourself though