<?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: no internet in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749664#M43595</link>
    <description>[root@localhost ~]# ifconfig eth0&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0C:29:EC:6D:DD&lt;BR /&gt;          inet addr:10.20.0.2  Bcast:10.20.255.255  Mask:255.255.0.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:4457 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:1783 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:2880399 (2.7 MiB)  TX bytes:216505 (211.4 KiB)&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;0.0.0.0         10.20.0.1       255.255.0.0     UG        0 0          0 eth0&lt;BR /&gt;10.20.0.0       0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# ping 10.20.0.1&lt;BR /&gt;PING 10.20.0.1 (10.20.0.1) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.20.0.1: icmp_seq=1 ttl=64 time=4.65 ms&lt;BR /&gt;64 bytes from 10.20.0.1: icmp_seq=2 ttl=64 time=0.925 ms&lt;BR /&gt;--- 10.20.0.1 ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 received, 0% packet loss, time 1001ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.925/2.790/4.656/1.866 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# ping 4.2.2.2&lt;BR /&gt;connect: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Feb 2011 17:31:09 GMT</pubDate>
    <dc:creator>Piotr Kirklewski</dc:creator>
    <dc:date>2011-02-08T17:31:09Z</dc:date>
    <item>
      <title>no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749660#M43591</link>
      <description>Hi there&lt;BR /&gt;My network looks like this&lt;BR /&gt;&lt;BR /&gt;INTERNET&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;Gateway(10.20.0.1)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;LINUX-MACHINE(Centos 5.5 64bit)&lt;BR /&gt;&lt;BR /&gt;I issued following commands:&lt;BR /&gt;&lt;BR /&gt;ifconfg eth0 10.20.0.2 netmask 255.255.0.0&lt;BR /&gt;route add default gw 10.20.0.1 netmask 255.255.0.0&lt;BR /&gt;&lt;BR /&gt;I can ping the gateway (10.20.0.1) but not the outside world (4.2.2.2).&lt;BR /&gt;&lt;BR /&gt;'Network is unreachable'&lt;BR /&gt;&lt;BR /&gt;Why would that be ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Peter &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2011 04:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749660#M43591</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2011-02-08T04:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749661#M43592</link>
      <description>&lt;!--!*#--&gt;&amp;gt; My network looks like this&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I issued following commands:&lt;BR /&gt;&lt;BR /&gt;Your opinions are interesting, but what does&lt;BR /&gt;the machine have to say?  As usual, showing&lt;BR /&gt;actual commands with their actual output can&lt;BR /&gt;be more helpful than vague descriptions or&lt;BR /&gt;interpretations.&lt;BR /&gt;&lt;BR /&gt;      ifconfig eth0&lt;BR /&gt;      netstat -rn</description>
      <pubDate>Tue, 08 Feb 2011 04:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749661#M43592</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-02-08T04:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749662#M43593</link>
      <description>Since you can ping the gateway and your default gateway configuration command looks correct, the most likely cause is a problem at some point between the Internet side of your gateway and your Internet destination (4.2.2.2). Without knowing anything about your gateway and your Internet connection, it's hard to say anything more.&lt;BR /&gt;&lt;BR /&gt;You probably already know that 10.*.*.* IP addresses are not globally unique and therefore a system using one of those addresses cannot access Internet without some kind of NAT in between, right?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 08 Feb 2011 10:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749662#M43593</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-08T10:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749663#M43594</link>
      <description>If you have other devices on your network taht is pointed to your gateway, acn those devices ping/access nodes on the Internet?&lt;BR /&gt;&lt;BR /&gt;What kind of Gateway do you have? Is it a normal/ typical consumer Gateway/Router?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERNET&lt;BR /&gt;|&lt;BR /&gt;| (WAN-IP from ISP)&lt;BR /&gt;GATEWAY  (Router)&lt;BR /&gt;| (Gateway IP)&lt;BR /&gt;|&lt;BR /&gt;| Your Local LAN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2011 14:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749663#M43594</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-08T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749664#M43595</link>
      <description>[root@localhost ~]# ifconfig eth0&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0C:29:EC:6D:DD&lt;BR /&gt;          inet addr:10.20.0.2  Bcast:10.20.255.255  Mask:255.255.0.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:4457 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:1783 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:2880399 (2.7 MiB)  TX bytes:216505 (211.4 KiB)&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;0.0.0.0         10.20.0.1       255.255.0.0     UG        0 0          0 eth0&lt;BR /&gt;10.20.0.0       0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# ping 10.20.0.1&lt;BR /&gt;PING 10.20.0.1 (10.20.0.1) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.20.0.1: icmp_seq=1 ttl=64 time=4.65 ms&lt;BR /&gt;64 bytes from 10.20.0.1: icmp_seq=2 ttl=64 time=0.925 ms&lt;BR /&gt;--- 10.20.0.1 ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 received, 0% packet loss, time 1001ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.925/2.790/4.656/1.866 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# ping 4.2.2.2&lt;BR /&gt;connect: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2011 17:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749664#M43595</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2011-02-08T17:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749665#M43596</link>
      <description>It's a home network.&lt;BR /&gt;I use Linksys WRT54GL for gateway - there is no problem with the connection if I get the settings from DHCP or even set them manually.&lt;BR /&gt;But I was trying to set the IP and gateway fast form command line while doing certain installation and it did not work which made me curious on why ?</description>
      <pubDate>Tue, 08 Feb 2011 17:35:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749665#M43596</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2011-02-08T17:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749666#M43597</link>
      <description>&lt;BR /&gt;If you do it via DHCP.. what values are you getting for IP and route?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2011 18:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749666#M43597</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-08T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: no internet</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749667#M43598</link>
      <description>&lt;BR /&gt;[root@localhost ~]# ifconfig eth0&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:0C:29:EC:6D:DD&lt;BR /&gt;          inet addr:10.20.20.198  Bcast:10.20.255.255  Mask:255.255.0.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:7860 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:2836 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:3288249 (3.1 MiB)  TX bytes:459431 (448.6 KiB)&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;10.20.0.0       0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;0.0.0.0         10.20.0.1       0.0.0.0         UG        0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So what is this:&lt;BR /&gt;&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0&lt;BR /&gt;&lt;BR /&gt;?</description>
      <pubDate>Tue, 08 Feb 2011 19:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet/m-p/4749667#M43598</guid>
      <dc:creator>Piotr Kirklewski</dc:creator>
      <dc:date>2011-02-08T19:58:02Z</dc:date>
    </item>
  </channel>
</rss>

