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.

IPv6 with Proxmox

ZiggaZigga Member
edited October 2012 in Help

TL:DR I have a $35 dedi from Datashack. Trying to figure out how to get IPv6 working.

Currently I am using proxmox in routed mode? (Whatever it ships in default)

My /etc/network/interfaces(on the node) looks like this:

auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
        address 199.168.102.XX
        netmask 255.255.255.248
        gateway 199.168.102.XX
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0
iface vmbr0 inet6 static
        address 2604:4300:Censored:36:0:0:0:0002
        netmask 64
        gateway 2604:4300:Censored:36:0:0:0:0001
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

Currently, I am getting a lot of:
root@server:/# ping6 ipv6.google.com
PING ipv6.google.com(da-in-x63.1e100.net) 56 data bytes
From 2604:4300:Censored:36::2 icmp_seq=2 Destination unreachable: Address unreachable

Anyone have any ideas? I know several of you lovely folk own similar boxes from Datashack, have you got IPv6 working?

-(I'll probably be opening a series of these "Proxmox: help me, I suck threads." I promise to write a lovely howto based on my notes very soon.)-

Comments

  • If you do a traceroute6 ipv6.google.com do you get to your default gateway or even passed it?

  • I just enable v6 on the HN, Then configure it in the interfaces conf file.. But I have never used proxmox before so I assume yours differs.

  • ZiggaZigga Member
    edited October 2012

    @dirk said: If you do a traceroute6 ipv6.google.com do you get to your default gateway or even passed it?

    No, it never hits the router. I can just see my own IP

    traceroute to ipv6.google.com (2607:f8b0:400f:801::1011), 30 hops max, 80 byte packets
     1  2604:4300:Censored:36::2 (2604:4300:a:36::2)  3000.466 ms !H  3000.457 ms !H  3000.451 ms !H
    

    @Jacob, am I missing anything in my configuration? I am not sure I need the STP and FD bit to be honest.

Sign In or Register to comment.