<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Playing with Linux namespaces</title>
	<atom:link href="http://billauer.se/blog/2015/07/linux-namespaces-unshare/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2015/07/linux-namespaces-unshare/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2015/07/linux-namespaces-unshare/comment-page-1/#comment-1188</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Sun, 12 Jun 2016 13:26:54 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4723#comment-1188</guid>
		<description>Thanks, Rami. I suppose it&#039;s a matter of different versions of unshare.</description>
		<content:encoded><![CDATA[<p>Thanks, Rami. I suppose it&#8217;s a matter of different versions of unshare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rami Rosen</title>
		<link>https://billauer.se/blog/2015/07/linux-namespaces-unshare/comment-page-1/#comment-1187</link>
		<dc:creator>Rami Rosen</dc:creator>
		<pubDate>Sun, 12 Jun 2016 12:54:19 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4723#comment-1187</guid>
		<description>Hi Eli,
Every newly created network namespace has its loopback device. 

&gt;The loopback interface is absent unless enabled as shown &gt;above.

In fedora 23 and older releases, at least, there is no need 
for &quot;ifconfig lo up&quot;, see the following sequence:

unshare -n bash

$ifconfig

lo: flags=8  mtu 65536
        loop  txqueuelen 1  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Rami Rosen</description>
		<content:encoded><![CDATA[<p>Hi Eli,<br />
Every newly created network namespace has its loopback device. </p>
<p>&gt;The loopback interface is absent unless enabled as shown &gt;above.</p>
<p>In fedora 23 and older releases, at least, there is no need<br />
for &#8220;ifconfig lo up&#8221;, see the following sequence:</p>
<p>unshare -n bash</p>
<p>$ifconfig</p>
<p>lo: flags=8  mtu 65536<br />
        loop  txqueuelen 1  (Local Loopback)<br />
        RX packets 0  bytes 0 (0.0 B)<br />
        RX errors 0  dropped 0  overruns 0  frame 0<br />
        TX packets 0  bytes 0 (0.0 B)<br />
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</p>
<p>Rami Rosen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
