New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
[Request] VPS with IPv6 only
Hello,
I am looking for VPS with only IPv6 with following Spec,
2 Core,
2/4 GB Ram
50GB SSD/HDD
1 IPv6
100 Mbps / 1 gbps
Hourly Billing is must
Preferred Windows OS trial! will do good, if not Ubuntu 20.04 will do.
Payment Type: Paypal
Purpose: Educational, so it must be hourly billing and also should be able to do unlimited OS re-installation by customer itself.
I tried with Vultr, but no use as VPS higher than $2.5/month comes along with IPv4. and they are not ready to provide one as well with IPv6 alone.
Please let me know, where i can get this or is it even possible to get it?
Thanks in advance.
Comments
You can take an IPv4/v6 VPS and just disable V4.
can you please tell me how to do that in Ubuntu 20.04? if so i can close this thread. it might solve my issue.> @ehhthing said:
sorry, i tried it, but it didn't work the way, i expected. So i am still looking for it.
Rip the v4 address & gateway out of netplan, assuming you already have v6 working, and you should be good. Most providers use DHCP so you can just switch the
dhcp4: true
todhcp4: no
Skim through this: https://netplan.io/examples
ip -4 route del default
works on all linux flavors