<?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 DHCP and DHCPD in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807418#M88786</link>
    <description>I am having another issue that i am unable to resolve.&lt;BR /&gt;&lt;BR /&gt;Here is the problem:&lt;BR /&gt;When I connect my RH Linux 7.2 server to the internet to eth0 my cable modem and hub goes nuts. When I check PS -AX | grep DHCP, There is an entry for ..../dhcpd -n eth0. Unfortunately I can not have this due to the fact that this is the ATTBI connection. When I kill the process for the DHCP -n eth0 i then lose eth0 from ifconfig. And when I enable eth0, sure and behold, the connection does the same thing AGAIN. when I check PS -AX again, the same entry is back (only with a different PID). I have even gone as far as changing the ethernet configuration (eth0 -&amp;gt; eth1, and vice versa). When I attempt to start the DHCP server again, I get an errormessage stating that I need to supplu subnet parameters in the dhcpd.conf file.&lt;BR /&gt;&lt;BR /&gt;Here is my dhcpd.conf file:&lt;BR /&gt;option netbios-name-servers 192.168.0.250;&lt;BR /&gt;option netbios-dd-server 192.168.0.250;&lt;BR /&gt;option domain-name-servers 192.168.0.250;&lt;BR /&gt;option domain-name "attbi.com";&lt;BR /&gt;option routers 192.168.0.250;&lt;BR /&gt;option broadcast-address 192.168.0.255;&lt;BR /&gt;option subnet-mask 255.255.0.0;&lt;BR /&gt;allow unknown-clients;&lt;BR /&gt;default-lease-time 31536000;&lt;BR /&gt;max-lease-time 31536000;&lt;BR /&gt;subnet 192.168.0.0 netmask 255.255.255.0 {&lt;BR /&gt;        range 192.168.0.100 192.168.0.200;&lt;BR /&gt;        host jschultz-laptop {&lt;BR /&gt;                hardware ethernet XX:XX:XX:XX:XX:XX;&lt;BR /&gt;                fixed-address 192.168.0.3;&lt;BR /&gt;        }&lt;BR /&gt;        host jschultz-desk {&lt;BR /&gt;                hardware ethernet XX:XX:XX:XX:XX:XX;&lt;BR /&gt;                fixed-address 192.168.0.2;&lt;BR /&gt;        }&lt;BR /&gt;}&lt;BR /&gt;subnet 12.254.199.73 netmask 255.255.254.0 {&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;And I have tried changing "subnet 12.254.199.73 netmask 255.255.254.0" to "subnet 12.254.199.0 netmask 255.255.254.0"&lt;BR /&gt;&lt;BR /&gt;Thanx in advanced for any assistance :)</description>
    <pubDate>Tue, 17 Sep 2002 05:44:26 GMT</pubDate>
    <dc:creator>John Schultz_3</dc:creator>
    <dc:date>2002-09-17T05:44:26Z</dc:date>
    <item>
      <title>DHCP and DHCPD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807418#M88786</link>
      <description>I am having another issue that i am unable to resolve.&lt;BR /&gt;&lt;BR /&gt;Here is the problem:&lt;BR /&gt;When I connect my RH Linux 7.2 server to the internet to eth0 my cable modem and hub goes nuts. When I check PS -AX | grep DHCP, There is an entry for ..../dhcpd -n eth0. Unfortunately I can not have this due to the fact that this is the ATTBI connection. When I kill the process for the DHCP -n eth0 i then lose eth0 from ifconfig. And when I enable eth0, sure and behold, the connection does the same thing AGAIN. when I check PS -AX again, the same entry is back (only with a different PID). I have even gone as far as changing the ethernet configuration (eth0 -&amp;gt; eth1, and vice versa). When I attempt to start the DHCP server again, I get an errormessage stating that I need to supplu subnet parameters in the dhcpd.conf file.&lt;BR /&gt;&lt;BR /&gt;Here is my dhcpd.conf file:&lt;BR /&gt;option netbios-name-servers 192.168.0.250;&lt;BR /&gt;option netbios-dd-server 192.168.0.250;&lt;BR /&gt;option domain-name-servers 192.168.0.250;&lt;BR /&gt;option domain-name "attbi.com";&lt;BR /&gt;option routers 192.168.0.250;&lt;BR /&gt;option broadcast-address 192.168.0.255;&lt;BR /&gt;option subnet-mask 255.255.0.0;&lt;BR /&gt;allow unknown-clients;&lt;BR /&gt;default-lease-time 31536000;&lt;BR /&gt;max-lease-time 31536000;&lt;BR /&gt;subnet 192.168.0.0 netmask 255.255.255.0 {&lt;BR /&gt;        range 192.168.0.100 192.168.0.200;&lt;BR /&gt;        host jschultz-laptop {&lt;BR /&gt;                hardware ethernet XX:XX:XX:XX:XX:XX;&lt;BR /&gt;                fixed-address 192.168.0.3;&lt;BR /&gt;        }&lt;BR /&gt;        host jschultz-desk {&lt;BR /&gt;                hardware ethernet XX:XX:XX:XX:XX:XX;&lt;BR /&gt;                fixed-address 192.168.0.2;&lt;BR /&gt;        }&lt;BR /&gt;}&lt;BR /&gt;subnet 12.254.199.73 netmask 255.255.254.0 {&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;And I have tried changing "subnet 12.254.199.73 netmask 255.255.254.0" to "subnet 12.254.199.0 netmask 255.255.254.0"&lt;BR /&gt;&lt;BR /&gt;Thanx in advanced for any assistance :)</description>
      <pubDate>Tue, 17 Sep 2002 05:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807418#M88786</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-09-17T05:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP and DHCPD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807419#M88787</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you talking about dhcpd or dhcpcd ? dhcpd is the server daemon and dhcpcd is the client daemon.&lt;BR /&gt;&lt;BR /&gt;When you decide to boot your LAN connection using dhcp, the client daemon dhcpcd is started with the parameters stored in /etc/sysconfig/network-scripts/ifcfg-eth0.&lt;BR /&gt;&lt;BR /&gt;If the BOOTPROTO parameter is set to "dhcp", then "dhcpcd" is automatically started during boot process. If you kill this daemon, the networking interface disappears.&lt;BR /&gt;&lt;BR /&gt;To avoid doing this, change your network configuration to make it static.&lt;BR /&gt;&lt;BR /&gt;In /etc/sysconfig/network-scripts/ifcfg-eth0 :&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;BROADCAST=&lt;BROADCAST address=""&gt;&lt;BR /&gt;IPADDR=&lt;IP address=""&gt;&lt;BR /&gt;NETMASK=&lt;NETMASK&gt;&lt;BR /&gt;NETWORK=&lt;SUBNET address=""&gt;&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/SUBNET&gt;&lt;/NETMASK&gt;&lt;/IP&gt;&lt;/BROADCAST&gt;</description>
      <pubDate>Tue, 17 Sep 2002 19:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807419#M88787</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-09-17T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP and DHCPD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807420#M88788</link>
      <description>ok, clarification :)&lt;BR /&gt;eth0 is connected to ATTBI (it has to be set to obtain an IP from ATTBI) and the ETH1 is my private network and it needs to listen for requests.</description>
      <pubDate>Wed, 18 Sep 2002 00:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dhcp-and-dhcpd/m-p/2807420#M88788</guid>
      <dc:creator>John Schultz_3</dc:creator>
      <dc:date>2002-09-18T00:25:11Z</dc:date>
    </item>
  </channel>
</rss>

