<?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: linux redhat 9 internet connection in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431566#M15089</link>
    <description>I'd start trying to connect/ping IP addresses rather than hostnames,thus eliminating possible hostname resolving problem.&lt;BR /&gt;&lt;BR /&gt;you might have problem with your dns server.&lt;BR /&gt;See if it's configured correctly.The line&lt;BR /&gt;nameserver x.x.x.x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;should appear under /etc/resolv.conf&lt;BR /&gt;where x.x.x.x is the address of the DNS server.</description>
    <pubDate>Sun, 28 Nov 2004 06:39:04 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-11-28T06:39:04Z</dc:date>
    <item>
      <title>linux redhat 9 internet connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431562#M15085</link>
      <description>I just setup a terminal running rh9. it is hooked up to a router and other workstation seems to be able to see it.. however i cant seem to connect it to the internet like other workstation (which is runnin on winxp).. wat could be the problem? &lt;BR /&gt;&lt;BR /&gt;thank u</description>
      <pubDate>Sun, 28 Nov 2004 01:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431562#M15085</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-11-28T01:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: linux redhat 9 internet connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431563#M15086</link>
      <description>One possibility-running firewall.&lt;BR /&gt;stop it with:&lt;BR /&gt;service iptables stop &lt;BR /&gt;and try to access the internet again.&lt;BR /&gt;Second possiblity:&lt;BR /&gt;bad network configuration,however if all your workstations connect the same way-via router and the linux has this router as default gateway-everything should work.&lt;BR /&gt;Edit the file:&lt;BR /&gt;/etc/sysconfig/network&lt;BR /&gt;specifically the line:&lt;BR /&gt;GATEWAY=&lt;BR /&gt;&lt;BR /&gt;the ip of the router's internal leg should be appended to this line-if it's not there.</description>
      <pubDate>Sun, 28 Nov 2004 01:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431563#M15086</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-28T01:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: linux redhat 9 internet connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431564#M15087</link>
      <description>HI Alex&lt;BR /&gt;&lt;BR /&gt; I tried stoping the firewall and adding the gateway. But still can't access internet.. I try pinging &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt; and it gives this &lt;BR /&gt;"[root@localhost sysconfig]# ping &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;ping: unknown host &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;what could be the problem?</description>
      <pubDate>Sun, 28 Nov 2004 02:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431564#M15087</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2004-11-28T02:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: linux redhat 9 internet connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431565#M15088</link>
      <description>Can you ping to an internal workstation ? &lt;BR /&gt;this should have worked now that you have the right gateway entry in /etc/sysconfig/network !&lt;BR /&gt;Also does a netstat -r show the correct settings &lt;BR /&gt;&lt;BR /&gt;Perhaps it is the iptables of the router between internal external that does not allow this node to do this ?, you could have a look at the log in /var/log/security to fish for some more informations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Nov 2004 05:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431565#M15088</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-11-28T05:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: linux redhat 9 internet connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431566#M15089</link>
      <description>I'd start trying to connect/ping IP addresses rather than hostnames,thus eliminating possible hostname resolving problem.&lt;BR /&gt;&lt;BR /&gt;you might have problem with your dns server.&lt;BR /&gt;See if it's configured correctly.The line&lt;BR /&gt;nameserver x.x.x.x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;should appear under /etc/resolv.conf&lt;BR /&gt;where x.x.x.x is the address of the DNS server.</description>
      <pubDate>Sun, 28 Nov 2004 06:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431566#M15089</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-28T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: linux redhat 9 internet connection</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431567#M15090</link>
      <description>Could it be you are using a Intel PRO/100 network card? &lt;BR /&gt;&lt;BR /&gt;In the RH 9 release, there was an error in the device driver distributed with the OS preventing the interface coming up. If this is the case, insert another well supported card, like 3COM 509 or 905, get online, download the device driver patch for the Intel card and try again...&lt;BR /&gt;&lt;BR /&gt;- k</description>
      <pubDate>Mon, 29 Nov 2004 08:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-9-internet-connection/m-p/3431567#M15090</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2004-11-29T08:20:08Z</dc:date>
    </item>
  </channel>
</rss>

