systemctl status systemd-networkd.service
shows the error /etc/systemd/network/10-eth0.network:9: Failed to parse dns server address, ignoring: ##.###.###.##,##.###.###.##
VIDM 3.3.x
The DNS entries are in the format of DNS = ##.###.###.##,##.###.###.## in /etc/systemd/network/10-eth0.network file . When each DNS entry should be on different line in this file. An example of the /etc/systemd/network/10-eth0.network where the DNS is incorrectly on the same line is below:
[Match]
Name=eth0
[Network]
DHCP=no
Address=##.###.###.##/24
Gateway=##.###.###.###
DNS=##.###.###.##,##.###.###.##
LinkLocalAddressing=no
IPv6AcceptRA=no
Note: It is always recommended to take snapshots before making changes as per kb Snapshot Creation in VMware Aria Operations
cp /etc/systemd/network/10-eth0.network /etc/systemd/network/10-eth0.network.bckup
vi /etc/systemd/network/10-eth0.network
[Match]
Name=eth0
[Network]
DHCP=no
Address=##.###.###.##/24
Gateway=##.###.###.###
DNS=##.###.###.##
DNS= ##.###.###.##
LinkLocalAddressing=no
IPv6AcceptRA=no
systemctl restart systemd-networkd
Note: If you are still experiencing the red banner NO NETWORKING DETECTED. PLEASE LOGIN AND RUN THE COMMAND..
when accessing the web console in vCenter, and you no longer receive the DNS parse error when running the command systemctl status systemd-networkd.service
but you have the additional symptom where running the command ip a
in the VIDM nodes on root ssh session you get <NO-CARRIER,BROADCAST,MULTICAST,UP>
please review kb NSX UI becomes unavailable with Error code 101