Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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.

tailscale ipv6 server question

s0n1cs0n1c Member
edited February 2025 in General

Hello,
This is somewhat a stupid question but if my vps server provider only supplied an ipv6 address, could I use tailscale and access services through it using the ipv4 address tailscale usually provides me? Does tailscale provide an ipv4 address if the server is only ipv6?

Comments

  • @yabarg said:
    Hello,
    This is somewhat a stupid question but if my vps server provider only supplied an ipv6 address, could I use tailscale and access services through it using the ipv4 address tailscale usually provides me? Does tailscale provide an ipv4 address if the server is only ipv6?

    accessible via both

    Thanked by 1s0n1c
  • cainyxuescainyxues Member
    edited February 2025

    yes tailscale provides one and it can be only used inside your own tailscale devices which you registered there, that means its not accessible via public [I did this and this was my conclusion] :smiley:

    Thanked by 1s0n1c
  • WebProjectWebProject Veteran, 🚩 Host Rep Tag Suspended

    Tailscale doesn’t provide any IPv4/IPv6 addresses just helping you to manage VPN network, you need to read their website

    Thanked by 1nghialele
  • @cainyxues said:
    yes tailscale provides one and it can be only used inside your own tailscale devices which you registered there, that means its not accessible via public [I did this and this was my conclusion] :smiley:

    @malignify said:

    @yabarg said:
    Hello,
    This is somewhat a stupid question but if my vps server provider only supplied an ipv6 address, could I use tailscale and access services through it using the ipv4 address tailscale usually provides me? Does tailscale provide an ipv4 address if the server is only ipv6?

    accessible via both

    Thank you both for responding :)

    Thanked by 1cainyxues
  • I have an IPv6 only server running Tailscale and the tailscale0 interface has both IPv4 and IPv6 addresses that are routable on the Tailnet.

    I haven't tried routing traffic between an IPv6-only server and an IPv4-only server, (because I don't have one to test with), but I assume it would have to relay the traffic between the nodes via one of Tailscale's STUN servers and that would cause some increase in latency. However, it would certainly work and the impact wouldn't be significant.

    Thanked by 2s0n1c cainyxues
  • @WebProject said:
    Tailscale doesn’t provide any IPv4/IPv6 addresses just helping you to manage VPN network, you need to read their website

    Wat? they do provide 1IPv4 and IPv6 address too w/ something like 100.XX.XX.XX and you can use that to access your registered devices from the devices also in the same account like they require at least 2 devices to get started [Please correct me if I am wrong :blush: ]

  • admaxadmax Member, Megathread Squad

    @cainyxues said:

    @WebProject said:
    Tailscale doesn’t provide any IPv4/IPv6 addresses just helping you to manage VPN network, you need to read their website

    Wat? they do provide 1IPv4 and IPv6 address too w/ something like 100.XX.XX.XX and you can use that to access your registered devices from the devices also in the same account like they require at least 2 devices to get started [Please correct me if I am wrong :blush: ]

    These addresses are for internal network use only and do not have the possibility of public network access. :)

    Thanked by 2cainyxues WebProject
  • WebProjectWebProject Veteran, 🚩 Host Rep Tag Suspended

    @cainyxues said:

    @WebProject said:
    Tailscale doesn’t provide any IPv4/IPv6 addresses just helping you to manage VPN network, you need to read their website

    Wat? they do provide 1IPv4 and IPv6 address too w/ something like 100.XX.XX.XX and you can use that to access your registered devices from the devices also in the same account like they require at least 2 devices to get started [Please correct me if I am wrong :blush: ]

    You can get the internal IPs on any device, try 127.0.0.1 or 192.168.1.1

    Thanked by 1cainyxues
  • cainyxuescainyxues Member
    edited February 2025

    @admax said:

    @cainyxues said:

    @WebProject said:
    Tailscale doesn’t provide any IPv4/IPv6 addresses just helping you to manage VPN network, you need to read their website

    Wat? they do provide 1IPv4 and IPv6 address too w/ something like 100.XX.XX.XX and you can use that to access your registered devices from the devices also in the same account like they require at least 2 devices to get started [Please correct me if I am wrong :blush: ]

    These addresses are for internal network use only and do not have the possibility of public network access. :)

    Yeah I know that, I just forgot to mention :sweat_smile:

    Thanked by 1admax
  • Reason I asked this was because I was considering buying a host-c IPv6 server for Vaultwarden. I’m not too sure how reliable their servers are, support times, or how long they are going to be operational for though

    Thanked by 1cainyxues
  • @yabarg said:
    Reason I asked this was because I was considering buying a host-c IPv6 server for Vaultwarden. I’m not too sure how reliable their servers are, support times, or how long they are going to be operational for though

    I bought an ipv6 vps and any app I install gets fked up by messing the IP address so on that note I wouldn't recommend it but maybe its also because I dunno much and would appreciate other's input in this since I am also looking to make the vps work :sweat_smile:

    Thanked by 1s0n1c
  • I tried Dockploy and Coolify [both of them are based on docker I think so maybe the issue lies in the config but I really dunno] BTW correct me if I am wrong but vaultwarden is also based on docker right ?

    Thanked by 1s0n1c
  • @cainyxues said:
    I tried Dockploy and Coolify [both of them are based on docker I think so maybe the issue lies in the config but I really dunno] BTW correct me if I am wrong but vaultwarden is also based on docker right ?

    Yes, i will be using the vaultwarden docker.

    Thanked by 1cainyxues
  • admaxadmax Member, Megathread Squad

    @cainyxues said:
    I tried Dockploy and Coolify [both of them are based on docker I think so maybe the issue lies in the config but I really dunno] BTW correct me if I am wrong but vaultwarden is also based on docker right ?

    I’m running Vaultwarden Docker on my Raspberry Pi 3B+ (which is indeed quite risky since the SD card could fail at any time), but I’ve set up regular backups to OneDrive. o:)

    Thanked by 1cainyxues
  • @yabarg said:

    @cainyxues said:
    I tried Dockploy and Coolify [both of them are based on docker I think so maybe the issue lies in the config but I really dunno] BTW correct me if I am wrong but vaultwarden is also based on docker right ?

    Yes, i will be using the vaultwarden docker.

    Vaultwarden requires very few resources. I'm running it on a VPS with 1GB of RAM, (with an Nginx reverse proxy), and it's running fine. It also doesn't need constant host/client synchronisation so the provider doesn't even need to be that stable either.

    The main thing is to keep it completely secure, (isolated from the rest of your Tailnet), so you'll want to checkout Tailscale's ACLs to make sure that only your client(s) can access it whilst the rest of your network is blocked from that VPS

Sign In or Register to comment.