I have managed to set up a namespace. I was able to PING with the namespace.
$ ip netns exec myNS ping 8.8.4.4
However, my PING is unsuccessful when I perform the following instruction: $ ip netns exec myNS ping google.com The error returned was: ping: google.com: Temporary failure in name resolution
Can anyone advise how I can resolve network name in a namespace? How could I setup the namespace to perform a lookup from a DNS?