Hello,
I guess this is a new problem to fix here... so I've a cluster of three socketplain on 3 VM. On each VM i created a network :
vm1: 10.11.0.0/16
vm2: 10.12.0.0/16
vm3 (socketplain master): 10.13.0.0/16
network on vm2 and vm3 are well routed on the socketplain containers :
root@tradeflow-front02:/# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default dmznatout04.lab 0.0.0.0 UG 0 0 0 eth0
10.12.0.0 * 255.255.0.0 U 0 0 0 front02
10.13.0.0 tradeflow-mbrfs 255.255.0.0 UG 0 0 0 eth0
172.17.0.0 * 255.255.0.0 U 0 0 0 docker0
192.168.33.0 * 255.255.255.0 U 0 0 0 eth0
root@tradeflow-mbrfsrv:/# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default dmznatout04.lab 0.0.0.0 UG 0 0 0 eth0
10.1.0.0 * 255.255.0.0 U 0 0 0 default
10.12.0.0 tradeflow-front 255.255.0.0 UG 0 0 0 eth0
10.13.0.0 * 255.255.0.0 U 0 0 0 mbrfsrv
172.17.0.0 * 255.255.0.0 U 0 0 0 docker0
192.168.33.0 * 255.255.255.0 U 0 0 0 eth0
But as you can see already there is no rule for network 10.11.0.0/16 on vm3 and vm2...
on vm1 there is just no route :
root@tradeflow-front01:/# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default dmznatout04.lab 0.0.0.0 UG 0 0 0 eth0
10.11.0.0 * 255.255.0.0 U 0 0 0 front01
172.17.0.0 * 255.255.0.0 U 0 0 0 docker0
192.168.33.0 * 255.255.255.0 U 0 0 0 eth0
So I need to add them manually ...
Tell me if you need to know more about my env....
Best regards,
Mathilde
Hello,
I guess this is a new problem to fix here... so I've a cluster of three socketplain on 3 VM. On each VM i created a network :
vm1: 10.11.0.0/16
vm2: 10.12.0.0/16
vm3 (socketplain master): 10.13.0.0/16
network on vm2 and vm3 are well routed on the socketplain containers :
But as you can see already there is no rule for network 10.11.0.0/16 on vm3 and vm2...
on vm1 there is just no route :
So I need to add them manually ...
Tell me if you need to know more about my env....
Best regards,
Mathilde