aleph-vm icon indicating copy to clipboard operation
aleph-vm copied to clipboard

VMs don't have IPv6 access

Open hoh opened this issue 3 years ago • 2 comments

They can be reached on IPv6, but not connect to the outside world.

Related to #148

hoh avatar Aug 15 '22 21:08 hoh

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.

hoh avatar May 25 '23 17:05 hoh

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?

altf4arnold avatar Apr 21 '25 22:04 altf4arnold