Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Installation - Getting started with Red Hat Linux
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Taroon-list Digest, Vol 11, Issue 26

Taroon-list Digest, Vol 11, Issue 26

2005-01-17       - By s. lele

 Back
Reply:     1     2  

Hi Fred,

For Red Hat Enterprise Linux WS (v. 3 for x86) system,
dhcp rpm package is available for download from Red
Hat Network (RHN).
On Red Hat Network (RHN), dhcp-3.0pl2-6.14.1:1 rpm
package is available.
If you have registered your system with Red Hat
Network (RHN), then you can install dhcp rpm packages
with following command:
# up2date dhcp

After downloading dhcp rpm package, you will see the
files installed with dhcp package with following
command:
# rpm -ql dhcp

The sample dhcp configuration file is available is
/usr/share/doc/<dhcp_version>/dhcpd.conf.sample

DHCP server configuration file /etc/dhcpd.conf is not
available by default.
Hence, copy the sample file
/usr/share/doc/<dhcp_version>/dhcpd.conf.sample as
/etc/dhcpd.conf with following command:
#cp /usr/share/doc/<dhcp_version>/dhcpd.conf.sample
/etc/dhcpd.conf

Now configure the /etc/dhcpd.conf file as per your
requirement.

After configuring the  /etc/dhcpd.conf file, start the
dhcpd service with following command:
# service dhcpd restart

OR

# /etc/rc.d/init.d/dhcpd restart

To enable dhcpd service at boot time, run the
following command:
#chkconfig dhcpd on

Hope it helps.
Regards,

Satish.

--- taroon-list-request@(protected) wrote:

> Send Taroon-list mailing list submissions to
>   taroon-list@(protected)
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
>   http://www.redhat.com/mailman/listinfo/taroon-list
> or, via email, send a message with subject or body
> 'help' to
>   taroon-list-request@(protected)
>
> You can reach the person managing the list at
>   taroon-list-owner@(protected)
>
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Taroon-list digest..."
>
>
> Today's Topics:
>
>    1. RE: DHCP (Fred Magee)
>    2. RE: DHCP (Holger Eilhard)
>    3. RE: DHCP (Tom 'spot' Callaway)
>    4. RE: DHCP (Fred Magee)
>    5. RE: DHCP (Holger Eilhard)
>    6. Re: DHCP (inode0)
>    7. RE: DHCP (Fred Magee)
>    8. Are Nvidia nForce motherboards officially
> supported by RHEL
>       v3? (Lee Whatley, Contractor)
>    9. RE: dhcp (erik.welch@(protected))
>   10. Re: Are Nvidia nForce motherboards officially
> supported by
>       RHEL v3? (Kent Baxley)
>
>
>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>
> Message: 1
> Date: Fri, 14 Jan 2005 13:37:21 -0700
> From: "Fred Magee" <fred.magee@(protected)>
> Subject: RE: DHCP
> To: "'Discussion of Red Hat Enterprise Linux 3
> \(Taroon\)'"
>   <taroon-list@(protected)>
> Message-ID:
> <005e01c4fa78$d8ff8360$4301a8c0@(protected)>
> Content-Type: text/plain;   charset="US-ASCII"
>
> Yes, I created dhcpd.conf using a pretty generic
> version I found in one
> of the tutorials.  I've tried "up2date --showall |
> grep dhcpd" and get
> no hits.  I guess the next step is rpmfind?
>
> Fred Magee
>
> -- --Original Message-- --
> From: taroon-list-bounces@(protected)
> [mailto:taroon-list-bounces@(protected)] On Behalf Of
> Holger Eilhard
> Sent: Friday, January 14, 2005 1:33 PM
> To: 'Discussion of Red Hat Enterprise Linux 3
> (Taroon)'
> Subject: RE: DHCP
>
> Hi,
>
> > -- --Original Message-- --
> > From: taroon-list-bounces@(protected)
> > [mailto:taroon-list-bounces@(protected)] On Behalf
> Of Fred Magee
> > Sent: Friday, January 14, 2005 9:27 PM
> > To: 'Discussion of Red Hat Enterprise Linux 3
> (Taroon)'
> > Subject: RE: DHCP
> >
> > Thanks for the information Garrick.
> >
> > Unfortunately, I tried the commands with dhcpd too
> with the
> following
> > results:
> >
> >   [root@(protected) xinetd.d]# chkconfig --add dhcpd
> >   error reading information on service dhcpd: No
> such file or
> > directory
> >   [root@(protected) xinetd.d]# service dhcpd start
> >   dhcpd: unrecognized service
> >   [root@(protected) xinetd.d]# chkconfig dhcpd on
> >   error reading information on service dhcpd: No
> such file or
> > directory
> >
> > Is it worthwhile to do "rpm -e dhcp"?  I
> understand dhcpd is
> > in the dhcp
> > rpm.  Is this correct?  I do not see a dhcpd rpm.
>
> Do you have any *dhcp* files in /etc/init.d? And you
> wrote that you
> were using RHWS. I'm not sure if this version comes
> with a dhcp
> server. So did you use a Red Hat RPM?
>
> Holger
>
> --
> Taroon-list mailing list
> Taroon-list@(protected)
> http://www.redhat.com/mailman/listinfo/taroon-list
>
>
>
> -- ---- ---- ---- ---- ---- --
>
> Message: 2
> Date: Fri, 14 Jan 2005 21:41:09 +0100
> From: "Holger Eilhard" <h.eilhard@(protected)>
> Subject: RE: DHCP
> To: "'Discussion of Red Hat Enterprise Linux 3
> \(Taroon\)'"
>   <taroon-list@(protected)>
> Message-ID:
>
<200501142040.j0EKe6l8026214@(protected)>
> Content-Type: text/plain;   charset="US-ASCII"
>
> Hi,
>
> > -- --Original Message-- --
> > From: taroon-list-bounces@(protected)
> > [mailto:taroon-list-bounces@(protected)] On Behalf
> Of Collins,
> > Kevin (MindWorks)
> > Sent: Friday, January 14, 2005 9:37 PM
> > To: Discussion of Red Hat Enterprise Linux 3
> (Taroon)
> > Subject: RE: DHCP
> >
> > The ES version definitely has dhcpd:
>
> I know that it includes dhcpd (it's part of the dhcp
> RPM, just as you
> wrote), but I wrote about a seperate dhcpd RPM.
> Which in turn, does
> not exist. :)
>
> # up2date --showall |grep dhcp
> dhcp-3.0.1-10_EL3.i386
> dhcp-devel-3.0.1-10_EL3.i386
>
> Holger
>
>
>
> -- ---- ---- ---- ---- ---- --
>
> Message: 3
> Date: Fri, 14 Jan 2005 14:36:55 -0600
> From: "Tom 'spot' Callaway" <tcallawa@(protected)>
> Subject: RE: DHCP
> To: taroon-list@(protected)
> Message-ID:
> <1105735015.7217.101.camel@(protected)>
> Content-Type: text/plain
>
> On Fri, 2005-01-14 at 12:36 -0800, Collins, Kevin
> (MindWorks) wrote:
> > The ES version definitely has dhcpd:
>
> But WS does NOT. WS has dhclient, but no dhcp
> package. Remember that WS
> is not intended for supported use as a "server", and
> only includes a
> scant few "server" packages.
>
> ES & AS have dhcp (and dhcp-devel), which provides
> dhcpd.
>
> ~spot
> ---
> Tom "spot" Callaway <tcallawa(a)redhat*com> LCA,
> RHCE
> Red Hat Sales Engineer || Aurora Linux Project
> Leader
>
> "If you are going through hell, keep going."
> - Sir Winston Churchill
>
>
>
> -- ---- ---- ---- ---- ---- --
>
> Message: 4
> Date: Fri, 14 Jan 2005 13:42:55 -0700
> From: "Fred Magee" <fred.magee@(protected)>
> Subject: RE: DHCP
> To: "'Discussion of Red Hat Enterprise Linux 3
> \(Taroon\)'"
>   <taroon-list@(protected)>
>
=== message truncated ===



   
__ ____ ____ ____ ____ ____ ______
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail

--
Taroon-list mailing list
Taroon-list@(protected)
http://www.redhat.com/mailman/listinfo/taroon-list

Earn $52 per hosting referral at Lunarpages.