I just wasted a good hour with this. I had an LXC container with Docker, configured with the usual, nesting and unprivileged, running on a 'raw' disk. Since the underlying FS is ZFS I thought I'd go ahead and move it (volume action, move storage) but when I booted the container back up docker...
I set up a nat bridge pretty much exactly as you list it here, but still no cigar.
I can ping 10.10.10.1 from the client, I can resolve names (though it appears to do that throught the IPv6 interface) but anything else times out. What am I missing?
root@4100:~# ping -q -4 -c1 10.10.10.2
PING...
Thanks, yes that would of course solve the problem but I wasn't actually precise. My objective is also to learn and understand how IPv6 works.
Is there no way to do this through the proxmox bridge?
So I have a host with both IPv4 and IPv6 connectivity - that works.
How can I route traffic from a IPv6 client through the hosts IPv4 interface?
I've spent hours googling, and it seems this should be possible, for example by tunnelling the traffic through one of several protocols like 6to4...
Thanks man, appreciate the input.
Sorry if I didn't express myself very well - I didn't mean that I particularly wanted to use routing, just to be able to reach the internet in the least complicated way. I just use the vmbr0 thingy.
So with your updates I got it working to a degree, but I'm...
Just like the one you described...
HOST:
auto eno1
iface eno1 inet static
address 195.xx.yy.205/26
gateway 195.xx.yy.193
up route add -net 195.xx.yy.192 netmask 255.255.255.192 gw 195.xx.yy.193 dev eno1
# route 195.xx.yy.192/26 via 195.xx.yy.193
iface eno1 inet6 static...
With the recent cost increases for IPv4 addresses, and increased adaptation of IPv6 I'm planning towards IPv6-only deployment in OVH.
https://pve.proxmox.com/wiki/OVH seems to suggest that clients need to have an IPv4 address before an IPv6 can be added. Is it not possible to add an IPv6...
Proxmox 6.4 host with ZFS. Created LXC container with 1 GB RAM and 1 GB swap. From Proxmox everything seems fine, but in the container there is just the RAM, no sign of swap.
I think there is something about ZFS not using swap, but then why does the GUI allow me to assign it?
What is the...
Thanks, now the zfsutils-linux error has disappeared:
root@pve3:~# pveversion -v
...
zfsutils-linux: 2.1.4-pve1
On the other hand, I now seems to have lost my zpool. Partitioins created are still there and active, but I think if I reboot the server they might be gone. That's not so good as...
Yes, there are only 8 physical ports on the MB - 4 for group 25 and 4 for group 27 - so I guess I'll have to pass through the individual drives or buy a new 5 port controller.
How do you pass through individual drives anyway, I don't see any way to do it through the GUI?
Yes that is correct, like I was explaining in my OP 4 of the 5 raidz drives re connected to this SAS/SATA controller and probably can be passed through without problem. The problem is the last drive that seems to share controller with the system drive.
What would be the implication of just...
# for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done
IOMMU group 0 00:00.0 Host bridge [0600]: Intel Corporation Xeon E5/Core i7 DMI2 [8086:3c00] (rev 07)
IOMMU group 10 00:04.6 System peripheral...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.