aleph-vm
aleph-vm copied to clipboard
VMs don't have IPv6 access
They can be reached on IPv6, but not connect to the outside world.
Related to #148
I tried apt install radv and the following configuration:
interface vmtap4 {
AdvSendAdvert on;
prefix 2001:bc8:1201:515::/64 {
AdvOnLink on;
AdvAutonomous on;
};
};
This provides an additional IPv6 to the VM based on its mac, and could be useful in some cases.
Hello,
Could you provide the output of commands ip addrand ip -6 route from inside the VM? Also, could you tell me what provider you are using?