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.

Comments
Ticket and ask them?
The gateway will be a:b:c::1 (the /48).
You can do something like:
Oh it's the /48. I got it now. Thanks! I opened a ticket for nothing. I'll close it. Don't like to bother support people too much so I asked here first. Much appreciated. It's good now.
I've installed proxmox on the server. I've got ipv6 and gateway. I can ping6 google from within the host.
I setup lxc container
I give it another ipv6, like
a:b:c:d::2/64, I set gateway asa:b:c::1I get
Destination unreachable: Address unreachableSo I installed ndppd on the host, thinking they may not be routing at their end, configured ndppd to route, created a ::2 on their panel in the subnet as another ip, gave the ::2 ip to the container with ::1 as the gateway, and I get address unreachable.
Host can ping container ipv6
The container cannot ping the host ipv6 at ::1.
Anyone have idea of how naranja.tech ipv6 routes?
Check if forwarding is working for ipv6. Also, how did you bridge the VM? PM me your config to take a look.
vmbr0ata:b:c:d::ffffvmbr1ata:b:c:d::1Attatch containers/VMs to
vmbr1, use any ipv6 in your /64, and use vmbr1's ipv6a:b:c:d::1as the gateway.Then use ndppd:
/etc/ndppd.confThis in
sysctl.confAnd LXC container seem to have ipv4 and ipv6 now.
I know this is an old thread, which I found while looking for configuration instructions.
Unfortunately, their panel says only
2001:db8:1:132::/64(redacted from real IPv6 prefix to IPv6 documentation space), however configuring2001:db8:1:132::1/64on the network interface and using2001:db8:1::1(first from/48supernet) as default gateway does not work.Other common things like
fe80::1(IPv6 link-local) or2001:db8:1:132::1(on-link instead of routed, yes, was using2001:db8:1:132::2/64then on the network interface) as IPv6 default gateway don't work either.Does somebody still run a working IPv6 configuration with them in a virtual machine? If so, did their setup change or did they simply mess up their network configuration related to me?
@naranjatech's support unfortunately does not answer the repeated question what the IPv6 default gateway is (and they unfortunately rolled out the virtual machine initially without IPv6 and the support added it later as part of a support ticket, but IPv6 never showed up automatically in the operating system's network configuration (even not after their suggested turn off/on of the virtual machine), thus I do not have any working example to look at).
My VMs have IPv6 working as before. Nothing seems to have changed for me specifically.
IPv6: 2a0b:8bc0:2:xxxx::1 (/64)
Gateway: 2a0b:8bc0:2::1 (the /48)
My config (/etc/network/interfaces)
After 7 business days, @naranjatech's support finally solved my issue (also thanks to this thread which helped me to understand how a working IPv6 configuration at them should look like). While I provided them a lot of information of what I tried and what did not work (and how
ip neighlooks like), they finally noticed with my mentioning of2a0b:8bc0:1::1and2a0b:8bc0:2::1as non-working IPv6 default gateways (but2a0b:8bc0:2::2actually worked!), that something is wrong on their end. Initially, they assigned2a0b:8bc0:1:xxxx::/64to me, where2a0b:8bc0:1::1did not work. This evening they switched my assignment to2a0b:8bc0:2:xxxx::/64and, yay,2a0b:8bc0:2::1works just flawlessly as IPv6 default gateway.Comparing what's out there, Naranja's method of giving a single /64 and expecting NDP proxying for nested IPs is pretty common for providers in their ~10-15 euro price bracket for a KVM. You'd typically find a routed /56 or a separate routed /64 with providers like Hetzner or OVH, but those often start at higher price points for similar CPU/RAM specs, offering that extra layer of routing abstraction. It's usually a cost-benefit trade-off where you do more manual work for a cheaper machine. Glad you found a working setup with ndppd.