05-27-2021, 03:54 PM
@Tim Curtis
Yes, it's a Huawei conventional residential router
All others devices on the network work correctly with its DHCP
When I launch
ip route |grep default
default via 192.168.8.1 dev eth0 proto dhcp src 192.168.8.112 metric 202
The router address 192.168.8.1 and Raspberry address 192.168.8.112 are both correct
But at the same time:
sudo systemctl status upmpdcli
● upmpdcli.service - UPnP Renderer front-end to MPD
Loaded: loaded (/lib/systemd/system/upmpdcli.service; disabled; vendor preset: enabled)
Active: active (running) since Wed 2021-05-26 19:11:31 CEST; 22h ago
Main PID: 850 (upmpdcli)
Tasks: 10 (limit: 4915)
CGroup: /system.slice/upmpdcli.service
└─850 /usr/bin/upmpdcli -c /etc/upmpdcli.conf
May 26 19:11:31 moode upmpdcli[850]: :3:libupnpp/upnpplib.cxx:229::LibUPnP: Using IPV4 169.254.206.12 port 49152 IPV6 port 49152
So where moode upmpdcli is taking this address?
Regards,
Alain
Yes, it's a Huawei conventional residential router
All others devices on the network work correctly with its DHCP
When I launch
ip route |grep default
default via 192.168.8.1 dev eth0 proto dhcp src 192.168.8.112 metric 202
The router address 192.168.8.1 and Raspberry address 192.168.8.112 are both correct
But at the same time:
sudo systemctl status upmpdcli
● upmpdcli.service - UPnP Renderer front-end to MPD
Loaded: loaded (/lib/systemd/system/upmpdcli.service; disabled; vendor preset: enabled)
Active: active (running) since Wed 2021-05-26 19:11:31 CEST; 22h ago
Main PID: 850 (upmpdcli)
Tasks: 10 (limit: 4915)
CGroup: /system.slice/upmpdcli.service
└─850 /usr/bin/upmpdcli -c /etc/upmpdcli.conf
May 26 19:11:31 moode upmpdcli[850]: :3:libupnpp/upnpplib.cxx:229::LibUPnP: Using IPV4 169.254.206.12 port 49152 IPV6 port 49152
So where moode upmpdcli is taking this address?
Regards,
Alain