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.

proxmox ipv6 setup for vm not working

Hi, I have an proxmox server running and I have 1 ipv4 as my main ip and 1 /64 ipv6 block with ipv6 gateway address,

I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

Created ubuntu vm did static ipv6 on the vm ,

Vm can ping proxmox ipv6,
Proxmox can ping vm ipv6

Firewall is off

But still not able to access internet on the vm, can anyone let me know what I'm doing wrong,

I'm not sure it's the right place to ask my this question or not, asking because as here we have alot of providers so maybe they can guide me :p

Thanks

Comments

  • wadhahwadhah Member, Host Rep

    @beanman109 will help you

  • @wadhah said:
    @beanman109 will help you

    Thanks for mentioning, i will wait for his reply

    Thanked by 1wadhah
  • yoursunnyyoursunny Member, IPv6 Advocate

    Do you have routed /64 ?
    If it's on-link, please ask your provider to configure the subnet as routed instead.

  • Mac address verification?

  • Did you enable IPv6 forwarding?

  • @ashish168527 said:
    Hi, I have an proxmox server running and I have 1 ipv4 as my main ip and 1 /64 ipv6 block with ipv6 gateway address,

    I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

    Created ubuntu vm did static ipv6 on the vm ,

    Vm can ping proxmox ipv6,
    Proxmox can ping vm ipv6

    Firewall is off

    But still not able to access internet on the vm, can anyone let me know what I'm doing wrong,

    I'm not sure it's the right place to ask my this question or not, asking because as here we have alot of providers so maybe they can guide me :p

    Thanks

    make sure your internet supports IPv6, if not you will not be able to access

  • @yoursunny said:
    Do you have routed /64 ?
    If it's on-link, please ask your provider to configure the subnet as routed instead.

    Did created one ticket to ask about it they are saying everything is good on our side and it's not managed server so I have to take care of what I do on my server

  • @eezcloud said:
    Did you enable IPv6 forwarding?

    Yes did enabled ipv6 forwarding

  • @spiritlhl said:
    Mac address verification?

    How can i do it ? Proxmox auto generated mac addresses for vm i created

  • @Kolestor said:

    @ashish168527 said:
    Hi, I have an proxmox server running and I have 1 ipv4 as my main ip and 1 /64 ipv6 block with ipv6 gateway address,

    I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

    Created ubuntu vm did static ipv6 on the vm ,

    Vm can ping proxmox ipv6,
    Proxmox can ping vm ipv6

    Firewall is off

    But still not able to access internet on the vm, can anyone let me know what I'm doing wrong,

    I'm not sure it's the right place to ask my this question or not, asking because as here we have alot of providers so maybe they can guide me :p

    Thanks

    make sure your internet supports IPv6, if not you will not be able to access

    My internet supports ipv6, to test it I have installed apache on proxmox and its web page is accessible on the first usable ipv6 that i configured in proxmox default vmbr0

  • AndreixAndreix Member, Host Rep

    Post your /etc/network/interfaces

  • HostDocHostDoc Member, Host Rep

    @ashish168527 said: I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

    What does this mean? Did you take a single /128 v6 from the /64 and assign it to vmbr0 on the host node?
    If so, assign the entire /64 to vmbr0 then take a /128 prefix from that and assign it within the VM.

  • If there is no network profile for the server, all of our recommendations are divinatory, please publish your network profile after retaining critical privacy information.

  • @HostDoc said:

    @ashish168527 said: I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

    What does this mean? Did you take a single /128 v6 from the /64 and assign it to vmbr0 on the host node?
    If so, assign the entire /64 to vmbr0 then take a /128 prefix from that and assign it within the VM.

    Didn't knew that we can assign whole /64 to vmbr0, that's why I assigned first usable ipv6 /128 to vmbr0

  • Thanks everyone for your suggestions @wadhah @yoursunny @spiritlhl @eezcloud @Kolestor @Andreix @HostDoc , i finally managed to get it up and running, actually the issue was the proxmox didn't had ipv6 dns server in place that's why all the vm's with ipv6 only address was able to ping host and host to vm, but all internet requests were failing, just added ipv6 dns in proxmox and everything started working

    Thanked by 2cainyxues wadhah
  • @ashish168527 said:
    Hi, I have an proxmox server running and I have 1 ipv4 as my main ip and 1 /64 ipv6 block with ipv6 gateway address,

    I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

    Created ubuntu vm did static ipv6 on the vm ,

    Vm can ping proxmox ipv6,
    Proxmox can ping vm ipv6

    Firewall is off

    But still not able to access internet on the vm, can anyone let me know what I'm doing wrong,

    I'm not sure it's the right place to ask my this question or not, asking because as here we have alot of providers so maybe they can guide me :p

    Thanks

    Sounds like you've set up most of it right, but maybe double-check your routing and DNS settings on the VM.

  • @greenhost_cloud said:

    @ashish168527 said:
    Hi, I have an proxmox server running and I have 1 ipv4 as my main ip and 1 /64 ipv6 block with ipv6 gateway address,

    I have added my first usable ipv6 & ipv6 gateway to the default vmbr0,

    Created ubuntu vm did static ipv6 on the vm ,

    Vm can ping proxmox ipv6,
    Proxmox can ping vm ipv6

    Firewall is off

    But still not able to access internet on the vm, can anyone let me know what I'm doing wrong,

    I'm not sure it's the right place to ask my this question or not, asking because as here we have alot of providers so maybe they can guide me :p

    Thanks

    Sounds like you've set up most of it right, but maybe double-check your routing and DNS settings on the VM.

    Yes DNS was the culprits added ipv6 dns address in proxmox DNS section and everything started working

Sign In or Register to comment.