<?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: Chage IP address in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993268#M5049</link>
    <description>you can simply use ifconfig to do this, for example:&lt;BR /&gt;# ifconfig eth0 192.168.0.2 netmask 255.255.255.0</description>
    <pubDate>Wed, 11 Jun 2003 12:21:56 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2003-06-11T12:21:56Z</dc:date>
    <item>
      <title>Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993260#M5041</link>
      <description>I modify the file " /etc/sysconfig/network-scripts/ifcfg-eth0" to add the ip address to the entry "IPADDR" , and reboot the linux 8 , but i run ifconfig , it still show my ip is 127.0.0.1 , why will this happen , what is wrong in my setting ? thx</description>
      <pubDate>Tue, 10 Jun 2003 11:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993260#M5041</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-10T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993261#M5042</link>
      <description>what file need to be modify to change the ip address ? thx</description>
      <pubDate>Tue, 10 Jun 2003 11:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993261#M5042</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-10T11:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993262#M5043</link>
      <description>127.0.0.1 related to loopback (lo) interface.&lt;BR /&gt;&lt;BR /&gt;your 1st ethernet  interface is eth0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) run &lt;BR /&gt;&lt;BR /&gt;ifconfig -a &lt;BR /&gt;&lt;BR /&gt;in order to check if LINUX see your network card&lt;BR /&gt;&lt;BR /&gt;2) if you see eth0 interface, just add &lt;BR /&gt;&lt;BR /&gt;ONBOOT=yes &lt;BR /&gt;&lt;BR /&gt;into your ifcfg-eth0 file&lt;BR /&gt;&lt;BR /&gt;3) if you don't see "eth0" in "ifconfig -a" output, run "kudzu" in order to detect you NIX&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Tue, 10 Jun 2003 12:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993262#M5043</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-06-10T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993263#M5044</link>
      <description>I think Vitaly is right,eth0 is present but&lt;BR /&gt;you didn't set the interface options to be preserved on boot.&lt;BR /&gt;Can also run lspci to see your Ethernet adapter.Check also /etc/sysconfig/network has NETWORKING=yes.</description>
      <pubDate>Tue, 10 Jun 2003 14:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993263#M5044</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-06-10T14:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993264#M5045</link>
      <description>Under grap??ical interface run hat menu, then system tools, network peripherical configuration (I'm translating from my french menu), you'll see eth0, run configure, then select eth0 and modify : check that you have an IP, that device is started at boot time. As both Pals said, 127.0.0.1 is your loopback interface, it ensures that your system can talk to itself on client/server basis, but this has nothing to fo with your NIW, which isn't configured right.&lt;BR /&gt;J</description>
      <pubDate>Tue, 10 Jun 2003 18:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993264#M5045</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-10T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993265#M5046</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;First you don't need to run ifconfig -a&lt;BR /&gt;to see all the interfaces, without the&lt;BR /&gt;parameters it's show all the active interfaces.&lt;BR /&gt;The 127.0.0.1 should always be present,&lt;BR /&gt;it's your loopback interface address (lo0).&lt;BR /&gt;If all your parameters of the interface are OK&lt;BR /&gt;("/etc/sysconfig/network-scripts/ifcfg-&lt;INTERFACE name=""&gt;" eth0 or something else depend on the interface, check /etc/modules.conf)&lt;BR /&gt;you can start it manually by:&lt;BR /&gt;ifup &lt;INTERFACE name=""&gt;&lt;BR /&gt;If you will see any errors you will understand if no check if you have connection.&lt;BR /&gt;You may have this problems if the configuration is OK : same IP on the net (linux automaticly check if IP in use)&lt;BR /&gt;or maybe you have problems with the cabel.&lt;BR /&gt;&lt;BR /&gt;Caesar&lt;/INTERFACE&gt;&lt;/INTERFACE&gt;</description>
      <pubDate>Tue, 10 Jun 2003 19:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993265#M5046</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-10T19:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993266#M5047</link>
      <description>Caesar is dead on with the -a option.  Most distributions will display all interfaces with a simple ifconfig command.&lt;BR /&gt;&lt;BR /&gt;ifconfig | more&lt;BR /&gt;&lt;BR /&gt;My guess is based on results you see nothing with regards to eth0.&lt;BR /&gt;&lt;BR /&gt;So try this.&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0 &lt;IP_ADDRESS&gt; netmask &lt;NET_MASK&gt;&lt;BR /&gt;&lt;BR /&gt;Take these straight out of your /etc/sysconfig/network-scripts/ifcfg-eth0 file.&lt;BR /&gt;&lt;BR /&gt;That is if it makes sense.&lt;BR /&gt;&lt;BR /&gt;Try the command.  If eth0 comes up, there is something else in that directory messing with your NIC card.&lt;BR /&gt;&lt;BR /&gt;Possible causes:&lt;BR /&gt;&lt;BR /&gt;1) Syntax error in the config file. Take and modify the ifcfg-eth0 file from a working machine, perferably with the same NIC card and modify it.&lt;BR /&gt;&lt;BR /&gt;2) The configuration makes no sense.  An IP address impossible based on network mask is an example.&lt;BR /&gt;&lt;BR /&gt;3) Conflict with another machine on the network. If your IP address is in use, possbily without your network admin's knowledge it won't come up on the Linux box.  See network administration and/or try a different IP address&lt;BR /&gt;&lt;BR /&gt;4) Linux never detected your NIC card.  The hardware might not be supported, the card might not be firmly in the PCI bus, there may be a conflict with another plug and play card.&lt;BR /&gt;&lt;BR /&gt;This is a start, post specific data for more help.  I won't be back until the morning because I drove my kids from NYC to Chicago all night and am beat.&lt;BR /&gt;&lt;BR /&gt;Later.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/NET_MASK&gt;&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Tue, 10 Jun 2003 19:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993266#M5047</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-10T19:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993267#M5048</link>
      <description>2 Caesar &amp;amp; Steve,&lt;BR /&gt;&lt;BR /&gt;Just becase to determinate  if &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1) Linux knows about eth0  but didn't up it&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;2) Linux doesn't know about this NIC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I suggest to run "ifconfig -a" - it will show eth0 in case 1) and will not show in case 2)&lt;BR /&gt;&lt;BR /&gt;at least in RHL "ifconfig" shows all interfaces with status "UP", and "ifconfig -a" shows *all* interfaces&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly.</description>
      <pubDate>Wed, 11 Jun 2003 05:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993267#M5048</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-06-11T05:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chage IP address</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993268#M5049</link>
      <description>you can simply use ifconfig to do this, for example:&lt;BR /&gt;# ifconfig eth0 192.168.0.2 netmask 255.255.255.0</description>
      <pubDate>Wed, 11 Jun 2003 12:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chage-ip-address/m-p/2993268#M5049</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-11T12:21:56Z</dc:date>
    </item>
  </channel>
</rss>

