I've not worked with very recent kernels, but my recollection is that
a new network namespace (CLONE_NEWNET) is created with no network
devices (and, therefore, routing table entries) aside from the
loopback device, which is initially down. Your code snippet is not
very helpful, but I'm guessing t
Hi,
I am implementing client/server programming in a single network namespace using
AF_INET, but client connet() failing with error Network unreachable.
Shall we use AF_INET or AF_UNIX, could some one explain.
Int main()
{
if (unshare(CLONE_NEWNET)) {
perror("unshare");
return
Bugs item #3198796, was opened at 2011-03-03 20:08
Message generated for change (Settings changed) made by dlezcano
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=826303&aid=3198796&group_id=163076
Please note that this message will contain a full copy of the comme