Custom Search

Wednesday, July 23, 2014

How to remove an interface from a Network Namespace

To remove an interface from a Network namespace you must send it back to the global namespace.

Syntax:
#ip netns exec ip link set netns 1

Example:
#ip netns exec myname-space ip link set veth1 netns 1

No comments:

Post a Comment