Hello,
First of all, this is my setup:
I have a server at Hetzner with 2 public IP addresses.
One for Proxmox and one for the OPNSense.
My /etc/network/interfaces looks like this:
Proxmox is using the 157.90.90.106 and the OPNSense 157.90.90.90. This is working fine. I can access the Internet from the Router VM and alle VMs in LAN (vmbr1).
But I can only access HTTP sites and Ping, SSH. Everything execpt HTTPS Sites.
If I try to Access a website like apple.com I get a certificate warning and the Proxmox login opens and I get my Proxmox certificate.
This is the case on all sites that do not use HSTS. Only the HSTS error message appears when opening these pages.
I dont have any Proxyserver installed on my PVE (except PVEPROXY (I disabled SPICE)) and I dont have any IPTables rules.
Thank you for your help
First of all, this is my setup:
I have a server at Hetzner with 2 public IP addresses.
One for Proxmox and one for the OPNSense.
My /etc/network/interfaces looks like this:
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp35s0 inet manual
#Internetzugang Hetzner RZ
auto vmbr0
iface vmbr0 inet static
address 157.90.90.106/26
gateway 157.90.90.65
bridge-ports enp35s0
bridge-stp off
bridge-fd 0
#Brücke OPNSense - Proxmox
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#VM Netzwerk
Proxmox is using the 157.90.90.106 and the OPNSense 157.90.90.90. This is working fine. I can access the Internet from the Router VM and alle VMs in LAN (vmbr1).
But I can only access HTTP sites and Ping, SSH. Everything execpt HTTPS Sites.
If I try to Access a website like apple.com I get a certificate warning and the Proxmox login opens and I get my Proxmox certificate.
This is the case on all sites that do not use HSTS. Only the HSTS error message appears when opening these pages.
I dont have any Proxyserver installed on my PVE (except PVEPROXY (I disabled SPICE)) and I dont have any IPTables rules.
Thank you for your help