I ssh into a linux machine using nets namespace (command below)
ip netns exec NAME_SPACE ssh root@192.168.2.100
From there I want to execute some command(say "ifconfig") in default name space from this.
I ssh into a linux machine using nets namespace (command below)
ip netns exec NAME_SPACE ssh root@192.168.2.100
From there I want to execute some command(say "ifconfig") in default name space from this.