Re: dhcpd runs as root

2013-08-30 Thread Jerry Stuckle
On 8/30/2013 12:04 AM, Chris Bannister wrote: On Thu, Aug 29, 2013 at 09:25:31AM -0400, Jerry Stuckle wrote: The problem with changing upstream code is it is not a one-shot deal. Changes must be investigated and applied every time a new version comes out, which means someone has to keep track o

Re: dhcpd runs as root

2013-08-29 Thread Chris Bannister
On Thu, Aug 29, 2013 at 09:25:31AM -0400, Jerry Stuckle wrote: > > The problem with changing upstream code is it is not a one-shot > deal. Changes must be investigated and applied every time a new > version comes out, which means someone has to keep track of the > changes which were done, and see

Re: dhcpd runs as root

2013-08-29 Thread Iain M. Conochie
Does the daemon allow dropping privileges? If not, then it will bot be able to bind to a port below 1024. This option does not seem to be available in dhcpd Cheers Iain Andrew Wood wrote: >On 28/08/13 01:13, Jerry Stuckle wrote: >> >> Reading through the bug report, it look

Re: dhcpd runs as root

2013-08-29 Thread Jerry Stuckle
On 8/29/2013 8:24 AM, Andrew Wood wrote: On 28/08/13 01:13, Jerry Stuckle wrote: Reading through the bug report, it looks like upstream didn't accept it. Debian stays as close as possible to upstream, for good reason. I agree its good to keep things as close as possible to upstream, but unles

Re: dhcpd runs as root

2013-08-29 Thread Andrew Wood
On 28/08/13 01:13, Jerry Stuckle wrote: Reading through the bug report, it looks like upstream didn't accept it. Debian stays as close as possible to upstream, for good reason. I agree its good to keep things as close as possible to upstream, but unless upstream can present some compelling ar

Re: dhcpd runs as root

2013-08-27 Thread Rob Owens
On Tue, Aug 27, 2013 at 08:13:43PM -0400, Jerry Stuckle wrote: > On 8/27/2013 5:26 PM, Andrew Wood wrote: > >Why does dhcpd (installed from isc-dhcp-server package in WHeezy) run as > >root not a less privileged user? > > > >The only reference to this subject I can fi

Re: dhcpd runs as root

2013-08-27 Thread Jerry Stuckle
On 8/27/2013 5:26 PM, Andrew Wood wrote: Why does dhcpd (installed from isc-dhcp-server package in WHeezy) run as root not a less privileged user? The only reference to this subject I can find is this bug report first filed in 2005 and seemingly still not fixed... http://bugs.debian.org/cgi-bin

dhcpd runs as root

2013-08-27 Thread Andrew Wood
Why does dhcpd (installed from isc-dhcp-server package in WHeezy) run as root not a less privileged user? The only reference to this subject I can find is this bug report first filed in 2005 and seemingly still not fixed... http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308832 Surely

Re: [OT] dhcpd and always-broadcast

2012-10-11 Thread Kushal Kumaran
On Thu, Oct 11, 2012 at 11:36 PM, Panayiotis Karabassis wrote: > On 10/11/2012 07:51 AM, Kushal Kumaran wrote: >> On Wed, Oct 10, 2012 at 9:26 PM, Panayiotis Karabassis >> wrote: >>> Hey, >>> >>> I have an OT question about the always-broadcast option

Re: [OT] dhcpd and always-broadcast

2012-10-11 Thread Panayiotis Karabassis
On 10/11/2012 07:51 AM, Kushal Kumaran wrote: > On Wed, Oct 10, 2012 at 9:26 PM, Panayiotis Karabassis > wrote: >> Hey, >> >> I have an OT question about the always-broadcast option of the dhcpd server. >> >> Based on the Wikipedia article, all DHCP messa

Re: [OT] dhcpd and always-broadcast

2012-10-10 Thread Kushal Kumaran
On Wed, Oct 10, 2012 at 9:26 PM, Panayiotis Karabassis wrote: > Hey, > > I have an OT question about the always-broadcast option of the dhcpd server. > > Based on the Wikipedia article, all DHCP messages to the client are sent > to the broadcast address. This makes sense, sinc

[OT] dhcpd and always-broadcast

2012-10-10 Thread Panayiotis Karabassis
Hey, I have an OT question about the always-broadcast option of the dhcpd server. Based on the Wikipedia article, all DHCP messages to the client are sent to the broadcast address. This makes sense, since the UDP protocol used by DHCP runs on top of the IP protocol, and the client does not have

Re: dhcpd tftp boot server configuration

2011-03-10 Thread urpion
--- b...@iguanasuicide.net wrote: From: "Boyd Stephen Smith Jr." To: debian-user@lists.debian.org Cc: urp...@linuxwaves.com Subject: Re: dhcpd tftp boot server configuration Date: Sun, 27 Feb 2011 12:36:20 -0600 In <20110225224107.36ea4...@resin06.mta.everyone.net>, urp

Re: dhcpd tftp boot server configuration

2011-02-27 Thread Boyd Stephen Smith Jr.
In <20110225224107.36ea4...@resin06.mta.everyone.net>, urpion urpion wrote: >Hello! I need [...] >declaration?here's what I got in >/etc/dhcp/dhcpd.conf## Sample >configuration file for ISC dhcpd for >Debian### The I can't understand you through the HTML. Also, it

dhcpd tftp boot server configuration

2011-02-26 Thread urpion urpion
r-name the host name of the server? And am I defining the client host name in the host declaration?here's what I got in /etc/dhcp/dhcpd.conf## Sample configuration file for ISC dhcpd for Debian### The ddns-updates-style parameter controls whether or not the server will# attempt to do a DNS up

Re: dhcpd

2009-05-27 Thread pch0317
Steve Kemp wrote: On Wed May 27, 2009 at 21:21:07 +0200, pch0317 wrote: Can I use two "range" entry in dhcpd.conf? What happened when you tried it? or can I use two "range" in "pool" bracket? What happened when you tried it? Seriously the time it takes to test this

Re: dhcpd

2009-05-27 Thread Steve Kemp
On Wed May 27, 2009 at 21:21:07 +0200, pch0317 wrote: > Can I use two "range" entry in dhcpd.conf? What happened when you tried it? > or can I use two "range" in "pool" bracket? What happened when you tried it? Seriously the time it takes to test this has got to be less than the time it

dhcpd

2009-05-27 Thread pch0317
Hello Can I use two "range" entry in dhcpd.conf? For example: - ddns-update-style none; option domain-name "dom.org"; option domain-name-servers 192.168.0.2, 192.168.0.3; default-lease-time 4; max-lease-t

config of dhcpd

2008-10-22 Thread abdelkader belahcene
Hi, I want to add to my dhcp server config the equivalent of the windows option in option 252: we put the address of the file wpad (web proxy autodiscovry protocole) to get address of proxy. Therefore the client (firefox , ..) can auto detect the proxy info (address and port). thanks for h

Re: dhcpd is screwing with me...

2008-06-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/20/08 10:39, Forsaken wrote: > On Fri, 20 Jun 2008 11:17:16 -0400 > Forsaken <[EMAIL PROTECTED]> wrote: > > Nevermind, I'm just being retarded. Here's the guilty culprit right > here: > >> subnet 192.168.2.0 netmask 255.255.255.0 { >> r

Re: dhcpd is screwing with me...

2008-06-20 Thread Forsaken
On Fri, 20 Jun 2008 11:17:16 -0400 Forsaken <[EMAIL PROTECTED]> wrote: Nevermind, I'm just being retarded. Here's the guilty culprit right here: > subnet 192.168.2.0 netmask 255.255.255.0 { > range 192.168.2.100 192.168.3.200; Looked over it ten times and didn't see it until *after* I sp

Re: dhcpd is screwing with me...

2008-06-20 Thread Eduardo M KALINOWSKI
cast-address 192.168.2.255; > option subnet-mask 255.255.255.0; > option domain-name-servers 192.168.3.7; > } > > Whenever I try to start dhcpd, I get the following: > > [EMAIL PROTECTED]:/etc/dhcp3# /etc/init.d/dhcp3-server start > dhcpd self-test failed. Please fix t

dhcpd is screwing with me...

2008-06-20 Thread Forsaken
Vlan1: 192.168.2.0/24 Vlan2: 192.168.3.0/24 The switch has a trunk line to the router, which has subinterfaces setup to do intervlan routing. The individual ports for each vlan are restricted to that vlan. Vlan1 are my workstations, Vlan2 are my servers. I've setup dhcpd on a server in Vlan2. It ha

Re: DHCPD giving IP to wrong machine

2007-07-28 Thread Rob Sims
a fixed ip address. The server does > > not respect that entry and gives the IP address to another host with a > > different MAC address. I don't quite understand why it, dhcpd, should do > > that. Is normal behavior? > > > > OPPS, the messag

Re: DHCPD giving IP to wrong machine

2007-07-26 Thread Wayne Topa
ed ip address. The server does > > not respect that entry and gives the IP address to another host with a > > different MAC address. I don't quite understand why it, dhcpd, should do > > that. Is normal behavior? > > > > OPPS, the message left before I could paste

Re: DHCPD giving IP to wrong machine

2007-07-26 Thread Clarence W. Robison
C address. I don't quite understand why it, dhcpd, should do > that. Is normal behavior? > OPPS, the message left before I could paste snippets of the conf file. dhcpd.conf -- # # Global Options pid-file-name "/var/run/dhcpd

DHCPD giving IP to wrong machine

2007-07-26 Thread Clarence W. Robison
I have an entry in my dhcp3 dhcpd.conf which says that host xyz with certain MAC address should receive a fixed ip address. The server does not respect that entry and gives the IP address to another host with a different MAC address. I don't quite understand why it, dhcpd, should do tha

Re: resolvconf w/ dhcpd -> /etc/hosts not working

2005-06-15 Thread Meni Shapiro
On 6/12/05, LeVA <[EMAIL PROTECTED]> wrote: Hi!I'm using a dhcp3 client with resolvconf configuration. The ip updating andname server configuration works fine, but I can not use the /etc/hosts file.For example if I set this up in /etc/hosts: 192.168.0.1server.example.org   server That's ok  The

Re: resolvconf w/ dhcpd -> /etc/hosts not working

2005-06-12 Thread Thomas Stivers
On Sun, Jun 12, 2005 at 02:30:28 AM +0200, LeVA wrote: > Hi! > > I'm using a dhcp3 client with resolvconf configuration. The ip updating and > name server configuration works fine, but I can not use the /etc/hosts file. > For example if I set this up in /etc/hosts: Do you have the following in y

resolvconf w/ dhcpd -> /etc/hosts not working

2005-06-11 Thread LeVA
Hi! I'm using a dhcp3 client with resolvconf configuration. The ip updating and name server configuration works fine, but I can not use the /etc/hosts file. For example if I set this up in /etc/hosts: 192.168.0.1server.example.org server Then typing 'host server` will end up with the erro

dhcpd

2005-06-01 Thread jonny dennis
iam having trouble setting up a dhcp range i had it working then when i restarted the box without changing anything, i get a message saying dhcpd failed to start check syslog. in syslog the only errors i found were cant find lwresd.conf but the program lwresd is installed is this file obsolete? do

Re: dhcpd

2004-05-10 Thread David Cannings
On Monday 10 May 2004 09:38, [EMAIL PROTECTED] wrote: > I was just wondering if there is any way to know all the IP addresses > curently assigned by my dhcpd server (with associated MAC addresses)? If you are using the ISC dhcpd server, try the file /var/lib/dhcp/dhcpd.leases. Note that s

dhcpd

2004-05-10 Thread aurel . ric
Hi all, I was just wondering if there is any way to know all the IP addresses curently assigned by my dhcpd server (with associated MAC addresses)? Aurel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dhcpd configuration

2004-02-16 Thread Peter Quackenbush
Thanks. I'll give it a try. On Mon, 16 Feb 2004, Adam Aube wrote: > On Monday 16 February 2004 07:57 pm, Peter Quackenbush wrote: > > First, I'm not sure if this is the correct mailing list. > > Since your question is a general DHCP client question, this list is the > right place. > > > Is there

Re: dhcpd configuration

2004-02-16 Thread Adam Aube
On Monday 16 February 2004 08:45 pm, Brett Carrington wrote: > The problem is that it requires configuration on EVERY SINGLE cluster > machine. It's not really optimal if you want a real netboot kind of > cluster. The OP is trying to do something DHCP wasn't designed to do. Yes, it does require co

Re: dhcpd configuration

2004-02-16 Thread Brett Carrington
On Mon, Feb 16, 2004 at 08:38:53PM -0500, Adam Aube wrote: > On Monday 16 February 2004 07:57 pm, Peter Quackenbush wrote: > > First, I'm not sure if this is the correct mailing list. > > Since your question is a general DHCP client question, this list is the > right place. > > > Is there some c

Re: dhcpd configuration

2004-02-16 Thread Adam Aube
On Monday 16 February 2004 07:57 pm, Peter Quackenbush wrote: > First, I'm not sure if this is the correct mailing list. Since your question is a general DHCP client question, this list is the right place. > Is there some configuration I can give to the dhcp clients to tell them > which dhcp ser

dhcpd configuration

2004-02-16 Thread Peter Quackenbush
Howdy, First, I'm not sure if this is the correct mailing list. I couldn't find a better one like deiban-clustering or debian-beowulf, but if there is, please let me know. A couple of friends are attempting to set up a beowulf cluster on debian. I've currently installed dhcpd on

Re: dhcpd trouble

2004-02-08 Thread Alexander Fitterling
On Sat, Feb 07, 2004 at 05:40:50PM -0800, Johannes Graumann wrote: > Please let me know if you spot anything in the configs below. I am not sure about those - but have you set the necessary kernel options? that means you should have compiled the kernel with capabilites for dhcp. Unfortunately, I

dhcpd trouble

2004-02-07 Thread Johannes Graumann
Hello, I just installed 'testing' on my new VIA based machine using 2.6 (uname -a --> Linux server 2.6.0-1-386 #2 Sun Jan 11 16:54:21 EST 2004 i686 GNU/Linux). Since this is supposed to be the firewall for my home network I'm trying to get dhcpd to run - which I have sucessfull

Re: dhcpd,conf error - dhpcd won't start

2004-01-15 Thread Anthony Campbell
On 15 Jan 2004, Ryan Mackay wrote: > 192.168.0.20 is not a subnet, i think what you are after is 192.168.0.0 > -- > Cheers, > rinmak <[EMAIL PROTECTED]> > > Thanks to you and Jacob for the advice. I find I don't need dhcp after all for the moment, which is a relief, but I'll keep your replies fo

Re: dhcpd,conf error - dhpcd won't start

2004-01-14 Thread Ryan Mackay
192.168.0.20 is not a subnet, i think what you are after is 192.168.0.0 -- Cheers, rinmak <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dhcpd,conf error - dhpcd won't start

2004-01-14 Thread Jacob S.
> This produces the following error in syslog: > > -- > No subnet declaration for eth0 (192.168.0.20). > Jan 14 19:43:42 localhost dhcpd: Please write a subnet declaration in > your dhcpd.conf file for the Jan 14 19:43:42 localhost

dhcpd,conf error - dhpcd won't start

2004-01-14 Thread Anthony Campbell
eth0 (192.168.0.20). Jan 14 19:43:42 localhost dhcpd: Please write a subnet declaration in your dhcpd.conf file for the Jan 14 19:43:42 localhost dhcpd: network segment to which interface eth0 is attached. Jan 14 19:43:42 localhost dhcpd: exiting

Re: dhcpd sending unwanted bootp packets

2004-01-10 Thread Greg Norris
As it turns out, there was a typo in the firewall rules... the traffic in question was indeed legit. D'oh! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dhcpd sending unwanted bootp packets

2004-01-10 Thread Greg Norris
On Sat, Jan 10, 2004 at 05:27:33PM -0500, Bijan Soleymani wrote: > I don't know about the particulars but this is from man dhcpd.conf: >"The bootp keyword > > allow bootp; > deny bootp; > >The bootp flag is used to tell dhcpd whe

Re: dhcpd sending unwanted bootp packets

2004-01-10 Thread Bijan Soleymani
On Sat, Jan 10, 2004 at 03:53:29PM -0600, Greg Norris wrote: > It appears that sasami is trying to send bootp packets to one of the > internal boxes. As far as I can see, tho, dhcpd is configured for dhcp > only... I've included my dhcpd.conf below. Do I need to do something >

dhcpd sending unwanted bootp packets

2004-01-10 Thread Greg Norris
configured dhcpd to provide static IPs for all of the permanent boxes, as well as a pool of dynamic addresses. This seems to be working more-or-less as expected... known systems are getting the proper IPs, and others are being assigned one dynamically. Periodically, however, I'm seeing the fol

Re: dhcpd/tftp server subservient to another tftp server

2003-12-08 Thread Kent West
Kent West wrote: Kent West wrote: Kent West wrote: Kent West wrote: When I boot the client pc ("bi-12x"), it gets the IP address 150.252.217.49 from my dhcpd/tftp server, as indicated by the BIOS's PXE messages. But then, instead of finding the pxelinux.0 file on my dhcpd/

Re: dhcpd/tftp server subservient to another tftp server

2003-12-08 Thread Kent West
Kent West wrote: Kent West wrote: Kent West wrote: When I boot the client pc ("bi-12x"), it gets the IP address 150.252.217.49 from my dhcpd/tftp server, as indicated by the BIOS's PXE messages. But then, instead of finding the pxelinux.0 file on my dhcpd/tftp server, it fin

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Kent West
Kent West wrote: Kent West wrote: When I boot the client pc ("bi-19x"), it gets the IP address 150.252.x.y from my dhcpd/tftp server, as indicated by the BIOS's PXE messages. But then, instead of finding the pxelinux.0 file on my dhcpd/tftp server, it finds the campus'

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Kent West
Kent West wrote: When I boot the client pc ("bi-19x"), it gets the IP address 150.252.x.y from my dhcpd/tftp server, as indicated by the BIOS's PXE messages. But then, instead of finding the pxelinux.0 file on my dhcpd/tftp server, it finds the campus's central RIS serve

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Kent West
Kent West wrote: Albert Dengg wrote: On Tue, 02 Dec 2003 10:38:34 -0600 Kent West <[EMAIL PROTECTED]> wrote: How do I get my client to get my tftp offering instead of the RIS offering? BTW, the RIS server is on a different network segment. you can simply add "next-server yourserver;" to your

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Arnt Karlsen
On Tue, 02 Dec 2003 15:26:40 -0600, Kent West <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > Arnt Karlsen wrote: > > On Tue, 02 Dec 2003 10:38:34 -0600, > > Kent West <[EMAIL PROTECTED]> wrote in message > > >> fixed-address 150.252.x.y; # x & y to protect the innocent >

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Kent West
Arnt Karlsen wrote: On Tue, 02 Dec 2003 10:38:34 -0600, Kent West <[EMAIL PROTECTED]> wrote in message fixed-address 150.252.x.y; # x & y to protect the innocent ..said Kent posting from 128.51. ;-) Ssh-h-h! That's a secret! I've always wondered if it was of any worth to not publish full I

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Kent West
Albert Dengg wrote: On Tue, 02 Dec 2003 10:38:34 -0600 Kent West <[EMAIL PROTECTED]> wrote: How do I get my client to get my tftp offering instead of the RIS offering? BTW, the RIS server is on a different network segment. you can simply add "next-server yourserver;" to your dhcpd.conf, either fo

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Arnt Karlsen
;hardware ethernet 00:03:47:16:e2:58; >fixed-address 150.252.x.y; # x & y to protect the innocent ..said Kent posting from 128.51. ;-) >filename "/lts/2.4.22-ltsp-1/pxelinux.0"; > } > > When I boot the client pc ("bi-19x"), it gets the IP ad

Re: dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Albert Dengg
When I boot the client pc ("bi-19x"), it gets the IP address > 150.252.x.y from my dhcpd/tftp server, as indicated by the BIOS's PXE > messages. But then, instead of finding the pxelinux.0 file on my > dhcpd/tftp server, it finds the campus's central RIS server instead.

dhcpd/tftp server subservient to another tftp server

2003-12-02 Thread Kent West
fic client machines via their MAC layer addresses. Here's one section of that conf file: host bi-19x { hardware ethernet 00:03:47:16:e2:58; fixed-address 150.252.x.y;# x & y to protect the innocent filename "/lts/2.4.22-ltsp-1/pxelinux.0"; } When I boot the client pc ("

dhcpd and multiple interfaces

2003-08-14 Thread Aaron
e to always give my laptop the same IP because then it works with all of my /etc/hosts files on my other machines (no name server here!) This is what the entry looks like now: host yelena { hardware ethernet 00:06:5b:d5:39:35; fixed-address 192.168.0.6; } The problem is that dhc

Re: Kernel compile for dhcpd

2003-03-07 Thread Nathan E Norman
On Fri, Mar 07, 2003 at 05:35:55PM -0800, Curtis Vaughan wrote: [ Please don't top post, it makes your post hard to read and easier to ignore ] > Hubert Chan states that I can just take my old config file and copy to > the new tree. I assume you mean to copy it to where I am compiling the > ker

Re: Kernel compile for dhcpd

2003-03-07 Thread Curtis Vaughan
Hubert Chan states that I can just take my old config file and copy to the new tree. I assume you mean to copy it to where I am compiling the kernel. But in which folder exactly and I assume this is prior to running make-kpkg -config=menuconfig kernel-image On Wednesday, Mar 5, 2003, at 12:21

Re: Kernel compile for dhcpd

2003-03-05 Thread Johan Ehnberg
d the kernel for one server, dhcpd would not work. According to the error I didn't compile the kernel for certain aspects of dhcpd. However, when I went through all the configuration items in menuconfig I couldn't find what it seemed to be requiring. What in fact do I need to check for?

Re: Kernel compile for dhcpd

2003-03-05 Thread Hubert Chan
>>>>> "Curtis" == Curtis Vaughan <[EMAIL PROTECTED]> writes: Curtis> When I recompiled the kernel for one server, dhcpd would not Curtis> work. According to the error I didn't compile the kernel for Curtis> certain aspects of dhcpd. However, when I wen

Kernel compile for dhcpd

2003-03-05 Thread Curtis Vaughan
When I recompiled the kernel for one server, dhcpd would not work. According to the error I didn't compile the kernel for certain aspects of dhcpd. However, when I went through all the configuration items in menuconfig I couldn't find what it seemed to be requiring. What in fact do

Re: dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Vineet Kumar
> > > > > default-lease-time 600; > > > > > > but the DHCPREQEST messages are sent from the client every five minutes so > > > I think that's not it either. > > > > Just to hit on the obvious... Did you tell dhcpd to reload its >

Re: dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Bill Moseley
nt from the client every five minutes so > > I think that's not it either. > > Just to hit on the obvious... Did you tell dhcpd to reload its > configuration after making the change? (/etc/init.d/dhcp restart) Yep. Turns out that Hendrik Sattler was correct in that the cli

Re: dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Dave Sherohman
he > setting. I tried setting a "retry" but that was not it. > > In my server I've got > > default-lease-time 600; > > but the DHCPREQEST messages are sent from the client every five minutes so > I think that's not it either. Just to hit on the obvio

Re: dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Jeff
Gerald V. Livingston II, 2002-Dec-29 13:54 -0600: > Jeff said: > > > Bill Moseley, 2002-Dec-29 10:44 -0800: > >> > >> In my server I've got > >> > >> default-lease-time 600; > >> > >> but the DHCPREQEST messages are sent from the client every five > >> minutes so > > > The default lease time is

Re: dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Gerald V. Livingston II
Jeff said: > Bill Moseley, 2002-Dec-29 10:44 -0800: >> >> In my server I've got >> >> default-lease-time 600; >> >> but the DHCPREQEST messages are sent from the client every five >> minutes so > The default lease time is in seconds, so 600 is 5 minutes. That's why > the clients make a new req

Re: dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Jeff
Bill Moseley, 2002-Dec-29 10:44 -0800: > > Running a few dhcp clients ends up generating a lot of DHCPREQUEST > messages. I'm not clear how to set the interval that the client sends > those requests. I looked at man dhclient.conf but didn't see the > setting. I tried setting a "retry" but that

dhcpd: how to quiet DHCPREQUEST in logs

2002-12-29 Thread Bill Moseley
Running a few dhcp clients ends up generating a lot of DHCPREQUEST messages. I'm not clear how to set the interval that the client sends those requests. I looked at man dhclient.conf but didn't see the setting. I tried setting a "retry" but that was not it. In my server I've got default-l

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Bill Moseley
At 04:05 PM 11/22/02 -0800, Jeff wrote: >Yeah, I saw that, but I don't what "SIGUSR1" is let alone how to send >one. Perhaps you can shed some light on that for me? man kill kill -USR1 -- Bill Moseley mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Jeff
Bill Moseley, 2002-Nov-22 14:15 -0800: > At 11:07 AM 11/22/02 -0800, Jeff wrote: > > (regarding dnsmasq) > > >I was just wondering if there's a way to view the cache. I couldn't > >find anything in the man page. Is it possible? > > I didn't try it but the man pages says: > >When it receiv

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Bill Moseley
At 11:07 AM 11/22/02 -0800, Jeff wrote: (regarding dnsmasq) >I was just wondering if there's a way to view the cache. I couldn't >find anything in the man page. Is it possible? I didn't try it but the man pages says: When it receives a SIGUSR1, dnsmasq writes cache statistics to the sys-

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Jeff
Jeff, 2002-Nov-22 10:25 -0800: > Bill Moseley, 2002-Nov-22 09:06 -0800: > > >I made one change to the > > >/etc/init.d/dnsmasq script to make it listen only on eth1 upon > > >startup. Quick and easy! > > > > I think you should be editing > >/etc/default/dnsmasq > > Oops! You're right. I ju

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Jeff
Bill Moseley, 2002-Nov-22 09:06 -0800: > >I made one change to the > >/etc/init.d/dnsmasq script to make it listen only on eth1 upon > >startup. Quick and easy! > > I think you should be editing >/etc/default/dnsmasq Oops! You're right. I just put that change here and also uncommented the

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Bill Moseley
At 06:02 AM 11/22/02 -0800, Jeff wrote: >I can vouch for dnsmasq. I just installed it based on this email. I >have a cable-modem connected to eth0 and eth1 goes to a hub and >several PC's that are NAT'd. Yep, I'm using it too. Seems fine, although not sure why not just use Bind (except that dns

Re: dhcpd and pppoe and name servers

2002-11-22 Thread Jeff
Bill Moseley, 2002-Nov-20 20:21 -0800: > At 08:41 PM 11/20/02 -0600, David Bell wrote: > >On Wed, 2002-11-20 at 17:57, Bill Moseley wrote: > >> 2) if the ppp-reported name server changes how do I update the "option > >> domain-name-servers" in my /etc/dhcpd.conf file automatically? > > > >I would r

Re: dhcpd and pppoe and name servers

2002-11-20 Thread Bill Moseley
At 08:41 PM 11/20/02 -0600, David Bell wrote: >On Wed, 2002-11-20 at 17:57, Bill Moseley wrote: >> 2) if the ppp-reported name server changes how do I update the "option >> domain-name-servers" in my /etc/dhcpd.conf file automatically? > >I would recommend running a caching DNS server on this box,

Re: dhcpd and pppoe and name servers

2002-11-20 Thread David Bell
On Wed, 2002-11-20 at 17:57, Bill Moseley wrote: > 2) if the ppp-reported name server changes how do I update the "option > domain-name-servers" in my /etc/dhcpd.conf file automatically? I would recommend running a caching DNS server on this box, since it will be used to service a LAN. This way,

dhcpd and pppoe and name servers

2002-11-20 Thread Bill Moseley
On the Debian machine eth0 will connect to the DSL modem, eth1 is MASQ'ed internal net. dhcpd is running on eth1. I have not used pppoe before (I have static IPs). I assume the ppp server supplies the name server on connection. 1) what's the procedure to automatically update /etc/r

Re: Apache, DHCPd, etc, on a low-end machine

2002-06-17 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jun 16, 2002 at 08:56:59PM -0500, Alex Malinovich wrote: > I have no doubt that the 133 can handle DHCP and DNS and NAT (if I can > get the two NICs in there to cooperate so that I can set up > ipmasquerading). However, can it effectively run

Re: Apache, DHCPd, etc, on a low-end machine

2002-06-16 Thread Derrick 'dman' Hudson
RDBMS to query on it too). | (It won't be running any GUI apps whatsoever, so the only things running | will be the various daemons and an instance of emacs.) Sounds good to me. I've got a 486SX (25MHz) with 8MB RAM at my parents' home handling NAT. It sometimes runs dhcpd and I

Apache, DHCPd, etc, on a low-end machine

2002-06-16 Thread Alex Malinovich
I'm looking to migrate away from Microsoft products completely, and one large step in that direction is to kill off my current primary server. It's a p II 350 running W2K Advanced Server running IIS for the web server and also handling DNS, DHCP, and NAT. It's also running as the primary print serv

Re: dhcpd won't start

2002-03-14 Thread Sean 'Shaleh' Perry
On 14-Mar-2002 Rick Pasotto wrote: > When I try to start dhcpd I get the following in daemon.log: > > Mar 14 10:27:30 tc dhcpd-2.2.x: socket: Protocol not available - make > sure CONFIG_PACKET and CONFIG_FILTER are defined in your kernel > configuration! > Mar 14 10:27:30 tc dh

dhcpd won't start

2002-03-14 Thread Rick Pasotto
When I try to start dhcpd I get the following in daemon.log: Mar 14 10:27:30 tc dhcpd-2.2.x: socket: Protocol not available - make sure CONFIG_PACKET and CONFIG_FILTER are defined in your kernel configuration! Mar 14 10:27:30 tc dhcpd-2.2.x: exiting. CONFIG_PACKET and CONFIG_FILTER *are* defined

Re: DHCPD - No subnet declaration?

2002-03-09 Thread Sean 'Shaleh' Perry
On 09-Mar-2002 Charlie Grosvenor wrote: > hi > My machine has three network cards in it each attached to a different > network. I am trying to use dhcpd to provide ip addresses to machines on two > of the networks but don't want it to provide ip addresses to the third >

DHCPD - No subnet declaration?

2002-03-09 Thread Charlie Grosvenor
hi My machine has three network cards in it each attached to a different network. I am trying to use dhcpd to provide ip addresses to machines on two of the networks but don't want it to provide ip addresses to the third network. I have but subnet declarations for the first two networks

Re: dhcpd

2002-01-24 Thread Jason Majors
> --exec /usr/sbin/dhcp eth1 eth2 > hth, I only have one nic in this box, so it's either that or lo. But I'll try that when I get home tonight. > > Mike > > Quoting Jason Majors <[EMAIL PROTECTED]>: > > > I'm trying to setup dhcpd on one machin

Re: dhcpd

2002-01-24 Thread Elizabeth Barham
A good way to debug this situation is to monitor syslog on the dhcp server as it gives a lot of details concerning leases it appropriates to clients. This way you can see who is talking to whom. Next on the list is tcpdump. Elizabeth

Re: dhcpd

2002-01-24 Thread Stonelx
AIL PROTECTED]>: > I'm trying to setup dhcpd on one machine and setup my notebook as a dhcp > client. I have this as my /etc/dhcpd.conf and have started dhcpd, but > the > notebook won't connect on dhcp. Any ideas? > > Thanks, > Jason > > > #dhcpd.conf

dhcpd

2002-01-24 Thread Jason Majors
I'm trying to setup dhcpd on one machine and setup my notebook as a dhcp client. I have this as my /etc/dhcpd.conf and have started dhcpd, but the notebook won't connect on dhcp. Any ideas? Thanks, Jason #dhcpd.conf # option definitions common to all supported networks... option d

[SOLVED] Re: Configuring dhcpd problem

2001-12-21 Thread Daniel Toffetti
tc/init.d/dhcp which i have doing what you want > > > > start) > > start-stop-daemon --start --quiet --pidfile $DHCPDPID \ > > --exec /usr/sbin/dhcpd eth1 -- -q > > Opsss, sorry but this didn't worked either. It keeps hanging the boot > process. >

Re: Configuring dhcpd problem

2001-12-21 Thread Marc Britten
p which i have doing what you want > > > > start) > > start-stop-daemon --start --quiet --pidfile $DHCPDPID \ > > --exec /usr/sbin/dhcpd eth1 -- -q > > Opsss, sorry but this didn't worked either. It keeps hanging the boot > process. > In case

Re: Configuring dhcpd problem

2001-12-21 Thread Daniel Toffetti
On Friday 21 December 2001 15:00, you wrote: > from my /etc/init.d/dhcp which i have doing what you want > > start) > start-stop-daemon --start --quiet --pidfile $DHCPDPID \ > --exec /usr/sbin/dhcpd eth1 -- -q Opsss, sorry but this didn't worked either. It ke

Configuring dhcpd problem

2001-12-21 Thread Daniel Toffetti
Hi all ! I have a proxy and I want it to serve IP addresses to the internal network using dhcpd. /etc/dhcpd.conf describes the internal subnet only, which corresponds to the interface eth1. Looking in /var/log/daemon.log, dhcpd is complaining that there is no declaration for the subnet

Re: Need help w/ dhcpd and shared-network option . . .

2001-12-12 Thread Jeff
Jeff Vincent, 2001-Dec-12 15:49 -0700: > Ahh!! The fog is beginning to lift. Thank's Jeff and Brandon (and > others)! :-) > > /*- From dhcpd.conf ?--- */ > option domain-name ""; > option routers X.Y.D.254; > option subnet-mask 255.255.252.0; > > default-lease-tim

Re: Need help w/ dhcpd and shared-network option . . .

2001-12-12 Thread Jeff Vincent
Ahh!! The fog is beginning to lift. Thank's Jeff and Brandon (and others)! I pasted in the output from ifconfig along with my dhcpd.conf as it is being used now (and appears to be working). /*- From ifconfig —--- */ eth0 Link encap:Ethernet HWaddr 00:04:AC:4C:5B:3F

Re: Need help w/ dhcpd and shared-network option . . .

2001-12-12 Thread Jeff
any of this > subnet in the dhcp pool) and now it seems to work. I am most confused. Ah! I didn't catch that the first time. Yeah, you have to declare all interfaces that the system has configured. Dhcpd checks them all and shouldn't even start the daemon if there is a configur

  1   2   >