<?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: configuring ip address on DL380G5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913328#M84622</link>
    <description>Depends on what distribution is in use on the system.&lt;BR /&gt;&lt;BR /&gt;RH and SLES tend to use '/etc/sysconfig/network-scripts/ifcfg-&lt;INTERFACE&gt;' files (with an IPADDR line). There also should be the command 'netconfig' which is to manipulate those files.&lt;BR /&gt;&lt;BR /&gt;I'm unsure about Debian, as it's been a while.&lt;BR /&gt;&lt;BR /&gt;But underneath it all, all the interfaces do is provide a front end to the 'ifconfig' command.&lt;BR /&gt;&lt;BR /&gt;ifconfig &lt;INTERFACE&gt; &lt;IPADDRESS&gt;&lt;/IPADDRESS&gt;&lt;/INTERFACE&gt;&lt;/INTERFACE&gt;</description>
    <pubDate>Thu, 14 Dec 2006 17:04:54 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-12-14T17:04:54Z</dc:date>
    <item>
      <title>configuring ip address on DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913327#M84621</link>
      <description>Hi guys, i wanted to ask u as to how would u configure the ip address of a dl380 server?&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 14 Dec 2006 14:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913327#M84621</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-12-14T14:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ip address on DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913328#M84622</link>
      <description>Depends on what distribution is in use on the system.&lt;BR /&gt;&lt;BR /&gt;RH and SLES tend to use '/etc/sysconfig/network-scripts/ifcfg-&lt;INTERFACE&gt;' files (with an IPADDR line). There also should be the command 'netconfig' which is to manipulate those files.&lt;BR /&gt;&lt;BR /&gt;I'm unsure about Debian, as it's been a while.&lt;BR /&gt;&lt;BR /&gt;But underneath it all, all the interfaces do is provide a front end to the 'ifconfig' command.&lt;BR /&gt;&lt;BR /&gt;ifconfig &lt;INTERFACE&gt; &lt;IPADDRESS&gt;&lt;/IPADDRESS&gt;&lt;/INTERFACE&gt;&lt;/INTERFACE&gt;</description>
      <pubDate>Thu, 14 Dec 2006 17:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913328#M84622</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-12-14T17:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ip address on DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913329#M84623</link>
      <description>For debian,&lt;BR /&gt;&lt;BR /&gt;/etc/network/interface</description>
      <pubDate>Fri, 15 Dec 2006 16:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913329#M84623</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-15T16:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ip address on DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913330#M84624</link>
      <description>Well, i was in the /etc/sysconfig/network-scripts/ifcfg-lo file and i put in the ip address. Then i put in the netmask. But what should i put in the following fields&lt;BR /&gt;*)Network, Name and browadcast fields?&lt;BR /&gt;&lt;BR /&gt;In the /etc/hosts file i just put in the ipaddress and the hostname&lt;BR /&gt;&lt;BR /&gt;In the /etc/sysconfig/network i put in&lt;BR /&gt;hostname and when i did the /sbin/service network restart and did ifconfig -a it did pick the ip?&lt;BR /&gt;Now, how do i check how many network interfaces are there in a system?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 18 Dec 2006 15:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913330#M84624</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-12-18T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ip address on DL380G5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913331#M84625</link>
      <description>Start by going back and undoing the changes you've made.&lt;BR /&gt;&lt;BR /&gt;The 'lo' interface (loop-back) isn't supposed to have a real address attached to it, only '127.0.0.1'.&lt;BR /&gt;&lt;BR /&gt;There will be an 'ifcfg-eth0' file in there, that's your network interface.&lt;BR /&gt;&lt;BR /&gt;As for working out the rest of the values, the command 'ipcalc' is your friend.&lt;BR /&gt;&lt;BR /&gt;To see what interfaces are there, use 'ifconfig -a'.</description>
      <pubDate>Mon, 18 Dec 2006 17:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-ip-address-on-dl380g5/m-p/3913331#M84625</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-12-18T17:11:00Z</dc:date>
    </item>
  </channel>
</rss>

