I'm having a problem that I'm very confused about.
I have several AppVMs based on the same fedora-30 TemplateVM. Some of them are completely cut off from the Internet, some have firewall restrictions, some connect through sys-firewall but are not restricted.
Today, one specific AppVM has started refusing to connect to anything. Even if I try to connect by IP address, it claims it can't route. Example:
$ ssh
us...@192.168.34.22ssh: connect to host 192.168.34.22 port 22: No route to host
$ ip r
default via 10.137.0.6 dev eth0
10.137.0.6 dev eth0 scope link
I've gone through the few settings and error logs that I can think of, but nothing seems to be unusual about this particular AppVM. I've checked qvm-firewall and the rules should be allowing appropriate traffic to pass. I have not changed any settings. I have tried rebooting the system once or twice as well, with no effect.
It seems like I can get to sys-firewall across the link-local connection, but that's all. After that, nothing seems to work. Every other AppVM I've tried is working fine. Where should I be looking next? Thank you.