You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Delete all the network configuration in the net ns
Setup one relay bridge in net ns and another one in host
Use one pair of veth device to connect the two relay bridge
Connect the "eth0" in netns to relay bridge in net ns
Configure the hyperContainer's network by cni result and the name of relay bridge in host
Connect the "tap0" device of hyperContainer to relay device in host
Now all works!
Data flow:
veth in host --> veth in ns (the original "eth0") --> relay bridge in ns --> veth for connection in ns
--> veth for connection in host --> relay bridge in host --> "tap0" of hyperContainer
The text was updated successfully, but these errors were encountered:
Steps:
Delete all the network configuration in the net ns
Setup one relay bridge in net ns and another one in host
Use one pair of veth device to connect the two relay bridge
Connect the "eth0" in netns to relay bridge in net ns
Configure the hyperContainer's network by cni result and the name of relay bridge in host
Connect the "tap0" device of hyperContainer to relay device in host
Now all works!
Data flow:
veth in host --> veth in ns (the original "eth0") --> relay bridge in ns --> veth for connection in ns
--> veth for connection in host --> relay bridge in host --> "tap0" of hyperContainer
The text was updated successfully, but these errors were encountered: