pychroot icon indicating copy to clipboard operation
pychroot copied to clipboard

Figure out how to set up a network namespace without requiring iproute2

Open radhermit opened this issue 10 years ago • 2 comments

Some native python lib like pyroute2 should probably get us most of the way there in terms of support for setting up loopback and virtual interfaces as well as providing basic routing/bridging back to the host.

radhermit avatar Aug 05 '15 06:08 radhermit

pyroute2 has my vote, used its excellent netns module extensively. If I need this functionality, I'll take a stab at applying my knowledge here.

itdaniher avatar Jan 18 '18 20:01 itdaniher

possibly relevant: https://github.com/larsks/python-netns

itdaniher avatar Jan 20 '18 22:01 itdaniher