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
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.

OVH, Proxmox and IPv6

Hi,
i've bought a new Advanced server from OVH.
They provide me a /56 with the gateway on fe80::1
(this is a first for me; on the old servers, I got a /64 with a real gateway).

The main question is now:
how can I use this IPv6 in a VM?
I'm able to attache the IPv6 on the proxmox host - with the gateway. (on vmbr0)
But my VMs are not able to contact anything - except the IPv6 from the proxmox host.

I don't have any forwarding, etc. activated - since it was not needed (until now?) on the older systems.

Their FAQ only show the way for the solution with a gatweay :/
Anyone here who can tell me how this OVH config should be done in a VM?

Thanks

Comments

  • @wedge1001 said: But my VMs are not able to contact anything - except the IPv6 from the proxmox host.

    You must turn your host into a router, and then route a subnet to each of your VM's interface.

    Thanked by 2yoursunny wedge1001
  • Some update?
    I got one KS-LE-E on BHS, with proxmox 8.3 and cant get more than 1 ipv6 working.
    I use the same config of my past SYS server, and not working.

    Some advice?

  • @optisoft said:
    Some update?
    I got one KS-LE-E on BHS, with proxmox 8.3 and cant get more than 1 ipv6 working.
    I use the same config of my past SYS server, and not working.

    Some advice?

    Thank you for contacting Low-End Support.

    I just checked your server and noticed that you forgot to add net.ipv6.conf.all.forwarding=1 in /etc/sysctl.conf.

    Best regards,
    The Low-End Support Team

    Thanked by 3gks yoursunny ariq01
  • I never tried as I don't use multiple IPs on my KSs, but this tutorial seems to work around a problem with Kimsufis and ipv6: https://lowendtalk.com/discussion/182736/basic-setup-of-proxmox-in-an-ovh-environment-kimsufi-example-with-nat-and-ipv6-enabled-containers/p1

    Perhaps that's what you are looking for?

    Thanked by 1ariq01
  • @xvps said:

    @optisoft said:
    Some update?
    I got one KS-LE-E on BHS, with proxmox 8.3 and cant get more than 1 ipv6 working.
    I use the same config of my past SYS server, and not working.

    Some advice?

    Thank you for contacting Low-End Support.

    I just checked your server and noticed that you forgot to add net.ipv6.conf.all.forwarding=1 in /etc/sysctl.conf.

    Best regards,
    The Low-End Support Team

    Thanks support team

    Its active, not forget it

    No working and dont know what happend, its not my first time with the same config

  • SeederKunSeederKun Member
    edited December 2024

    @optisoft said:
    Some update?
    I got one KS-LE-E on BHS, with proxmox 8.3 and cant get more than 1 ipv6 working.
    I use the same config of my past SYS server, and not working.

    Some advice?

    you need to setup ndppd or ndpresponder created by IPv6 expert @yoursunny

    check this thread

    https://lowendtalk.com/discussion/182736/basic-setup-of-proxmox-in-an-ovh-environment-kimsufi-example-with-nat-and-ipv6-enabled-containers

    Thanked by 1yoursunny
  • yoursunnyyoursunny Member, IPv6 Advocate

    @SeederKun said:
    you need to setup ndppd

    ndpresponder

    Thanked by 1SeederKun
  • @yoursunny said:

    @SeederKun said:
    you need to setup ndppd

    ndpresponder

    edited my post ;)

  • @yoursunny said:

    @SeederKun said:
    you need to setup ndppd

    ndpresponder

    some options without "go" for debian ( proxmox ) ?

  • yoursunnyyoursunny Member, IPv6 Advocate

    @optisoft said:

    @yoursunny said:

    @SeederKun said:
    you need to setup ndppd

    ndpresponder

    some options without "go" for debian ( proxmox ) ?

    Compile once and upload the binary.
    Go program is statically linked and works everywhere.
    You don't need to install Go compiler on every machine.

    Thanked by 2SeederKun optisoft
  • @yoursunny
    I tried another way, and if have multi ipv6 alias on vmbr0, they are working, without any other config ( proxmox just installed ).

    means that my server´s ipv6 on ovh is routed?

    I dont know now how to pass that ipv6 to VM :(

  • Their ipv6 is really weird. I removed eno1 from vmbr0 so that eno1 works like WAN and vmbr0 works like LAN, and setup SLAAC on my vmbr0.

    On a few of my servers, the addresses inside vm wouldn't work at first. The gateway saw the outgoing packet and a new address but did not send NS and just ignored the it. It required an inbound connection to the address for the router to send an NS, which finally triggered an NA for that address via ndppd and made the address working. And then after a few reboots of my host, suddenly all the addresses started to work out of the box when I created new instances, but I still don't see any NS from the gateway and have no idea why it suddenly started to work like a routed prefix. I have limited knowledge about ipv6.

    On some servers it works just like any normal onlink prefix. A vm sends a packet from a new address, the host forwards it out through eno1, the router sees the new address and sends NS, the ndppd on host replies with NA, and done the address is working.

    Those are all kimsufi servers.

  • optisoftoptisoft Member
    edited December 2024

    @zakkuuno said:
    Their ipv6 is really weird. I removed eno1 from vmbr0 so that eno1 works like WAN and vmbr0 works like LAN, and setup SLAAC on my vmbr0.

    On a few of my servers, the addresses inside vm wouldn't work at first. The gateway saw the outgoing packet and a new address but did not send NS and just ignored the it. It required an inbound connection to the address for the router to send an NS, which finally triggered an NA for that address via ndppd and made the address working. And then after a few reboots of my host, suddenly all the addresses started to work out of the box when I created new instances, but I still don't see any NS from the gateway and have no idea why it suddenly started to work like a routed prefix. I have limited knowledge about ipv6.

    On some servers it works just like any normal onlink prefix. A vm sends a packet from a new address, the host forwards it out through eno1, the router sees the new address and sends NS, the ndppd on host replies with NA, and done the address is working.

    Those are all kimsufi servers.

    My eno1 is bridged to vmbr0, and on vmbr0 1ipv4, and there multi ipv6 working ( without ndppd or proxy active) . At the moment the only way that more than 1 ipv6 is working for me.

    At your experience @zakkuuno ( i dont know so much about ipv6 and network config ), how can i handle or config ipv6 to vms ?

  • optisoftoptisoft Member
    edited December 2024

    :)

  • @optisoft said:

    @zakkuuno said:
    Their ipv6 is really weird. I removed eno1 from vmbr0 so that eno1 works like WAN and vmbr0 works like LAN, and setup SLAAC on my vmbr0.

    On a few of my servers, the addresses inside vm wouldn't work at first. The gateway saw the outgoing packet and a new address but did not send NS and just ignored the it. It required an inbound connection to the address for the router to send an NS, which finally triggered an NA for that address via ndppd and made the address working. And then after a few reboots of my host, suddenly all the addresses started to work out of the box when I created new instances, but I still don't see any NS from the gateway and have no idea why it suddenly started to work like a routed prefix. I have limited knowledge about ipv6.

    On some servers it works just like any normal onlink prefix. A vm sends a packet from a new address, the host forwards it out through eno1, the router sees the new address and sends NS, the ndppd on host replies with NA, and done the address is working.

    Those are all kimsufi servers.

    My eno1 is bridged to vmbr0, and on vmbr0 1ipv4, and there multi ipv6 working ( without ndppd or proxy active) . At the moment the only way that more than 1 ipv6 is working for me.

    At your experience @zakkuuno ( i dont know so much about ipv6 and network config ), how can i handle or config ipv6 to vms ?

    https://lowendtalk.com/discussion/comment/3567124/#Comment_3567124 This guide should be helpful for you.

    If bridge works just stick to bridge? I don't bridge because Hetnzer would bitch about it and I'm used to the WAN-LAN setup, but I can't get it to work on OVH's network consistently either.

Sign In or Register to comment.