<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Interface on Details...</title>
    <link>https://www.deepreflect.net/tags/interface/</link>
    <description>Recent content in Interface on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Tue, 30 Jun 2026 03:28:29 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/interface/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CentOS - IPv6 interface</title>
      <link>https://www.deepreflect.net/2010/04/14/centos-ipv6-interface/</link>
      <pubDate>Wed, 14 Apr 2010 09:53:31 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=906</guid> 
      <description>&lt;p&gt;You need to update and configure following files for IPv6 configuration:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Edit: &lt;code&gt;/etc/sysconfig/network&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And append following line, to enable in systemwide the ipv6 protocol:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;NETWORKING_IPV6=yes&lt;/code&gt;&lt;/p&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Edit: &lt;code&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;/code&gt; (or your interface number)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And append following line, to enable ipv6 on interface and the address/gateway if you use static routing:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;IPV6INIT=yes
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;IPV6ADDR=2001:1418:0193:000B::210
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;IPV6_DEFAULTGW=2001:1418:0193:000B::251
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Save, close and restart network service:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# service network restart&lt;/code&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>You need to update and configure following files for IPv6 configuration:</p>
<ol>
<li>Edit: <code>/etc/sysconfig/network</code></li>
</ol>
<p>And append following line, to enable in systemwide the ipv6 protocol:</p>
<p><code>NETWORKING_IPV6=yes</code></p>
<ol start="2">
<li>Edit: <code>/etc/sysconfig/network-scripts/ifcfg-eth1</code> (or your interface number)</li>
</ol>
<p>And append following line, to enable ipv6 on interface and the address/gateway if you use static routing:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>IPV6INIT=yes
</span></span><span style="display:flex;"><span>IPV6ADDR=2001:1418:0193:000B::210
</span></span><span style="display:flex;"><span>IPV6_DEFAULTGW=2001:1418:0193:000B::251
</span></span></code></pre></div><p>Save, close and restart network service:</p>
<p><code># service network restart</code></p>
]]></content:encoded>
    </item>
    <item>
      <title>Cisco - ATM Line Status</title>
      <link>https://www.deepreflect.net/2008/10/21/cisco-atm-status/</link>
      <pubDate>Tue, 21 Oct 2008 23:40:33 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=175</guid> 
      <description>&lt;p&gt;Breve memo sul comando per l&amp;rsquo;analisi dello stato del modulo ATM per le linea adsl in caso di problemi e&amp;rsquo; sempre bene verificare i livelli di attenuazione e margine di rumore della linea al fine di valutare la qualita&amp;rsquo; del segnale della linea.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;router# show dsl interface atm0/0&lt;/code&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Breve memo sul comando per l&rsquo;analisi dello stato del modulo ATM per le linea adsl in caso di problemi e&rsquo; sempre bene verificare i livelli di attenuazione e margine di rumore della linea al fine di valutare la qualita&rsquo; del segnale della linea.</p>
<p><code>router# show dsl interface atm0/0</code></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
