<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014867" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014867</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mandrake-and-nics#comment-1085759</link>
    <description> &lt;p&gt;&lt;strong&gt;Good news:&lt;/strong&gt; Box was ok.. router firmware was 0.0.5 versions behind.  Upgraded it, and the thing started working.&lt;/p&gt;
&lt;p&gt;I had my cousin come over, and his box stopped working, so we knew something was wrong with the network.  We checked my router, and he noticed that my firmware wasnt up to date.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bad news:&lt;/strong&gt; &lt;a href=&quot;http://webmaster-forums.com/showthread.php?s=&amp;amp;threadid=14877&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Jul 2001 01:54:20 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1085759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mandrake-and-nics#comment-1085739</link>
    <description> &lt;p&gt;Thanks, I&#039;ll get back to my box right after I eat.&lt;br /&gt;
I&#039;ll let you know how it goes.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Jul 2001 18:59:12 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1085739 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mandrake-and-nics#comment-1085716</link>
    <description> &lt;p&gt;Make sure that your DHCP client is installed. Here is some documentation from RedHat:&lt;br /&gt;
------------------------------------------------------------&lt;br /&gt;
 RedHat 6.x and Mandrake 6.x&lt;br /&gt;
DHCPcd configuration under RedHat 6.0+ is really easy. All you need to do is start the Control Panel by typing control-panel.&lt;/p&gt;
&lt;p&gt;Select &quot;Network Configuration&quot;&lt;/p&gt;
&lt;p&gt;Click on Interfaces&lt;/p&gt;
&lt;p&gt;Click Add&lt;/p&gt;
&lt;p&gt;Select Ethernet&lt;/p&gt;
&lt;p&gt;In the Edit Ethernet/Bus Interface select &quot;Activate interface at boot time&quot; as well as select &quot;DHCP&quot; as &quot;Interface configuration protocol&quot;&lt;/p&gt;
&lt;p&gt;Please note that in RedHat 6.x Redhat as default includes a DHCP client called pump instead of above mentioned dhcpcd. CD-ROM does include dhcpcd RPM so if you have no luck with pump try with dhcpcd. After you install dhcpcd (e.g. rpm -i dhcpcd-1.3.17pl2-1.i386.rpm) you will have to make some changes.&lt;/p&gt;
&lt;p&gt;Additional notes from Alexander Stevenson :&lt;/p&gt;
&lt;p&gt;I had no luck with DHCPcd. What finally worked for me was &quot;pump&quot;, which comes with Linux Mandrake 6.0 (and so I assume it is included with RedHat as well). The command I used was:&lt;/p&gt;
&lt;p&gt;pump -i eth0 -h hostname&lt;/p&gt;
&lt;p&gt;It didn&#039;t matter what &quot;hostname&quot; was, but without it the server would not respond.&lt;/p&gt;
&lt;p&gt;I then changed the line in my /sbin/ifup script to reflect the change; the default version does not have the -h switch, and so didn&#039;t work for me.&lt;/p&gt;
&lt;p&gt;Basically, if you&#039;re using linuxconf, and after setting the adapter to &quot;DHCP&quot; it still doesn&#039;t work, try adding a &quot;-h hostname&quot; to the pump line in the /sbin/ifup script. My script now looks like this:&lt;/p&gt;
&lt;p&gt;...&lt;br /&gt;
if [ -n &quot;$PUMP&quot; ]; then&lt;br /&gt;
    echo -n &quot;Determining IP information for $DEVICE...&quot;&lt;br /&gt;
    if /sbin/pump -i $DEVICE -h hostname; then&lt;br /&gt;
        echo &quot; done.&quot;&lt;br /&gt;
    else&lt;br /&gt;
        echo &quot; failed.&quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
    fi&lt;br /&gt;
else ...&lt;/p&gt;
&lt;p&gt;Another more elegant way to add hostname field is provided by Aad van der Klaauw:&lt;/p&gt;
&lt;p&gt;Currently i&#039;m configuring a gateway system at home, needed to set the MAC address and use the &#039;-h hostname&#039; workaround. So I decided to *not* change the script but to use the configure file. In my /etc/sysconfig/network-scripts/ifcfg-eth0 I have added the following&lt;/p&gt;
&lt;p&gt;DEVICE=&quot;eth0&quot;&lt;br /&gt;
MACADDR=&quot;00:11:22:33:44:55&quot;&lt;br /&gt;
DHCP_HOSTNAME=&quot;trigger_for_terayon&quot;&lt;/p&gt;
&lt;p&gt;Which will survive upgrades, and is imho a &quot;cleaner&quot; way.&lt;/p&gt;
&lt;p&gt;That is it. Reboot your machine or type /sbin/ifup eth0 on the command line.&lt;br /&gt;
------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Another good source is &lt;a href=&quot;http://www.cablemodeminfo.com&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;Cablemodeminfo&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Linksys router acts as a DHCP server, your computer will be a DHCP client. For some reason, during install sometimes the DHCP client is not installed. &lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Jul 2001 11:50:14 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1085716 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
