2) bridge0.network (substitute values with yours)
[Match]
Name=bridge0
[Network]
DHCP=ipv4
<upnp interface="bridge0" />
hqplayerd.xml example
<?xml version="1.0" encoding="utf-8"?>
===================================
In case of problems
follow these steps:
Test internet with:
ping 8.8.8.8
Check the content of /etc/resolv.conf with
cat /etc/resolv.conf
You should have
[audiolinux@archlinux ~]$ cat /etc/resolv.conf
nameserver 8.8.8.8
Also, check interfaces status with
networkctl
Example:
[audiolinux@archlinux ~]$ networkctl
IDX
LINK
TYPE
OPERATIONAL SETUP
1
lo
loopback
carrier unmanaged
2
enp3s0
ether
degraded configured
3
enp4s0
ether
degraded configured
4 bridge0
bridge
routable configured
Finally, we control the status of systemd network with
systemctl status systemd-networkd
Example:
[audiolinux@archlinux ~]$ systemctl status systemd-networkd
? systemd-networkd.service - Network Service
Loaded: loaded
(/usr/lib/systemd/system/systemd-networkd.service; enabled; vendor
preset: enabled)
Active: active (running) since Fri 2018-09-21 09:32:08
CEST; 1h 52min ago
Docs: man:systemd-networkd.service(8)
Main PID: 478 (systemd-network)
Status: "Processing requests..."
Tasks: 1 (limit: 4915)
Memory: 4.2M
CGroup: /system.slice/systemd-networkd.service
??478
/usr/lib/systemd/systemd-networkd
You can also check errors in the linux journal with
journalctl -u network