Re: DHCP server for other site

2021-12-10 Thread john doe
to the config shared-network datacenter.tio.nl { subnet 10.0.1.0 netmask 255.255.254.0 { } } Is this the recommended way or is there a better way? I want to keep one dhcp server per location and not have one dhcp server for all locations. That helps a lot with keeping the configs

RE: DHCP server for other site

2021-12-10 Thread Bonno Bloksma
gt; shared-network datacenter.tio.nl { > subnet 10.0.1.0 netmask 255.255.254.0 { > } > } > Is this the recommended way or is there a better way? I want to keep one dhcp > server per location and not have one dhcp server for all locations. That > helps a lot with keeping the config

DHCP server for other site

2021-12-08 Thread Bonno Bloksma
Hi, I want to move my DHCP servers to my datacenter as I am going to shut down the hypervisor hosts on some locations. If I just move the VM running the isc-dhcp-server software to the DC and change the ip of the VM then I get a warning when I try to start the dhcp software Dec 8 16:12:12

isc-dhcp-server and use-host-decl-names

2021-10-21 Thread Charles Curley
I run two dhcpd servers on my LAN with failover and DDNS updates. In the past I have set certain machines up with fixed addresses and host names, like so: host dragonw { option host-name "dragonw"; hardware ethernet ee:ee:ee:ee:ee:ee; fixed-address iii.iii.ii.i; ddns-hostname dragonw;

RE: ISC-DHCP server number of active leases

2021-06-10 Thread Bonno Bloksma
Hi Dan / list, >> I am running multiple isc-dhcp servers on Debian Linux. >> I have several sites with multiple networks and I use the isc-dhcp-server to >> hand out ip numbers in the various network segments. In most of the networks >> I have more then enough free

Re: ISC-DHCP server number of active leases

2021-06-07 Thread Dan Ritter
Bonno Bloksma wrote: > Hi, > > I am running multiple isc-dhcp servers on Debian Linux. > I have several sites with multiple networks and I use the isc-dhcp-server to > hand out ip numbers in the various network segments. In most of the networks > I have more then enough free

ISC-DHCP server number of active leases

2021-06-07 Thread Bonno Bloksma
Hi, I am running multiple isc-dhcp servers on Debian Linux. I have several sites with multiple networks and I use the isc-dhcp-server to hand out ip numbers in the various network segments. In most of the networks I have more then enough free ip numbers all the time. However, in some networks I

Re: DHCP server that itself gets an IP address by DHCP

2017-08-25 Thread Greg Wooledge
On Fri, Aug 25, 2017 at 10:12:07PM +0900, Mark Fletcher wrote: > However, now, based on your response I am thinking the AirStation is > just forwarding the DNS queries on to the nameservers it is given in > response to its DHCP query, and not actually caching anything... Very likely, yes. > wou

Re: DHCP server that itself gets an IP address by DHCP

2017-08-25 Thread Mark Fletcher
On Fri, Aug 25, 2017 at 08:14:29AM -0400, Greg Wooledge wrote: > On Fri, Aug 25, 2017 at 07:34:16AM +0900, Mark Fletcher wrote: > > On Thu, Aug 24, 2017 at 04:39:13PM -0400, Greg Wooledge wrote: > > > I strongly recommend just running your own caching DNS resolver on the >

Re: DHCP server that itself gets an IP address by DHCP

2017-08-25 Thread Greg Wooledge
On Fri, Aug 25, 2017 at 07:28:00AM +0900, Mark Fletcher wrote: > And, is dhclient a separate piece of software from systemd.networkd? Yes.

Re: DHCP server that itself gets an IP address by DHCP

2017-08-25 Thread Greg Wooledge
On Fri, Aug 25, 2017 at 07:34:16AM +0900, Mark Fletcher wrote: > On Thu, Aug 24, 2017 at 04:39:13PM -0400, Greg Wooledge wrote: > > I strongly recommend just running your own caching DNS resolver on the > > DHCP server host. ISP nameservers are often slow and unreliable. > &g

Re: DHCP server that itself gets an IP address by DHCP

2017-08-25 Thread Reco
ot; might be exactly what > I was after -- could an "appropriate dhclient hook" perhaps be used to > update the name servers being offered by the DHCP server? Sure it can. What you need is to copy /etc/dhcp/dhclient-enter-hooks.d/resolvconf under a different name and make changes

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Mark Fletcher
; > DNS requests from your LAN to correct DNS. Something like this should do > > > the trick: > > > > Not so straightforward because you still need to get the ISP's DNS and > > update the iptables rules whenever the DNS change. > > I strongly recommend

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Mark Fletcher
d do this trick. > I'd start with copying and modifying resolvconf one. > > I think the concept of "appropriate dhclient hook" might be exactly what I was after -- could an "appropriate dhclient hook" perhaps be used to update the name servers being offered by t

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Greg Wooledge
> the trick: > > Not so straightforward because you still need to get the ISP's DNS and > update the iptables rules whenever the DNS change. I strongly recommend just running your own caching DNS resolver on the DHCP server host. ISP nameservers are often slow and unreliable.

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Reco
Hi. On Thu, 24 Aug 2017 22:21:04 +0200 Pascal Hambourg wrote: > Le 24/08/2017 à 11:30, Reco a écrit : > > > > Somewhat hackish, but straightforward way to achieve this is to redirect > > DNS requests from your LAN to correct DNS. Something like this should do > > the trick: > > Not so

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Pascal Hambourg
Le 24/08/2017 à 11:30, Reco a écrit : Somewhat hackish, but straightforward way to achieve this is to redirect DNS requests from your LAN to correct DNS. Something like this should do the trick: Not so straightforward because you still need to get the ISP's DNS and update the iptables rules w

Re: threading, was Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Reco
Hi. On Thu, 24 Aug 2017 08:25:16 -0500 David Wright wrote: > On Thu 24 Aug 2017 at 12:30:35 (+0300), Reco wrote: > > Hi. > > > > In-Reply-To: <20170824074515.y4z2ummdigk2fcbn@kazuki.local> > > > [...] > > If you type: > > : > set edit_headers > > you should get the heade

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Bob Weber
g device, the language can't be > changed. So I like to futz with the settings on the AirStation as little > as possible. > > So I run dhcpd on the firewall machine, facing only the > local-network-facing interface, so that when the AirStation asks for an > IP address, it can be

threading, was Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread David Wright
On Thu 24 Aug 2017 at 12:30:35 (+0300), Reco wrote: > Hi. > > In-Reply-To: <20170824074515.y4z2ummdigk2fcbn@kazuki.local> > [...] If you type: : set edit_headers you should get the headers included in your composition window, and you can then stick the In-Reply-To: amongst its pe

Re: DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Reco
Hi. In-Reply-To: <20170824074515.y4z2ummdigk2fcbn@kazuki.local> On Thu, Aug 24, 2017 at 04:45:15PM +0900, Mark Fletcher wrote: > Is there any clever way to pass through the name server settings > the DHCP server provides, so that if the ISP should change its name > serv

DHCP server that itself gets an IP address by DHCP

2017-08-24 Thread Mark Fletcher
the local-network-facing interface, so that when the AirStation asks for an IP address, it can be provided with one. The Airstation is _itself_ running a DHCP server on its LAN ports / WiFi, which is how the rest of my machines on my network get their local IP addresses. So the DHCP server on m

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-18 Thread Toomas Tamm
the dhcpd.conf file > >> > in > >> > its proper place. > >> > > >> > Bonno Bloksma > >> > >> This is like 5 years old. At least back then I noticed the same > >> > >> so from within /etc/dhcp ln -s dhcpd.conf -> ..

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-18 Thread Mike Gabriel
Hi all, On Mo 18 Jan 2016 14:25:18 CET, Mike Gabriel wrote: I will rebuild my chroots, test removing again the CFLAGS export in debian/rules and test the resulting packages once more. New upload (+squeeze10) of isc-dhcp has just been dput to squeeze-lts. The new version should be availabl

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-18 Thread Mike Gabriel
c/dhcp ln -s dhcpd.conf -> ../dhcpd.conf I can confirm that the latest upgdate to isc-dhcp-server on 15-jan-2015 broke my squeeze-lts installation exactly in the same way. There definitely is an issue with the update and it did not appear at any earlier time. Regards, Toomas Tamm Estonia Tha

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-18 Thread Toomas Tamm
dhcpd.conf -> ../dhcpd.conf I can confirm that the latest upgdate to isc-dhcp-server on 15-jan-2015 broke my squeeze-lts installation exactly in the same way. There definitely is an issue with the update and it did not appear at any earlier time. Regards, Toomas Tamm Estonia

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-16 Thread Pascal Hambourg
(Resent) Hello, Mike Gabriel a écrit : > > I did not meet that issue on my test rig. I will check the recently > upload package and report back. FWIW, I just upgraded the isc-dhcp-server package on my i386 Squeeze server and did not meet that issue. It only has /etc/dhcp/dhcpd.conf

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-15 Thread Mike Gabriel
Hi Bonno, On Fr 15 Jan 2016 08:20:59 CET, Bonno Bloksma wrote: Please fix the package in Squeeze-lts so I can have the dhcpd.conf file in its proper place. I double checked yesterday's upload of isc-dhcp-server to squeeze-lts. The fix introduced there is very unrelated to file name

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-15 Thread Mike Gabriel
-> ../dhcpd.conf and no issue since then. I think the reason was that dhcp-server is now called isc-dhcp-server. But I do not recall why they renamed it. What does the maintainer says - there must have been reason for doing so. I did not meet that issue on my test rig. I will check the recen

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-15 Thread Eike Lantzsch
ame > > so from within /etc/dhcp ln -s dhcpd.conf -> ../dhcpd.conf > > and no issue since then. I think the reason was that dhcp-server is now > called isc-dhcp-server. But I do not recall why they renamed it. > > What does the maintainer says - there must have been reas

Re: isc-dhcp-server in squeeze-lst broken after update

2016-01-15 Thread deloptes
e then. I think the reason was that dhcp-server is now called isc-dhcp-server. But I do not recall why they renamed it. What does the maintainer says - there must have been reason for doing so.

isc-dhcp-server in squeeze-lst broken after update

2016-01-14 Thread Bonno Bloksma
Hi Debian-lts list, CC to Debian User because most people probably will not read debian-lts as well. I have one old Squeeze-lts system that is just running a DHCP server. Up until the update a few minutes ago there was no problem. I just did an apt-get update and apt-get upgrade, a few packages

Re: Debian 8.0 client : how to get hostname from DHCP server?

2015-07-10 Thread Jörg-Volker Peetz
I myself have no experience with that. Citing from the dhcpd man page of package dhcpcd5 I'm using: " ... If the hostname is currently blank, (null) or local‐ host, or force_hostname is YES or TRUE or 1 then dhcpcd sets the hostname to the one supplied by the D

Re: Debian 8.0 client : how to get hostname from DHCP server?

2015-07-10 Thread Nicolas Kovacs
Le 06/07/2015 11:50, Nicolas Kovacs a écrit : > I'm a Slackware user currently fiddling with Debian, and I'm > experimenting with central hostname management. On my network's server, > I have Dnsmasq running with the following configuration: Anyone ? -- Microlinux - Solutions informatiques durab

Debian 8.0 client : how to get hostname from DHCP server?

2015-07-06 Thread Nicolas Kovacs
Hi, I'm a Slackware user currently fiddling with Debian, and I'm experimenting with central hostname management. On my network's server, I have Dnsmasq running with the following configuration: # /etc/dnsmasq.conf domain-needed bogus-priv interface=eth1 dhcp-range=192.168.2.100,192.168.2.200,24h

Re: [OT] 2 dhcp server on same lan

2015-05-23 Thread Bob Proulx
ne > OpenBSD on a router and the other on Debian arm isc-dhcp-server on a > cubietruck. Training is almost always worth the effort as long as something is learned in the process. > One sends sync messages and the other connects to ip-ports - duh! > The philosophy of OpenBSD dhcp seem

Re: [OT] 2 dhcp server on same lan

2015-05-22 Thread Eike Lantzsch
On Thursday 21 May 2015 15:33:09 Bob Proulx wrote: > Pol Hallen wrote: > > On same network 192.168.1.0/24 I can put 2 AP with each one own dhcp > > server? (obviously with different range but on same network). > > > > router IP 192.168.1.1 > > AP1 IP 192.168.1.2

Re: [OT] 2 dhcp server on same lan

2015-05-21 Thread Bob Proulx
Pol Hallen wrote: > On same network 192.168.1.0/24 I can put 2 AP with each one own dhcp server? > (obviously with different range but on same network). > > router IP 192.168.1.1 > AP1 IP 192.168.1.2 (dhcp 192.168.100-149) > AP2 IP 192.168.1.3 (dhcp 192.168.150-199) What is the

Re: [OT] 2 dhcp server on same lan

2015-05-21 Thread Erwan David
On Thu, May 21, 2015 at 03:45:58PM CEST, Darac Marjal said: > On Thu, 21 May 2015 15:10:11 +0200 > Pol Hallen wrote: > > > Hi all and sorry for the OT > > > > On same network 192.168.1.0/24 I can put 2 AP with each one own dhcp > > server? (obviously with di

Re: [OT] 2 dhcp server on same lan

2015-05-21 Thread Pol Hallen
You can, but you will need to make sure that both servers are marked as "not authoritative" (if such a feature is available). not available... Be aware, though, that this could cause a newly-arriving client to take a bit longer to connect (Client: "I'd like to use 192.168.234.123... anyone? ..

Re: [OT] 2 dhcp server on same lan

2015-05-21 Thread Darac Marjal
On Thu, 21 May 2015 15:10:11 +0200 Pol Hallen wrote: > Hi all and sorry for the OT > > On same network 192.168.1.0/24 I can put 2 AP with each one own dhcp > server? (obviously with different range but on same network). You can, but you will need to make sure that both servers a

[OT] 2 dhcp server on same lan

2015-05-21 Thread Pol Hallen
Hi all and sorry for the OT On same network 192.168.1.0/24 I can put 2 AP with each one own dhcp server? (obviously with different range but on same network). router IP 192.168.1.1 AP1 IP 192.168.1.2 (dhcp 192.168.100-149) AP2 IP 192.168.1.3 (dhcp 192.168.150-199) Thanks for help! Pol

Re: isc-dhcp-server not receiving DHCPDISCOVER

2013-12-08 Thread Bob Proulx
Russell L. Carter wrote: > Bob Proulx wrote: > > Russell L. Carter wrote: > >> Ok, I need to do some experimenting here. I've broken out a long patch > >> cable to bypass the switch > > > > I would really be surprised if the switch has broken down. Not impossible > > of course. But what are the

Re: isc-dhcp-server not receiving DHCPDISCOVER

2013-12-07 Thread Russell L. Carter
7;d not have such a shiny head today if I had done this months ago, when I first noticed the weirdness. I just used the DD-WRT AP DHCP server so that I could maximize my procrastination metrics. So then the problem was to figure what was awry with the switch, a D-Link DGS-1224T. I thought I had

Re: isc-dhcp-server not receiving DHCPDISCOVER

2013-12-05 Thread Bob Proulx
Russell L. Carter wrote: > Ok, I need to do some experimenting here. I've broken out a long > patch cable to bypass the switch I would really be surprised if the switch has broken down. Not impossible of course. But what are the odds? I think it very unlikely. If I were to guess I would guess

Re: isc-dhcp-server not receiving DHCPDISCOVER

2013-12-05 Thread Russell L. Carter
nly have > the one and so the global definition should be fine. This is just looking > to the future. Right. >> and I've set INTERFACES="eth0 eth1" in /etc/default/isc-dhcp-server. > > If you don't want dhcp to server DHCP requests to the 10.0.11.0/24 subnet

Re: isc-dhcp-server not receiving DHCPDISCOVER

2013-12-05 Thread Bob Proulx
Russell L. Carter wrote: > I've got an internal net with several dual-homed jessie boxen. I see that you have 10.0.10.0/24 on one and 10.0.11.0/24 on the other. Is that correct? And you only want dhcpd to serve DHCP requests on the 10.0.10.0/24 network? > I would like to get isc-dhc

isc-dhcp-server not receiving DHCPDISCOVER

2013-12-05 Thread Russell L. Carter
Hi, After wearing out the google I'm going to foist my problem onto you good folk. I've got an internal net with several dual-homed jessie boxen. I would like to get isc-dhcp-server up so I can configure my new UniFi toy. The server has two statically configured interfaces, eth

Re: DHCP Server - Error: not authoritative for subnet...

2012-02-28 Thread ml ml
Thanks Pascal! Thats it. On Tue, Feb 28, 2012 at 9:45 AM, Pascal Hambourg wrote: > Hello, > > ml ml a écrit : >> >> i set up a DHCP Server. Here are my installed packages: >> -- >> ii  dhcp3-server                         4.1.1-

Re: DHCP Server - Error: not authoritative for subnet...

2012-02-28 Thread Pascal Hambourg
Hello, ml ml a écrit : > > i set up a DHCP Server. Here are my installed packages: > -- > ii dhcp3-server 4.1.1-P1-15+squeeze2 > ISC DHCP server (transitional package) > ii isc-dhcp-server 4.1.1-P1

DHCP Server - Error: not authoritative for subnet...

2012-02-28 Thread ml ml
Hello List, i set up a DHCP Server. Here are my installed packages: -- Server:~# dpkg -l | grep dhcp ii dhcp3-client 4.1.1-P1-15+squeeze2 ISC DHCP server (transitional package) ii dhcp3-common 4.1.1-P1-15+squeeze2

Re: how to force dhcp server to update modified info at client side ?

2012-01-10 Thread Scott Ferguson
On 10/01/12 23:23, J. Bakshi wrote: > Hello, > > I have two different gateway. Where? On the same box as the dhcp server? Please supply some basic information about your network - eg, routing, servers, gateways, subnets, and the *reason*/mechanism that gateways change, client OS a

Re: how to force dhcp server to update modified info at client side ?

2012-01-10 Thread Karl E. Jørgensen
Hi On 10/01/12 12:23, J. Bakshi wrote: Hello, I have two different gateway. One of the gateway has been defined at dhcpd3.conf file. Now if I change the gateway at dhcpd3.conf and restart the isc server; the client still hold the old gateway. How can I force the isc server to immediately in

Re: how to force dhcp server to update modified info at client side ?

2012-01-10 Thread Camaleón
On Tue, 10 Jan 2012 17:53:16 +0530, J. Bakshi wrote: > I have two different gateway. One of the gateway has been defined at > dhcpd3.conf file. Now if I change the gateway at dhcpd3.conf and restart > the isc server; the client still hold the old gateway. How can I force > the isc server to immedi

how to force dhcp server to update modified info at client side ?

2012-01-10 Thread J. Bakshi
Hello, I have two different gateway. One of the gateway has been defined at dhcpd3.conf file. Now if I change the gateway at dhcpd3.conf and restart the isc server; the client still hold the old gateway. How can I force the isc server to immediately inform the client about this change ? Thanks

Re: DHCP server not starting at boot, any workarounds?

2011-11-24 Thread Camaleón
On Wed, 23 Nov 2011 22:09:40 +0200, Victor Nitu wrote: > On 11/23/2011 08:53 PM, Camaleón wrote: > >> Not sure if this thread will give you any hint: >> >> *** >> DHCP server (version 4) with an alias IP address >> https://lists.isc.org/pipermail/d

Re: DHCP server not starting at boot, any workarounds?

2011-11-24 Thread Dmitriy Matrosov
2011/11/24 Victor Nitu : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > <..> > > How can I start the dhcp server *after* booting the system, to avoid > manual interaction? Tried a (re) update-rc.d , putting it in rc.local, > making a separate script, any mor

Re: DHCP server not starting at boot, any workarounds?

2011-11-23 Thread Victor Nitu
, the current setup won't permit it as easy as you can say it, but my (somehow updated) question is: why there isn't any error when starting it manually, but not going to happen *ever* at boot time? I compared the init.d script with a working (starting) wheezy setup, and haven't found an

Re: DHCP server not starting at boot, any workarounds?

2011-11-23 Thread Christofer C. Bell
On Wed, Nov 23, 2011 at 2:09 PM, Victor Nitu wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/23/2011 08:53 PM, Camaleón wrote: > >> Not sure if this thread will give you any hint: >> >> *** >> DHCP server (version 4) with an alias IP add

Re: DHCP server not starting at boot, any workarounds?

2011-11-23 Thread Victor Nitu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/23/2011 08:53 PM, Camaleón wrote: > Not sure if this thread will give you any hint: > > *** > DHCP server (version 4) with an alias IP address > https://lists.isc.org/pipermail/dhcp-users/2010-September/012052.html > ***

Re: DHCP server not starting at boot, any workarounds?

2011-11-23 Thread Camaleón
On Wed, 23 Nov 2011 01:16:01 +0200, Victor Nitu wrote: > I wonder if anybody here has a workaround for issue #605657 [1], the > DHCP server not starting when only alias interfaces have an address. > > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605657 > > This issue

Re: DHCP server not starting at boot, any workarounds?

2011-11-22 Thread Bob Proulx
Victor Nitu wrote: > I wonder if anybody here has a workaround for issue #605657 [1], > the DHCP server not starting when only alias interfaces have an address. > > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605657 > > This issue is hanging around for a while, and ma

DHCP server not starting at boot, any workarounds?

2011-11-22 Thread Victor Nitu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I wonder if anybody here has a workaround for issue #605657 [1], the DHCP server not starting when only alias interfaces have an address. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605657 This issue is hanging around for a

Re: using at to restart dhcp server

2011-10-20 Thread Chris Davies
Bonno Bloksma wrote: > [...] some was new like the use of the letters EOF in stead of the > "real" EOF character. That's only because the OP used the << construct. Let me demonstrate. In this example, where I've written ^D you would need to press Ctrl/D: cat >/tmp/file1 type your stuff here ^D

Re: using at to restart dhcp server

2011-10-20 Thread Darac Marjal
On Thu, Oct 20, 2011 at 11:01:56AM +0200, Bonno Bloksma wrote: > Hi Andrew, > > >Obviously, if you create a cron job to run, then you can forget > >about having the "at" scheduler in any script that might be > >called, just have the script do what needs to be done /at/ the > >crontab scheduled tim

Re: using at to restart dhcp server

2011-10-20 Thread Bonno Bloksma
Hi Andrew, Obviously, if you create a cron job to run, then you can forget about having the "at" scheduler in any script that might be called, just have the script do what needs to be done /at/ the crontab scheduled time. The whole idea of using at in stead of cron is because this was just a

Re: using at to restart dhcp server

2011-10-19 Thread Andrew McGlashan
Obviously, if you create a cron job to run, then you can forget about having the "at" scheduler in any script that might be called, just have the script do what needs to be done /at/ the crontab scheduled time. ;-) cheers AndrewM -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.o

Re: using at to restart dhcp server

2011-10-19 Thread Andrew McGlashan
On 20/10/2011 12:07 AM, Andrew McGlashan wrote: Hi, On 19/10/2011 11:45 PM, Bonno Bloksma wrote: Using Debian Lenny I want to restart my dhcp server tonight at 7pm using the at command so I enter: at 7pm /etc/init.d/dhcp3-server restart and get syntax error. last token seen: / The same for at

Re: using at to restart dhcp server

2011-10-19 Thread Dom
On 19/10/11 13:54, Darac Marjal wrote: On Wed, Oct 19, 2011 at 02:45:20PM +0200, Bonno Bloksma wrote: Hi, Using Debian Lenny I want to restart my dhcp server tonight at 7pm using the at command so I enter: at 7pm /etc/init.d/dhcp3-server restart and get syntax error. last token seen: / The

Re: using at to restart dhcp server

2011-10-19 Thread Andrew McGlashan
Hi, On 19/10/2011 11:45 PM, Bonno Bloksma wrote: Using Debian Lenny I want to restart my dhcp server tonight at 7pm using the at command so I enter: at 7pm /etc/init.d/dhcp3-server restart and get syntax error. last token seen: / The same for at 7pm "/etc/init.d/dhcp3-server restart&quo

Re: using at to restart dhcp server

2011-10-19 Thread Darac Marjal
On Wed, Oct 19, 2011 at 02:45:20PM +0200, Bonno Bloksma wrote: > Hi, > > Using Debian Lenny I want to restart my dhcp server tonight at 7pm using the > at command so I enter: > at 7pm /etc/init.d/dhcp3-server restart > and get > syntax error. last token seen: / > The

using at to restart dhcp server

2011-10-19 Thread Bonno Bloksma
Hi, Using Debian Lenny I want to restart my dhcp server tonight at 7pm using the at command so I enter: at 7pm /etc/init.d/dhcp3-server restart and get syntax error. last token seen: / The same for at 7pm "/etc/init.d/dhcp3-server restart" So how am I supposed to enter this command?

Re: Setting up dhcp-server on my desktop machine

2011-08-07 Thread Brian
On Sun 07 Aug 2011 at 14:17:03 -0400, Nico Kadel-Garcia wrote: > On Sun, Aug 7, 2011 at 4:00 AM, Bob Proulx wrote: > > > For your own sanity you probably want to add 'auto eth0' in addition > > to the 'allow-hotplug eth0' line. > > Replace "allow-hotpug eth0" with "auto eth0". Don't just add it

Re: Setting up dhcp-server on my desktop machine SOLVED

2011-08-07 Thread Bob Proulx
Bob Proulx wrote: > Csanyi Pal wrote: > > * /etc/network/interfaces > > allow-hotplug eth0 > > auto eth0 This is a good place to add a reference to a good document on this file. In addition to the normal documentation, Osamu Aoki did us the great service by creating the following documentation:

Re: Setting up dhcp-server on my desktop machine SOLVED

2011-08-07 Thread Bob Proulx
Csanyi Pal wrote: > Bob Proulx writes: > > Your server is configured to use dhcp to acquire a network address? > > Yes, of course. It was a serious question. Servers are often configured with static addresses. Another popular alternative is to use the dhcp server to assign

Re: Setting up dhcp-server on my desktop machine

2011-08-07 Thread Nico Kadel-Garcia
a second gateway on your secondary interface > and are gatewaying back to yourself.  You will get the default gateway > from your ISP on eth1 when network-manager dhcp's an address and > gateway.  That is the one you want.  Remove this second gateway > statement from eth0

Re: Setting up dhcp-server on my desktop machine SOLVED

2011-08-07 Thread Csanyi Pal
Bob Proulx writes: > Csanyi Pal wrote: >> I must recover my server system through ssh connection so so I must >> to setup dhcp-server on my desktop system first so it can provide for >> the server an IP address. > > Your server is configured to use dhcp to acquire a

Re: Setting up dhcp-server on my desktop machine

2011-08-07 Thread Tom H
On Sun, Aug 7, 2011 at 3:30 AM, Csanyi Pal wrote: > > I have my desktop machine and my headless server machine being running > on booth Debian GNU/Linux Squeeze operating system. > > I must recover my server system through ssh connection so so I must to > setup dhcp-server on

Re: Setting up dhcp-server on my desktop machine

2011-08-07 Thread Bob Proulx
Csanyi Pal wrote: > I must recover my server system through ssh connection so so I must to > setup dhcp-server on my desktop system first so it can provide for the > server an IP address. Your server is configured to use dhcp to acquire a network address? > On my desktop system

Setting up dhcp-server on my desktop machine

2011-08-07 Thread Csanyi Pal
Hi, I have my desktop machine and my headless server machine being running on booth Debian GNU/Linux Squeeze operating system. I must recover my server system through ssh connection so so I must to setup dhcp-server on my desktop system first so it can provide for the server an IP address. On

Re: How do I troubleshoot my DHCP server and eth1 configuration?

2011-03-01 Thread Dr. Ed Morbius
e Internet before from my main computer > with this setup. I used the instructions at > http://www.cyberdogtech.com/firewalls/ (with some adaptations for > Lenny) to set up Debian Lenny and Shorewall. I used the instructions > at > http://failserver.nl/blog/2009/03/how-to-install-a-dhcp-ser

How do I troubleshoot my DHCP server and eth1 configuration?

2011-03-01 Thread Jason Hsu
structions at http://www.cyberdogtech.com/firewalls/ (with some adaptations for Lenny) to set up Debian Lenny and Shorewall. I used the instructions at http://failserver.nl/blog/2009/03/how-to-install-a-dhcp-server-in-linux-debian-lenny/ to set up a DHCP server. Unfortunately, I made an unsuccessful attempt to

Re: single Dhcp server on multiple networks

2009-01-17 Thread Mike Bird
On Sat January 17 2009 02:44:09 Ken Teague wrote: > On Wed, Jan 14, 2009 at 09:35:37PM -0800, Mike Bird wrote: > > On Thu January 15 2009 13:28:19 Rod James Bio wrote: > > > I was wondering if anyone had tried to configure a single linux dhcp > > > server to give IP to

Re: single Dhcp server on multiple networks

2009-01-17 Thread Ken Teague
On Wed, Jan 14, 2009 at 09:35:37PM -0800, Mike Bird wrote: > On Thu January 15 2009 13:28:19 Rod James Bio wrote: > > I was wondering if anyone had tried to configure a single linux dhcp > > server to give IP to different network. We have multiple networks here > > in our area

Re: single Dhcp server on multiple networks

2009-01-15 Thread Mike Bird
On Fri January 16 2009 00:17:02 Rod James Bio wrote: > Mike Bird wrote: > > On Thu January 15 2009 13:28:19 Rod James Bio wrote: > >> I was wondering if anyone had tried to configure a single linux dhcp > >> server to give IP to different network. We have multiple net

Re: single Dhcp server on multiple networks

2009-01-15 Thread Rod James Bio
Mike Bird wrote: On Thu January 15 2009 13:28:19 Rod James Bio wrote: I was wondering if anyone had tried to configure a single linux dhcp server to give IP to different network. We have multiple networks here in our area and I am thinking of using a single dhcp server to serve all other

Re: single Dhcp server on multiple networks

2009-01-14 Thread Mike Bird
On Thu January 15 2009 13:28:19 Rod James Bio wrote: > I was wondering if anyone had tried to configure a single linux dhcp > server to give IP to different network. We have multiple networks here > in our area and I am thinking of using a single dhcp server to serve all > other n

single Dhcp server on multiple networks

2009-01-14 Thread Rod James Bio
Dear All, I was wondering if anyone had tried to configure a single linux dhcp server to give IP to different network. We have multiple networks here in our area and I am thinking of using a single dhcp server to serve all other networks. -- To UNSUBSCRIBE, email to debian-user-requ

Re: subnets in dhcp server

2008-11-12 Thread Adrian Levi
2008/11/12 Jesus arteche <[EMAIL PROTECTED]>: > hey, > > I want to know if its possible create several subnets inside the same > subnetwork with dhcp server, i mean i have my subnet 192.168.2.0 and i want > to create the subnet 192.168.2.0 (192.168.2.1-192.168.2.63...netm

Re: subnets in dhcp server

2008-11-12 Thread lee
On Wed, 12 Nov 2008 10:53:26 +0100 "Jesus arteche" <[EMAIL PROTECTED]> wrote: > I want to know if its possible create several subnets inside the same > subnetwork with dhcp server, i mean i have my subnet 192.168.2.0 and > i want to create the subnet 192.168.2.0 &g

subnets in dhcp server

2008-11-12 Thread Jesus arteche
hey, I want to know if its possible create several subnets inside the same subnetwork with dhcp server, i mean i have my subnet 192.168.2.0 and i want to create the subnet 192.168.2.0 (192.168.2.1-192.168.2.63...netmask 255.255.255.192), subnet 192.168.2.64 (192.168.2.65-192.168.2.123...netmask

Re: Convert windows dhcp to linux-dhcp-server

2008-11-06 Thread François Cerbelle
solution for this little big problem ? Hi, I just pressed F1 and asked for DHCP. The first choice was Netsh commands for DHCP. It seems that you can try : netsh > DHCP > server localhost > dump or netsh > DHCP > server localhost > export But I do not have access to a Wind

Convert windows dhcp to linux-dhcp-server

2008-11-06 Thread Brian Møller
Hello there Currently i have a Windows 2000 DHCP-Server that i want to have on a Debian machine. I currently have approx 30 subnets with approx. 1000 ip's that has been locked to a MAC-adresse. I want all that converted; but havent found a program or scripts that can do it for me

Re: simple home dns, dhcp server.

2008-11-04 Thread Tzafrir Cohen
On Mon, Nov 03, 2008 at 11:50:18PM -0500, Douglas A. Tutty wrote: > look at dnsmasq. I don't use the dhcp part, but it works just fine > out-of-the-box for dns. The box that connects to my (dialup) modem runs > dnsmasq and has all my hosts in /etc/hosts. The other boxes on my > network know the

Re: simple home dns, dhcp server.

2008-11-03 Thread H.S.
Douglas A. Tutty wrote: > On Tue, Nov 04, 2008 at 02:34:58PM +1000, Lachlan wrote: > >> my idea to fix this is to have an old laptop (old as in i upgraded 3 >> months ago, running lenny but hasn't been updated since august) that >> i'm thinking could be used as the network dhcp instead of my mode

Re: simple home dns, dhcp server.

2008-11-03 Thread Lachlan
2008/11/4 Douglas A. Tutty <[EMAIL PROTECTED]>: > On Tue, Nov 04, 2008 at 02:34:58PM +1000, Lachlan wrote: > >> my idea to fix this is to have an old laptop (old as in i upgraded 3 >> months ago, running lenny but hasn't been updated since august) that >> i'm thinking could be used as the network d

Re: simple home dns, dhcp server.

2008-11-03 Thread Douglas A. Tutty
On Tue, Nov 04, 2008 at 02:34:58PM +1000, Lachlan wrote: > my idea to fix this is to have an old laptop (old as in i upgraded 3 > months ago, running lenny but hasn't been updated since august) that > i'm thinking could be used as the network dhcp instead of my modem > (which i'm thinking is half

simple home dns, dhcp server.

2008-11-03 Thread Lachlan
i been have tremendous trouble getting my network to see hostnames and and other pc's. it will see everything randomly one day and then be missing the next. my idea to fix this is to have an old laptop (old as in i upgraded 3 months ago, running lenny but hasn't been updated since august) that i'm

Re: How can I find if a DHCP server is available

2008-02-07 Thread Alex Samad
On Thu, Feb 07, 2008 at 03:25:07PM -0600, Ron Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/07/08 14:15, Tony Heal wrote: > > I need to determine if a DHCP server is available on a remote system. > > Without changing my static network config or

Re: How can I find if a DHCP server is available

2008-02-07 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/07/08 14:15, Tony Heal wrote: > I need to determine if a DHCP server is available on a remote system. > Without changing my static network config or adding any non standard > packages not already installed by the sarge /

  1   2   >