Re: DNS + DHCP

2003-02-18 Thread Alex Malinovich
On Tue, 2003-02-18 at 08:30, Paul Johnson wrote: > On Mon, Feb 17, 2003 at 08:37:06AM -0600, Jeffrey L. Taylor wrote: > > They work okay together using Dynamic DNS (not things like dyndns.org, > > same name, different process). You can use TSIG (IIRC) to securely > > authenticate updates. > > I t

Re: DNS + DHCP

2003-02-18 Thread Wilfried Essig
Am Dienstag, 18. Februar 2003 15:30 schrieb Paul Johnson: > On Mon, Feb 17, 2003 at 08:37:06AM -0600, Jeffrey L. Taylor wrote: > > They work okay together using Dynamic DNS (not things like dyndns.org, > > same name, different process). You can use TSIG (IIRC) to securely > > authenticate updates.

Re: DNS + DHCP

2003-02-18 Thread Paul Johnson
On Mon, Feb 17, 2003 at 08:37:06AM -0600, Jeffrey L. Taylor wrote: > They work okay together using Dynamic DNS (not things like dyndns.org, > same name, different process). You can use TSIG (IIRC) to securely > authenticate updates. I tried before a couple times, and never could get it to work.

Re: DNS + DHCP

2003-02-17 Thread tallison
> Quoting Tom Allison <[EMAIL PROTECTED]>: >> How do these two play nice together? >> >> Do you still need the perl script to do it or have they configured a >> way to talk directly (DHCP3, BIND9)? >> >> I know at one point that there was a perl script that did a nice job >> going between the two.

Re: DNS + DHCP

2003-02-17 Thread Jeffrey L. Taylor
Quoting Tom Allison <[EMAIL PROTECTED]>: > How do these two play nice together? > > Do you still need the perl script to do it or have they configured a way > to talk directly (DHCP3, BIND9)? > > I know at one point that there was a perl script that did a nice job > going between the two. But

Re: DNS/DHCP servers (possibly?)

2001-10-01 Thread Ian Marlier
I can't really speak to the DNS part of this issue, but at the very least you can keep the IP address of each machine static using DHCP... Install DHCP, and then edit the /etc/dhcpd.conf file. Give global parameters (subnet info, nameserver addresses, etc) -- it's all in the dhcpd.conf man pa

Re: DNS-DHCP solution for linux?

1998-12-12 Thread Lee Bradshaw
On Wed, Dec 02, 1998 at 12:31:02PM +, John Lines wrote: > > Is there any such? It would be nice not having to update the DNS server by > > hand all the time. And using DHCP to assign IP:s automatically could solve > > this if there was a tool for updating the DNS server. > > > > There have be

Re: DNS-DHCP solution for linux?

1998-12-02 Thread John Lines
> Is there any such? It would be nice not having to update the DNS server by > hand all the time. And using DHCP to assign IP:s automatically could solve > this if there was a tool for updating the DNS server. > There have been some published patches to the ISC DHCP server (the one which is in th

Re: DNS-DHCP solution for linux?

1998-12-01 Thread Ben Jorgensen
> I'm not quite sure what you mean. For me, dhcpcd does assign a DNS server > via the /etc/dhcp/resolv.conf which it generates. However, it does not By a quick look at your script it looks like you're fixing your own /etc/hosts file. I'm talking about updating the dns server (BIND) for two c-net

Re: DNS-DHCP solution for linux?

1998-12-01 Thread Eric Jensen
I'm not quite sure what you mean. For me, dhcpcd does assign a DNS server via the /etc/dhcp/resolv.conf which it generates. However, it does not update several other things I would like it to and it does change some things I would like it to leave alone. In order to update these things, I use the

Re: DNS-DHCP solution for linux?

1998-12-01 Thread Stephen A. Witt
On Tue, 1 Dec 1998, Ben Jorgensen wrote: > Is there any such? It would be nice not having to update the DNS server by > hand all the time. And using DHCP to assign IP:s automatically could solve > this if there was a tool for updating the DNS server. > This is still in the protocol definition st