<?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 can't ping my IP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528401#M17196</link>
    <description>I hv just install the ES 3 RH system , I hv modified the below file , but I still can't ping my IP 192.70.0.1 , I can only ping localhost , even reboot , it still not work , could suggest what is wrong in my system ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;IPADDR=192.70.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I use ifconfig to check that , only the bwlow was shown , is it the network card still not setup or not started ? I can only ping 127.0.0.1 . thx a lot &lt;BR /&gt;&lt;BR /&gt;lo Link encap:Local Loopback &lt;BR /&gt;inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;UP LOOPBACK RUNNING MTU:16436 Metric:1&lt;BR /&gt;RX packets:20944033 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:20944033 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:0 &lt;BR /&gt;RX bytes:1075938067 (1026.0 Mb) TX bytes:1075938067 (1026.0 Mb)&lt;BR /&gt;&lt;BR /&gt;The below is the error , please advise what is wrong ? thx in advance. &lt;BR /&gt;&lt;BR /&gt;#ifdown eth0&lt;BR /&gt;siocgifflags:no such device&lt;BR /&gt;&lt;BR /&gt;#ping 192.70.0.1&lt;BR /&gt;connect:network is unreachable&lt;BR /&gt;&lt;BR /&gt;p.s. I sure the network card is work.&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Apr 2005 03:06:38 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2005-04-20T03:06:38Z</dc:date>
    <item>
      <title>can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528401#M17196</link>
      <description>I hv just install the ES 3 RH system , I hv modified the below file , but I still can't ping my IP 192.70.0.1 , I can only ping localhost , even reboot , it still not work , could suggest what is wrong in my system ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;IPADDR=192.70.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I use ifconfig to check that , only the bwlow was shown , is it the network card still not setup or not started ? I can only ping 127.0.0.1 . thx a lot &lt;BR /&gt;&lt;BR /&gt;lo Link encap:Local Loopback &lt;BR /&gt;inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;UP LOOPBACK RUNNING MTU:16436 Metric:1&lt;BR /&gt;RX packets:20944033 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:20944033 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:0 &lt;BR /&gt;RX bytes:1075938067 (1026.0 Mb) TX bytes:1075938067 (1026.0 Mb)&lt;BR /&gt;&lt;BR /&gt;The below is the error , please advise what is wrong ? thx in advance. &lt;BR /&gt;&lt;BR /&gt;#ifdown eth0&lt;BR /&gt;siocgifflags:no such device&lt;BR /&gt;&lt;BR /&gt;#ping 192.70.0.1&lt;BR /&gt;connect:network is unreachable&lt;BR /&gt;&lt;BR /&gt;p.s. I sure the network card is work.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2005 03:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528401#M17196</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-04-20T03:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528402#M17197</link>
      <description>Does 'ifconfig eth0' return anything?&lt;BR /&gt;&lt;BR /&gt;If it doesn't, then the interface isn't configured right.  If it says 'inet addr:192.70.0.1', then you're a bit happier.&lt;BR /&gt;&lt;BR /&gt;What sort of system is this?  Do you have an entry in '/etc/modules.conf' referencing 'eth0'?&lt;BR /&gt;&lt;BR /&gt;For the moment, it doesn't appear as if the appropraite driver is configured.  That needs to be done first.&lt;BR /&gt;&lt;BR /&gt;'kudzu' is your friend.</description>
      <pubDate>Wed, 20 Apr 2005 03:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528402#M17197</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-20T03:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528403#M17198</link>
      <description>the 'ifconfig eth0' result is - "no such device" , I also run "kudzu" , but still not work , how can I know whether the network card is installed or not ? or is there other suggestion ? thx</description>
      <pubDate>Wed, 20 Apr 2005 03:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528403#M17198</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-04-20T03:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528404#M17199</link>
      <description>What hardware are you doing this in?&lt;BR /&gt;&lt;BR /&gt;To see if the device is configured, view '/etc/sysconfig/hwconf' and see if there are any 'NETWORK' devices listed.&lt;BR /&gt;&lt;BR /&gt;If there are, remove the section, and then re-run kudzu and try again.</description>
      <pubDate>Wed, 20 Apr 2005 04:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528404#M17199</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-20T04:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528405#M17200</link>
      <description>Since you have just installed Linux-it means that the driver for your NIC wasn't installed.&lt;BR /&gt;If you know the hardware manufacture of your NIC ,get the driver from it's internet site or you can always replace the NIC with an older one.  &lt;BR /&gt;</description>
      <pubDate>Wed, 20 Apr 2005 04:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528405#M17200</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-04-20T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528406#M17201</link>
      <description>ifconfig&lt;BR /&gt;&lt;BR /&gt;maybe the NIC card is not eth0&lt;BR /&gt;&lt;BR /&gt;You seem sure it is working. How sure? check the connect lights?&lt;BR /&gt;&lt;BR /&gt;If it has no lights then think about checking the cabling and the switch.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 Apr 2005 17:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528406#M17201</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-20T17:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528407#M17202</link>
      <description>&lt;BR /&gt;Follow these steps to find out whether your NIC card is supported(not fool proof method).&lt;BR /&gt;&lt;BR /&gt;run 'lspci -v '&lt;BR /&gt;&lt;BR /&gt;this will give list of devices found, see whether Ethernet controller is listed on this, if not then ur network card is not detected by OS at all (check bios, reseat card etc). &lt;BR /&gt;&lt;BR /&gt;if it lists Ethernet controller but could not able to give detail of the manufacturer of the card with revision details then it is likely that there is no driver support available for ur card, try with another card which is known to be supported.&lt;BR /&gt;&lt;BR /&gt;if it is listed and vendor name, revision details are given then check /etc/sysconfig/hwconf file, it should list the card name and driver name in NETWORK section. if it is listed then add the driver name to /etc/modprobe.conf file. eg: if hwconf file gives driver name as eepro100 then add the following line to /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;alias eth0 eepro100&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Tue, 26 Apr 2005 07:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528407#M17202</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-04-26T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528408#M17203</link>
      <description>either network card driver is not installed or it is not on eth0, please check /etc/modules.conf file for ethx related entry</description>
      <pubDate>Tue, 26 Apr 2005 09:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528408#M17203</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-04-26T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: can't ping my IP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528409#M17204</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;What does your boot.log and messages file say? Try dmesg to check your NIC connectivity.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Thu, 28 Apr 2005 02:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-my-ip/m-p/3528409#M17204</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-04-28T02:16:23Z</dc:date>
    </item>
  </channel>
</rss>

