On 6/17/20 9:59 AM, Deventer-2, M.S.J. van wrote:
Hi,
the first thing that comes to mind, did you set ip_forward to enable in /etc/sysctl.conf ? net.ipv4.ip_forward = 1
Should explain why you IP on the bridge works but not on the vms.
First, thanks for the reply and excellent suggestion. Yeah, I thought about that, and while it's not specifically defined in /etc/sysctl.conf or /etc/sysctl.d/*, if I:
[root@c8-kvm-pe1950-1 ~]# cat /proc/sys/net/ipv4/ip_forward 1
It shows as being defined to 1. I'm going to try adding to sysctl.conf and see if that makes any difference, though.