<?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 Re: Virtual IP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116280#M83596</link>
    <description>create a file named ifcfg-eth0:0 in /etc/sysconfig/network-scripts folder and enter the following lines&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0:0 (or whatever you want)&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=x.x.x.x (your ip address)&lt;BR /&gt;NETMASK=x.x.x.x (your net mask)&lt;BR /&gt;&lt;BR /&gt;now this is permanent. then enter the command&lt;BR /&gt;&lt;BR /&gt;#ifup eth0:0&lt;BR /&gt;&lt;BR /&gt;#ping &amp;lt;0 ip="" address=""&amp;gt;&lt;BR /&gt;&lt;BR /&gt;or if you wanna make sure you can rebbot the server.&lt;BR /&gt;&lt;BR /&gt;it will not take any effect to any other service.</description>
    <pubDate>Fri, 27 Jun 2008 06:04:45 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-06-27T06:04:45Z</dc:date>
    <item>
      <title>Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116277#M83593</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am planning to add virtual IP on our production server. Just to be sure my procedure will not affect the current production, can anyone provide me the "correct and safe" procedure in adding and deleting virtual IP on Linux?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 27 Jun 2008 02:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116277#M83593</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2008-06-27T02:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116278#M83594</link>
      <description>Are you talking about an "alias"? That is, another IP address to the same network adatper?&lt;BR /&gt;&lt;BR /&gt;If so, then you can use:&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0:1 &lt;IP&gt; &lt;MASK&gt;&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0:1 192.168.0.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;To disable the interface&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0:1 down&lt;/MASK&gt;&lt;/IP&gt;</description>
      <pubDate>Fri, 27 Jun 2008 02:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116278#M83594</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-06-27T02:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116279#M83595</link>
      <description>Is this permanent? that this will also be in effect when I reboot the server?</description>
      <pubDate>Fri, 27 Jun 2008 03:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116279#M83595</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2008-06-27T03:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116280#M83596</link>
      <description>create a file named ifcfg-eth0:0 in /etc/sysconfig/network-scripts folder and enter the following lines&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0:0 (or whatever you want)&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;IPADDR=x.x.x.x (your ip address)&lt;BR /&gt;NETMASK=x.x.x.x (your net mask)&lt;BR /&gt;&lt;BR /&gt;now this is permanent. then enter the command&lt;BR /&gt;&lt;BR /&gt;#ifup eth0:0&lt;BR /&gt;&lt;BR /&gt;#ping &amp;lt;0 ip="" address=""&amp;gt;&lt;BR /&gt;&lt;BR /&gt;or if you wanna make sure you can rebbot the server.&lt;BR /&gt;&lt;BR /&gt;it will not take any effect to any other service.</description>
      <pubDate>Fri, 27 Jun 2008 06:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116280#M83596</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-27T06:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116281#M83597</link>
      <description>This is it? I don't add any information like Broadcast ip etc...?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2008 06:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116281#M83597</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2008-06-27T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116282#M83598</link>
      <description>actually no need to add any broadcast IP for this.</description>
      <pubDate>Fri, 27 Jun 2008 07:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116282#M83598</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-27T07:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116283#M83599</link>
      <description>ok thanks</description>
      <pubDate>Fri, 27 Jun 2008 07:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116283#M83599</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2008-06-27T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116284#M83600</link>
      <description>thanks to all for the replies</description>
      <pubDate>Fri, 27 Jun 2008 07:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/virtual-ip/m-p/5116284#M83600</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2008-06-27T07:56:26Z</dc:date>
    </item>
  </channel>
</rss>

