15 Dec
2023
15 Dec
'23
12:11 p.m.
Can someone help me understand what route traffic into and out of the network namespace? The issue seems to be that we cannot reach into or out of the network namespace. For example, from within the controller node this does not work: # ping 10.0.0.11 PING 10.0.0.11 (10.0.0.11) 56(84) bytes of data. But this does (also from within the controller node): # ip --all netns exec ping 10.0.0.11 netns: qdhcp-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee PING 10.0.0.11 (10.0.0.11) 56(84) bytes of data. 64 bytes from 10.0.0.11: icmp_seq=1 ttl=64 time=0.055 ms Also I can ping and ssh a VM on a separate compute node, but again only from within the qdhcp namespace.