<?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 access from redhat linux 5.5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268056#M52838</link>
    <description>Hi,&lt;BR /&gt;=========================&lt;BR /&gt;&amp;gt;What's the error message displayed by Firefox?&lt;BR /&gt;&lt;BR /&gt;Proxy Server Refused Connection&lt;BR /&gt;Firefox is configured to use a proxy server that is refusing connections.&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sun, 02 Jan 2011 04:43:09 GMT</pubDate>
    <dc:creator>Mousa55</dc:creator>
    <dc:date>2011-01-02T04:43:09Z</dc:date>
    <item>
      <title>No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268053#M52835</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I cannot access INTERNET from redhat linux 5.5.&lt;BR /&gt;i set the proxy ip from firefox on network setting. and i set the DNS ip on /etc/resolv.conf file as below&lt;BR /&gt;10.15.1.2 rhdc01&lt;BR /&gt;10.15.1.3 rhdc02&lt;BR /&gt;put still I cannot access INTERNET or ping to any site.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 01 Jan 2011 10:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268053#M52835</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-01T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268054#M52836</link>
      <description>What's the error message displayed by Firefox?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i set the DNS ip on /etc/resolv.conf file as below&lt;BR /&gt;&amp;gt;10.15.1.2 rhdc01&lt;BR /&gt;&amp;gt;10.15.1.3 rhdc02&lt;BR /&gt;&lt;BR /&gt;That's the syntax for /etc/hosts, not for /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;If those are your DNS servers, you should set /etc/resolv.conf like this:&lt;BR /&gt;&lt;BR /&gt;nameserver 10.15.1.2&lt;BR /&gt;nameserver 10.15.1.3&lt;BR /&gt;&lt;BR /&gt;If that isn't the problem, please run:&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and post the output. &lt;BR /&gt;From the output, it is possible to determine:&lt;BR /&gt;- can your system connect to the nameserver at all?&lt;BR /&gt;- does the nameserver reject your request?&lt;BR /&gt;- can the nameserver connect to other Internet nameservers to find the answer you're looking for?&lt;BR /&gt;In each of these cases, the answer will be different.&lt;BR /&gt;&lt;BR /&gt;You might also verify your proxy is reachable. Use a command like "telnet &lt;PROXY-IP&gt; &lt;PROXY-PORT&gt;": if it says "Connection established", your system can at least reach the proxy. &lt;BR /&gt;&lt;BR /&gt;For example, if your proxy IP is 10.11.22.33 and the proxy port is 8080, run:&lt;BR /&gt;&lt;BR /&gt;telnet 10.11.22.33 8080&lt;BR /&gt;&lt;BR /&gt;If it seems to hang, wait for up to 2 minutes. It should eventually abort with a "Connection timed out" error message in that case. That usually means a firewall is preventing you from accessing that service on that host, but might also indicate other problems in the network connectivity.&lt;BR /&gt;&lt;BR /&gt;If the telnet command stops immediately with a "Connection refused" error message, it might mean the proxy service is not running on that host. Or it might still be a firewall issue.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/PROXY-PORT&gt;&lt;/PROXY-IP&gt;</description>
      <pubDate>Sat, 01 Jan 2011 12:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268054#M52836</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-01-01T12:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268055#M52837</link>
      <description>Hi,&lt;BR /&gt;=========================&lt;BR /&gt;&amp;gt;What's the error message displayed by Firefox?&lt;BR /&gt;&lt;BR /&gt;Failed to Connect&lt;BR /&gt;Firefox can't establish a connection to the server at &lt;A href="http://www.redhat.com." target="_blank"&gt;www.redhat.com.&lt;/A&gt;&lt;BR /&gt;=========================&lt;BR /&gt;# more /etc/resolv.conf &lt;BR /&gt;&lt;BR /&gt;nameserver 10.15.1.2&lt;BR /&gt;nameserver 10.15.1.3&lt;BR /&gt;=========================&lt;BR /&gt;# nslookup &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;[root@syslog ~]# nslookup &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; &lt;BR /&gt;Server:         10.15.1.2&lt;BR /&gt;Address:        10.15.1.2#53&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;&lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;  canonical name = &lt;A href="http://www.l.google.com." target="_blank"&gt;www.l.google.com.&lt;/A&gt;&lt;BR /&gt;Name:   &lt;A href="http://www.l.google.com" target="_blank"&gt;www.l.google.com&lt;/A&gt;&lt;BR /&gt;Address: 74.125.95.147&lt;BR /&gt;Name:   &lt;A href="http://www.l.google.com" target="_blank"&gt;www.l.google.com&lt;/A&gt;&lt;BR /&gt;Address: 74.125.95.99&lt;BR /&gt;Name:   &lt;A href="http://www.l.google.com" target="_blank"&gt;www.l.google.com&lt;/A&gt;&lt;BR /&gt;Address: 74.125.95.103&lt;BR /&gt;Name:   &lt;A href="http://www.l.google.com" target="_blank"&gt;www.l.google.com&lt;/A&gt;&lt;BR /&gt;Address: 74.125.95.104&lt;BR /&gt;Name:   &lt;A href="http://www.l.google.com" target="_blank"&gt;www.l.google.com&lt;/A&gt;&lt;BR /&gt;Address: 74.125.95.105&lt;BR /&gt;Name:   &lt;A href="http://www.l.google.com" target="_blank"&gt;www.l.google.com&lt;/A&gt;&lt;BR /&gt;Address: 74.125.95.106&lt;BR /&gt;=========================&lt;BR /&gt;&lt;THERE is="" no="" hang=""&gt;&lt;BR /&gt;# telnet 10.15.1.150 8080&lt;BR /&gt;Trying 10.15.1.150...&lt;BR /&gt;telnet: connect to address 10.15.1.150: No route to host&lt;BR /&gt;telnet: Unable to connect to remote host: No route to host&lt;BR /&gt;=========================&lt;BR /&gt;when i disable the firewall, the output is same&lt;BR /&gt;# telnet 10.15.1.150 8080&lt;BR /&gt;Trying 10.15.1.150...&lt;BR /&gt;telnet: connect to address 10.15.1.150: No route to host&lt;BR /&gt;telnet: Unable to connect to remote host: No route to host&lt;BR /&gt;=========================&lt;BR /&gt;Thanks&lt;/THERE&gt;</description>
      <pubDate>Sun, 02 Jan 2011 04:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268055#M52837</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-02T04:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268056#M52838</link>
      <description>Hi,&lt;BR /&gt;=========================&lt;BR /&gt;&amp;gt;What's the error message displayed by Firefox?&lt;BR /&gt;&lt;BR /&gt;Proxy Server Refused Connection&lt;BR /&gt;Firefox is configured to use a proxy server that is refusing connections.&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 02 Jan 2011 04:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268056#M52838</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-02T04:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268057#M52839</link>
      <description>Looks like your DNS servers are working perfectly.&lt;BR /&gt;&lt;BR /&gt;You're getting a "No route to host" error when attempting to connect to the proxy. This means: either your server, or a network router between your server and the proxy "thinks" it's impossible to make a network connection from your server to the proxy IP.&lt;BR /&gt;&lt;BR /&gt;Check your netmask and default gateway address settings. You can view the settings with commands "ifconfig" and "route -n". The default gateway is listed in the *last* line of "route -n" output. &lt;BR /&gt;&lt;BR /&gt;If the settings are correct in your server, talk to the person responsible for configuring and maintaining the network at your site: there might be a problem in the network. (Or perhaps someone told you a wrong netmask or gateway setting.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 02 Jan 2011 11:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268057#M52839</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-01-02T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268058#M52840</link>
      <description>Hi,&lt;BR /&gt;=========================&lt;BR /&gt;# route -n&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;BR /&gt;10.15.1.0       0.0.0.0         255.255.255.0   U     0      0        0 eth2&lt;BR /&gt;192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth2&lt;BR /&gt;0.0.0.0         10.15.1.1       0.0.0.0         UG    0      0        0 eth2&lt;BR /&gt;=========================&lt;BR /&gt;# ifconfig&lt;BR /&gt;eth2      Link encap:Ethernet  HWaddr 00:15:60:0E:EC:7B  &lt;BR /&gt;          inet addr:10.15.1.5  Bcast:10.15.1.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::215:60ff:fe0e:ec7b/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:50173 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:16505 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0 &lt;BR /&gt;          RX bytes:6956614 (6.6 MiB)  TX bytes:11072793 (10.5 MiB)&lt;BR /&gt;=========================&lt;BR /&gt;but when i use the nslookup command i see this output&lt;BR /&gt;&lt;BR /&gt;# nslookup 10.15.1.5&lt;BR /&gt;Server:         10.15.1.2&lt;BR /&gt;Address:        10.15.1.2#53&lt;BR /&gt;&lt;BR /&gt;** server can't find 5.1.15.10.in-addr.arpa.: NXDOMAIN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;** server can't find 5.1.15.10.in-addr.arpa.: NXDOMAIN&lt;BR /&gt;&lt;BR /&gt;# nslookup syslog.sp.local&lt;BR /&gt;Server:         10.15.1.2&lt;BR /&gt;Address:        10.15.1.2#53&lt;BR /&gt;&lt;BR /&gt;** server can't find syslog.sp.local: NXDOMAIN&lt;BR /&gt;=========================&lt;BR /&gt;# more /etc/hosts&lt;BR /&gt;# Do not remove the following line, or various programs&lt;BR /&gt;# that require network functionality will fail.&lt;BR /&gt;127.0.0.1       localhost               loopback&lt;BR /&gt;::1             localhost6.localdomain6 localhost6&lt;BR /&gt;10.15.1.5 syslog.sp.local&lt;BR /&gt;=========================&lt;BR /&gt;and all other settings it's correct.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 02 Jan 2011 11:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268058#M52840</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-02T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268059#M52841</link>
      <description>&amp;gt; ** server can't find 5.1.15.10.in-addr.arpa.: NXDOMAIN&lt;BR /&gt;&lt;BR /&gt;The DNS server is telling you it cannot find a reverse-mapping record for the IP address you asked for. NXDOMAIN = Non-eXistent domain, the standard DNS server reply that means "According to all information available to me, what you asked for does not exist". &lt;BR /&gt;&lt;BR /&gt;In Linux, the "nslookup" command does not use /etc/hosts. It will always use DNS servers only.&lt;BR /&gt;&lt;BR /&gt;If you want to make a test query using whatever hostname resolution mechanisms are configured (i.e. just like a normal application does it), use the "getent" command:&lt;BR /&gt;&lt;BR /&gt;getent hosts 10.15.1.5&lt;BR /&gt;&lt;BR /&gt;If the response is "10.15.1.5 syslog.sp.local", then you've confirmed that /etc/hosts lookup works.&lt;BR /&gt;&lt;BR /&gt;(The "hosts" in the command line does not refer to /etc/hosts, but to the type of data queried: you can also do things like "getent passwd root". That might be useful if you're using LDAP or NIS for user account information but also have some local system accounts configured.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your IP address is 10.15.1.5 and your netmask is 255.255.255.0 (also known as /24). Assuming that these settings are correct for your network, your proxy server 10.15.1.150 should be reachable without going through any gateways. &lt;BR /&gt;&lt;BR /&gt;If the proxy is still not reachable, please run this command:&lt;BR /&gt;&lt;BR /&gt;ping -c 4 10.15.1.150; arp -vn&lt;BR /&gt;&lt;BR /&gt;It sends four pings to the proxy, waits awhile for answers, then prints out the ARP table of your host. (The ARP table entries can expire fairly quickly, so the table should be printed out immediately after pinging the target host or doing something else that causes a connection attempt.)&lt;BR /&gt;&lt;BR /&gt;What does the HWaddress field of the "arp -vn" output say for 10.15.1.150? &lt;BR /&gt;&lt;BR /&gt;If it contains the correct MAC address of your proxy server, then the proxy server is reachable at the hardware level: perhaps iptables firewall rules in either your server or the proxy might be blocking the traffic between them.&lt;BR /&gt;&lt;BR /&gt;If it contains some other MAC address, you might have an IP address conflict: both the proxy server and a server with this other MAC are claiming to have IP address 10.15.1.150, and the other server just happened to answer first.&lt;BR /&gt;&lt;BR /&gt;But if the HWaddress field for 10.15.1.150 says "(incomplete)", then the proxy server is not reachable in your network segment. In that case, you should talk to your network administrator, and ask questions like:&lt;BR /&gt;- is netmask 255.255.255.0 correct for your server and/or the proxy?&lt;BR /&gt;- are the switch ports of your server and the proxy server configured to the same VLAN (if applicable)?&lt;BR /&gt;- what network hardware is between your server and the proxy server, and could any of it be used to diagnose the connectivity problem further?&lt;BR /&gt;&lt;BR /&gt;And by the way, if you need a proxy to access external websites, you will most likely be unable to ping external sites: a WWW proxy will only pass through valid HTTP (and maybe HTTPS) requests, not pings. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 03 Jan 2011 09:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268059#M52841</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-01-03T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268060#M52842</link>
      <description>As it appears you can't access any other devices on the network, are you sure your connected to the proper NIC port? You haven't mentioned the server model, but from your postings it has at least threee NICs. Depending on how the kernel handles the PCI bus enumeration what you think is eth2 may not be what the kernel thinks is eth2. Try moving the cable to the other ports and see if you can ping another known device.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2011 16:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268060#M52842</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2011-01-03T16:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet access from redhat linux 5.5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268061#M52843</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;the problem from proxy ip&lt;BR /&gt;&lt;BR /&gt;thanks for all</description>
      <pubDate>Tue, 04 Jan 2011 08:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-internet-access-from-redhat-linux-5-5/m-p/5268061#M52843</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2011-01-04T08:09:50Z</dc:date>
    </item>
  </channel>
</rss>

