Host_internet: false, supervisor_internet: false

My HA has been up and running with no issues for a long time, but over the past 2 weeks it appears Quantum made a change to their systems and I can no longer user their fiber modem in bridge mode. When in bridge mode, my TP-Link AX4400 fails to renew its IP address and my internal network goes down. After several tech calls the only option Quantum provided was to reset the fiber modem and move my internal network to a new address.

The Quantum network is 192.168.0.0/24 and my internal network has been changed to 192.168.2.0/24. My HA instance is in a docker container under Proxmox and I have updated the Proxmox IP and HA IP addresses to the .2 network but now I cannot get HA to see the internet.

I have checked the IP and gateway addresses in HA as well as Proxmox and verified the /etc/network/interfaces and /etc/hosts files.

I cannot cut/paste the output of the “network info” command from HA, but the docker container shows
address: 172.30.32.0/23
dns: 172.30.32.3
gateway: 172.30.32.1
interface: hassio
host_internet: false

HA shows:
interface: emp0s18
ipv4:
address: 192.168.2.111/24
gateway: 192.168.0.1
method: static
nameservers: 192.168.0.1
ready: true
ipv6:
address: fe80::27c4:4876:242f:f0c1/64
gateway: null
method: auto
nameservers:
ready: false
mac: B2:EF:DD:6F:BF:16
primary: true
type: ethernet
vlan: null
wifi: null
supervisor_internet: false

The system is hard wired so wifi is not being used.

How can I get the system to recognize the internet? Any help is appreciated. I have searched as much as I can but have not found a solution.

Thanks in advance…