dhcp-agent-users Mailing List for dhcp-agent
Status: Alpha
Brought to you by:
actmodern
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Eriksson F. <fre...@sc...> - 2005-10-03 08:02:51
|
We have some dhcp-servers running and need to do some automated testing. What we want to do is run something that requests an ipadress from the dhcpserver without setting it to the nic. Then it also should verify that the "fake" host is set up in the dns before releasing its ipadress again. Does anybody now any script that does this or if there is any "fake" dhcpclient that we can use? Regards, Fredrik Eriksson |
From: Thamer Al-H. <tm...@wh...> - 2004-03-15 14:29:07
|
On Sun, 14 Mar 2004, David Hudak wrote: > All, > > Does anyone have a size comparison of dhcp-agent vs. the default ISC > implementations (dhclient and dhcpd)? I am interested in finding a > DHCP client/server solution with a smaller disk/RAM footprint. I've seen a few. This one is supposed to have a tiny footprint: http://freshmeat.net/projects/udhcp/ Unfortunately dhcp-agent has a large footprint after guile was linked into it. The design goal is to make it very extendable (especially on the server side). -- Thamer Al-Harbash GPG Key fingerprint: D7F3 1E3B F329 8DD5 FAE3 03B1 A663 E359 D686 AA1F |
From: David H. <dh...@ka...> - 2004-03-14 17:02:45
|
All, Does anyone have a size comparison of dhcp-agent vs. the default ISC=20 implementations (dhclient and dhcpd)? I am interested in finding a=20 DHCP client/server solution with a smaller disk/RAM footprint. Regards, Dave Hudak --- David E. Hudak, Ph.D.=A0=A0 dh...@ka... Karlnet, Inc. 525 Metro Place North, Suite 100 Dublin, OH=A0 43017 Office:=A0 614-822-5275 Fax:=A0=A0=A0=A0 614-822-0024 www.karlnet.com |
From: Thamer Al-H. <tm...@wh...> - 2003-07-08 17:28:41
|
dhcp-agent-0.40 errata --------------------- The sysconf dns configuration has a bug in it. The /etc/resolv.conf is not truncated when written to. This will be fixed in the next release. Here's a patch to dhcp-agent-0.40 cd conf/dhcp-client patch < /path/to/patch file Index: default.sysconf =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/dhcp-client/default.sysconf,v retrieving revision 1.1 diff -C3 -r1.1 default.sysconf *** default.sysconf 5 Jul 2003 19:30:51 -0000 1.1 --- default.sysconf 8 Jul 2003 17:23:43 -0000 *************** *** 69,75 **** (lambda () (if (do-configure) ! (let ((resolv-conf-file-port (open "/etc/resolv.conf" O_WRONLY 0644))) (client-info-message "configuring resolver") (map-in-order (lambda (dns-server) --- 69,75 ---- (lambda () (if (do-configure) ! (let ((resolv-conf-file-port (open "/etc/resolv.conf" (logior O_WRONLY O_TRUNC) 0644))) (client-info-message "configuring resolver") (map-in-order (lambda (dns-server) -- Thamer Al-Harbash |
From: Thamer Al-H. <tm...@wh...> - 2003-07-04 06:36:32
|
On Fri, 4 Jul 2003, Jon Nistor wrote: > 4.7-RC dated Sept 24, 2002 Does the RC there stand for "Release Candidate"? There's nothing I can do for you if that's the case. Release candidates are beta quality. This is most likely a kernel bug which was subsequently fixed. I have a hunch you'll see no such problem against the stable releases of 4.7 or 4.6 even. -- Thamer Al-Harbash |
From: Jon N. <ni...@sn...> - 2003-07-04 06:10:40
|
4.7-RC dated Sept 24, 2002 On Thu, 3 Jul 2003, Thamer Al-Harbash wrote: ||On Wed, 2 Jul 2003, Thamer Al-Harbash wrote: || ||> > [root@koala:/opt/dhcp/sbin]: ./dhcp-client -i de0 -c ||> > dhcp-client : (C) 2002 Thamer Al-Harbash <tm...@wh...> ||> > dhcp-client : See LICENSE file for details. ||> > dhcp-client : ||> > [root@koala:/opt/dhcp/sbin]: ifconfig -a ||> > de0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 ||> > inet 0.0.0.0 netmask 0xffffff80 broadcast 63.139.147.255 ||> > ether 00:c0:f0:4a:71:a6 ||> > media: Ethernet 10baseT/UTP <full-duplex> ||> > status: active ||> > ||> > then when I run dhcp-client again to get an ip, it doesn't work because ||> > the broadcast is wrong(?). || ||I have been unable to reproduce this bug on FreeBSD-4.8 using the ||lnc0 driver with dhcp-agent-0.39 || ||At invocation dhcp-agent seems to correctly clear the ||interface. I'm not aware of any changes since 0.39 which would ||have fixed this. || ||Could you let me know what version of FreeBSD you are running? || ||-- ||Thamer Al-Harbash || || ||------------------------------------------------------- ||This SF.Net email sponsored by: Free pre-built ASP.NET sites including ||Data Reports, E-commerce, Portals, and Forums are available now. ||Download today and enter to win an XBOX or Visual Studio .NET. ||http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 ||_______________________________________________ ||dhcp-agent-users mailing list ||dhc...@li... ||https://lists.sourceforge.net/lists/listinfo/dhcp-agent-users || ______ Jon (ni...@sn...) - iioiiooo.oiiiiiio.oioiioio.ooooooio : EOF : |
From: Thamer Al-H. <tm...@wh...> - 2003-07-04 03:14:44
|
On Wed, 2 Jul 2003, Thamer Al-Harbash wrote: > > [root@koala:/opt/dhcp/sbin]: ./dhcp-client -i de0 -c > > dhcp-client : (C) 2002 Thamer Al-Harbash <tm...@wh...> > > dhcp-client : See LICENSE file for details. > > dhcp-client : > > [root@koala:/opt/dhcp/sbin]: ifconfig -a > > de0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > > inet 0.0.0.0 netmask 0xffffff80 broadcast 63.139.147.255 > > ether 00:c0:f0:4a:71:a6 > > media: Ethernet 10baseT/UTP <full-duplex> > > status: active > > > > then when I run dhcp-client again to get an ip, it doesn't work because > > the broadcast is wrong(?). I have been unable to reproduce this bug on FreeBSD-4.8 using the lnc0 driver with dhcp-agent-0.39 At invocation dhcp-agent seems to correctly clear the interface. I'm not aware of any changes since 0.39 which would have fixed this. Could you let me know what version of FreeBSD you are running? -- Thamer Al-Harbash |
From: Thamer Al-H. <tm...@wh...> - 2003-07-02 15:37:28
|
On Wed, 2 Jul 2003, Jon Nistor wrote: > > [root@koala:/opt/dhcp/sbin]: ./dhcp-client -i de0 -c > dhcp-client : (C) 2002 Thamer Al-Harbash <tm...@wh...> > dhcp-client : See LICENSE file for details. > dhcp-client : > [root@koala:/opt/dhcp/sbin]: ifconfig -a > de0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > inet 0.0.0.0 netmask 0xffffff80 broadcast 63.139.147.255 > ether 00:c0:f0:4a:71:a6 > media: Ethernet 10baseT/UTP <full-duplex> > status: active > > then when I run dhcp-client again to get an ip, it doesn't work because > the broadcast is wrong(?). Looks like dnet isn't clearing the interface as it should on FreeBSD. This is probably my fault for not passing the incorrect values. Linux and BSD both seem to have very different semantics when it comes to interface handling. Thanks. I'll add this to the ERRATA, and try to get a patch out tonight or tommorow. -- Thamer Al-Harbash |
From: Thamer Al-H. <tm...@wh...> - 2003-03-13 21:18:26
|
On Thu, 13 Mar 2003, Nelson, Dave wrote: > Is there a way to run DHCP agent on Windows 2000 PRO. I believe you > used to be able to do this on Windows NT 4.0 but I can not find > information on doing this on Windows 2000. > > Any help would be appreciated. No. The dhcp-agent software is UNIX only. I'm not aware of any ports of it to NT. There should be software for Win 2k Pro. You may want to visit Microsoft's website where you will find more information and support. -- Thamer Al-Harbash http://www.whitefang.com/ (if (> pressure too-much-pressure) 'play-ac2 'work) |
From: Nelson, D. <Dav...@wo...> - 2003-03-13 20:56:29
|
Is there a way to run DHCP agent on Windows 2000 PRO. I believe you used to be able to do this on Windows NT 4.0 but I can not find information on doing this on Windows 2000. =20 Any help would be appreciated. =20 Dave Nelson |
From: <he...@ns...> - 2003-01-09 08:29:43
|
Sorry for interrupting you - click refuse <mailto:ma...@ns...> for no more mail... =09 =A1=A1 =09 - Welcome to Domain Free Auction <http://www.DomainLinkers.com/English.asp> site - =09 <http://www.domainlinkers.com/English.asp> Domain Auction: Do you want to sell or buy Internet domains? The DomainLinkers.com is the best place to deal your domains! Do not hesitate to visit NOW! Sell or Buy Your Internet Domains ! <http://www.domainlinkers.com/English.asp>=20 Have a nice day. Thank you. =09 |
From: <he...@ns...> - 2002-09-27 16:09:51
|
Sorry for interrupting you - click refuse <mailto:ma...@ns...> for no more mail... =09 =A1=A1 =09 - Welcome to NabiTel's <http://www.nabitel.com/English.asp> software products and portal services - =09 Software Products =09 <http://www.Nabitel.com/English.asp>=20 Web Robot: also called web spider or web crawler, collects useful web page informations by navigating world wide web sites.=20 Download free trial version now ! <http://www.nabitel.com/English.asp>=20 <http://www.Nabitel.com/English.asp> eMail ID Collector: Collects email ids publicly opened on various web pages.=20 Download free trial version now ! <http://www.nabitel.com/English.asp>=20 Portal Services =09 <http://www.nabitel.com/English.asp> Web Portal: Do you have your own home page and want to broadcast it all over the world ? Register your home page to NabiTel Portal Now !! (nabi=3Da butterfly) Register your home page now, it's free ! <http://www.nabitel.com/English.asp>=20 <http://www.AllThatCars.com/English.asp> Automobiles: Do you want to sell or buy automobiles ? Cars, trucks, limos, airplanes, ships,.... All That Cars are here ! Register your vehicles now, it's free ! <http://www.AllThatCars.com/English.asp>=20 <http://www.AllThatComputers.Com> Computers: Do you want to sell or buy computers ? PCs, printers, scanners, servers, mainframes, .... All That Computers are here !=20 Register your computers now, it's free ! <http://www.AllThatComputers.com/English.asp>=20 <http://www.AllThatFoods.Com/English.asp> =09 Food & Restaurants: Are you seeking for a nice place to eat ? Or do you run a restaurant ? Foods of the world, restaurants of the world, .... All That Foods are here !=20 Register your restaurant now, it's free ! <http://www.AllThatFoods.com/English.asp>=20 Have a nice day. Thank you. =09 |