I have two computers host1 and host2. From host1 I can ping Vitrual Machines with IP addresses like 192.168.122.0/24 fine (there is a bridge for the Virtual Machines). But I cannot do that from host2.
Given that both host1 and host2 are part of eth0 and can ping each other fine, do you think there is a way to ping the IPs in 192.168.122.0/24 from host2? How would you go about it?
I thought about adding something similar to this into the routing table "route add -host 192.168.122.11 gw 172.8.30.150 eth0" but It doesn't work.
Thank you for any hints/ideas on this!