Good morning from Germany,
I've changed the networking setup on my Proxmox-Host to use IPv6 in Dual-Stack. This is my configuration:
Proxmox-Host
Guest
Problem
Since the change, I'm unable to reach HTTPS-Websites from my Guest-Machines. Example:
I keep getting the certificate from my Proxmox-Node delivered and can't figure out why and what's the problem there. Any ideas?
I've changed the networking setup on my Proxmox-Host to use IPv6 in Dual-Stack. This is my configuration:
Proxmox-Host
Code:
auto eth0
iface eth0 inet static
address 138.201.203.16
netmask 255.255.255.255
gateway 138.201.203.1
pointopoint 138.201.203.1
iface eth0 inet6 static
address 2a01:4f8:173:130f::2a
netmask 128
gateway fe80::1
up sysctl -p
auto vmbr0
iface vmbr0 inet static
address 138.201.203.16
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
bridge_maxwait 0
up ip route add 138.201.203.51/32 dev vmbr0
up ip route add 138.201.203.52/32 dev vmbr0
up ip route add 138.201.203.56/32 dev vmbr0
up ip route add 138.201.203.57/32 dev vmbr0
iface vmbr0 inet6 static
address 2a01:4f8:173:130f::2a
netmask 64
Guest
Code:
auto eth0
iface eth0 inet static
address 138.201.203.57
netmask 255.255.255.255
pointopoint 138.201.203.16
gateway 138.201.203.16
dns-nameservers 8.8.8.8 8.8.4.4
dns-search dominicpratt.de
iface eth0 inet6 static
address 2a01:4f8:173:130f::d
netmask 64
gateway 2a01:4f8:173:130f::2a
dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844
Problem
Since the change, I'm unable to reach HTTPS-Websites from my Guest-Machines. Example:
Code:
root@web1: ~ # openssl s_client -connect google.de:443
CONNECTED(00000003)
depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
verify return:1
depth=0 CN = px.dominicpratt.de