<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic eth0:2 - Why do I see this when I run in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649159#M85355</link>
    <description>/sbin/ifconfig -a&lt;BR /&gt;Aand I see that I have an ethernet eth0:2 assigned with an IP address.  I checked and checked and I can see to find it anywhere.  I am currently running RH AS 3.0&lt;BR /&gt;&lt;BR /&gt;Thanks!!</description>
    <pubDate>Thu, 13 Oct 2005 15:28:43 GMT</pubDate>
    <dc:creator>Ian Derringer</dc:creator>
    <dc:date>2005-10-13T15:28:43Z</dc:date>
    <item>
      <title>eth0:2 - Why do I see this when I run</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649159#M85355</link>
      <description>/sbin/ifconfig -a&lt;BR /&gt;Aand I see that I have an ethernet eth0:2 assigned with an IP address.  I checked and checked and I can see to find it anywhere.  I am currently running RH AS 3.0&lt;BR /&gt;&lt;BR /&gt;Thanks!!</description>
      <pubDate>Thu, 13 Oct 2005 15:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649159#M85355</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-10-13T15:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: eth0:2 - Why do I see this when I run</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649160#M85356</link>
      <description>That interface is used for configuring IP aliases.&lt;BR /&gt;&lt;BR /&gt;Somewhere in your system, you have the ifconfig command configuring the alias interface.&lt;BR /&gt;&lt;BR /&gt;Check in the following places:&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0:2:&lt;BR /&gt;&lt;BR /&gt;If that file exits, you need to remove it, or use grep eth0:2 /etc/sysconfig/network-scripts/*&lt;BR /&gt;&lt;BR /&gt;Also, maybe somebody placed the ifconfig command in /etc/rc.local, or other startup script.&lt;BR /&gt;&lt;BR /&gt;A custom service may also add the IP Alias. Clustering services do that. Do you have a cluster?</description>
      <pubDate>Thu, 13 Oct 2005 15:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649160#M85356</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-13T15:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: eth0:2 - Why do I see this when I run</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649161#M85357</link>
      <description>Lots of reasons for seeing eth0:2&lt;BR /&gt;&lt;BR /&gt;Sometimes its done just because someone needs two IP addresses for one NIC card.&lt;BR /&gt;&lt;BR /&gt;If you are not the one who originally set it up, you might want to look for internal documents on how the system was installed.&lt;BR /&gt;&lt;BR /&gt;Aslo the ifcfg file allows for comments and a kind predecessor might have made some notes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 13 Oct 2005 16:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649161#M85357</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-13T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: eth0:2 - Why do I see this when I run</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649162#M85358</link>
      <description>This is a virtual IP address for a NIC card.&lt;BR /&gt;&lt;BR /&gt;Lots of reasons. Security and web hosting can be a couple of common reasons.&lt;BR /&gt;&lt;BR /&gt;This can be done by the ifconfig command and then the route add command.&lt;BR /&gt;&lt;BR /&gt;If this is surviving a reboot, check the rc.local file and see if these commands (or similar commands) are in the rc.local file.&lt;BR /&gt;&lt;BR /&gt;/etc/rc.d/rc.local&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 16:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649162#M85358</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-10-13T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: eth0:2 - Why do I see this when I run</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649163#M85359</link>
      <description>We're are not using Linux clustering at the moment.  However, we're using teh Oracle RAC on two server and this is one of them.  I did setup a virtual IP and share it with eth0:1, not eth0:2 - Should I be doing with the virtual IP or I should have done it in a diffrent way?  I will dig deep tonight and figure out where is this eth0:2 is coming from.  Thanks for responding to my virtual IP address issue.  You're the best!!</description>
      <pubDate>Thu, 13 Oct 2005 19:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-2-why-do-i-see-this-when-i-run/m-p/3649163#M85359</guid>
      <dc:creator>Ian Derringer</dc:creator>
      <dc:date>2005-10-13T19:38:32Z</dc:date>
    </item>
  </channel>
</rss>

