Hello guys,
Previous week till now i was banging head into a wall and trying to find a proper solution and get my containers be publicly available… But not luck till now, so i will try to ask more clever people
Long story short:
I have a Hetzner VPS (Debian 10) with an IPv6 subnet (i guess?). My host has ::1/64 address.
My task is to create a container and assign to it a bunch of ipv6 addresses (let’s say 2 or 4 or 6, whatever).
I have tried a various tutorials (posted in here also), but still no luck archiving to be reached from outside. The only tutorial, which worked was to DNAT ULA address to a address from the ipv6 /64 subnet.
Also tried a luck with slaac and radvd as it says here: https://docs.hetzner.com/robot/dedicated-server/ip/additional-ip-adresses/ , but also no luch archieving to be reached from outside.
During lxd init i created lxdbr0 and selected auto. Here is my config:
config:
ipv4.address: 10.208.165.1/24
ipv4.nat: “true”
ipv6.dhcp: “false”
ipv6.nat: “false”
ipv6.routing: “true”
description: “”
name: lxdbr0
type: bridge
used_by:
- /1.0/instances/c1
- /1.0/instances/test
- /1.0/profiles/default
managed: true
status: Created
locations: - none
Any ideas why slaac method is not working? Do you have any suggestions which best method to use if i want to assign more ipv6 addresses and be reachable from outside? ( i will want to automate it later with ansible)
Any information is more than appreciated, so thank you in advance!