Hi,
I have the latest volumio on a 4Gb Pi4. I have installed a VPN client on this using SSH and can connect this OK. Below is the config after bringing up the VPN connection
volumio@volumio3:~$ ip route; echo
0.0.0.0/1 via 10.7.7.1 dev tun0
default via 192.168.0.1 dev wlan0 metric 303
10.7.7.0/24 dev tun0 proto kernel scope link src 10.7.7.4
128.0.0.0/1 via 10.7.7.1 dev tun0
192.168.0.0/24 dev wlan0 proto kernel scope link src 192.168.0.24 metric 303
192.168.0.24 via 127.0.0.1 dev lo metric 303
198.147.22.131 via 192.168.0.1 dev wlan0
volumio@volumio3:~$ getwanip; echo
198.147.22.132
volumio@volumio3:~$ ip addre
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether dc:a6:32:ab:79:54 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether dc:a6:32:ab:79:55 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.24/24 brd 192.168.0.255 scope global wlan0
valid_lft forever preferred_lft forever
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 100
link/none
inet 10.7.7.4/24 brd 10.7.7.255 scope global tun0
valid_lft forever preferred_lft forever
I can still connect to the system using the web interface on http://192.168.0.24 and I can SSH to this IP as well. I can skip tracks in the Spotify plugin and the track name changes but there is no playback. I also cannot use apt successfully without switching the DNS servers around so that OpenDNS is used first
Can you please advise