Deployed vSphere Snapshot Service Appliance but the firstboot.sh setup fails and snap-in's do not deploy.
It's appearing to be a network issue on the appliance, I cannot ping the appliance IP but the appliance can ping out by IP only (name resolution fails).
Here is the /etc/systemd/network/10-eth0.network config:
[Match]
Name=eth0
[Network]
Address=10.13.14.100/24
Gateway=10.13.24.1
DNS=10.13.22.101 10.13.22.102
When ping out the vCenter FQDN I receive the following error:
;; communication error to 127.0.0.53#53: timed out
Server: 127.0.0.53
Address: 127.0.0.53#53
resolvectl
Link 2 (eth0)
Current Scopes: DNS
Protocols: +DefaultRoute -LLMNR -nDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 10.13.22.101
DNS Server: DNS=10.13.22.101 10.13.22.102
The appliance can ping everything by IP (vCenter, DNS servers), so I can only assume it's using /etc/resolv.conf ????