abdelouahabb edited a comment on issue #4659:
URL: https://github.com/apache/cloudstack/issues/4659#issuecomment-777132557
> @abdelouahabb
> can you try the following step on node ?
> (1) rm /etc/cloudstack/agent/cloud.*
> (2) systemctl restart cloudstack-agent
> if it does not work, remove host from cloudstack, and re-add it.
It dident work,
I even deleted the certificates and installed new ones :
```
sudo dpkg --purge --force-depends ca-certificates-java
sudo apt-get install ca-certificates-java
```
And here is my network configuration :
```
auto lo
iface lo inet loopback
auto enp0s8
iface enp0s8 inet dhcp
auto enp0s3
iface enp0s3 inet manual
auto cloudbr0
iface cloudbr0 inet static
address 192.168.56.85
netmask 255.255.255.0
gateway 192.168.56.1 metric 100
dns-nameservers 8.8.8.8
bridge_ports enp0s3
bridge_fd 5
bridge_stp off
bridge_maxwait 1
auto cloudbr1
iface cloudbr1 inet manual
bridge_ports none
bridge_fd 5
bridge_stp off
bridge_maxwait 1
```
Is it a bug with Ubuntu 20.04 ?
```
cat /etc/apt/sources.list.d/cloudstack.list
deb http://cloudstack.apt-get.eu/ubuntu focal 4.15
```
```
>> cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]