Re: DHCP Problem

2023-12-03 Thread Charles Curley
On Mon, 4 Dec 2023 05:55:50 +0100 wrote: > Wait a sec: before the clients get an answer from the DHCP server, > they don't have any route (at least not for the network in question), > so it doesn't make sense poking at them with ip route and things. > They send their request to the local network'

Re: DHCP Problem

2023-12-03 Thread tomas
On Sun, Dec 03, 2023 at 12:30:53PM -0700, Charles Curley wrote: > I am installing a new router which seems to work well so far. > > I have changed the DHCP server to use the new router's address, and shut > the server down and restarted it. Existing clients insist on using the > old router anyway.

Re: DHCP Problem, but where

2023-12-03 Thread Charles Curley
On Sun, 3 Dec 2023 22:32:59 -0500 Jeffrey Walton wrote: > The "restart your dhcp clients" may have a sharp edge. Sometimes the > clients have a touch of resiliency or hardening added so they contact > their original dhcp server, and not a [possibly] rogue server setup by > an unknowing developer

Re: DHCP Problem

2023-12-03 Thread Charles Curley
On Sun, 3 Dec 2023 12:30:53 -0700 Charles Curley wrote: > I am installing a new router which seems to work well so far. > > I have changed the DHCP server to use the new router's address, and > shut the server down and restarted it. Existing clients insist on > using the old router anyway. Is th

Re: DHCP Problem, but where

2023-12-03 Thread Jeffrey Walton
On Sun, Dec 3, 2023 at 9:57 PM jeremy ardley wrote: > > > On 4/12/23 05:18, Geert Stappers wrote: > > That triggered me to ask "Has the DHCP server been restarted?" > > > The default behaviour of most dhcp clients when they can't connect to a > dhcp server is to maintain the settings from any prev

Re: goose DHCP clients to new address Was: DHCP Problem

2023-12-03 Thread Charles Curley
On Sun, 3 Dec 2023 17:18:23 -0500 Jeffrey Walton wrote: > I don't know about Linux clients, but in the past, Windows clients > used to try to connect to the previous DHCP server for its lease info. > If the old DHCP server is still available (on the old router?), then > the client may be getting

Re: goose DHCP clients to new address Was: DHCP Problem

2023-12-03 Thread Jeffrey Walton
On Sun, Dec 3, 2023 at 4:51 PM Charles Curley wrote: > > On Sun, 3 Dec 2023 22:14:51 +0100 > Geert Stappers wrote: > > > I assume that the previous router is disconnected from the LAN. > > No. Until I solve this problem (and a few others), I will have clients > using the old router. > > > The DHC

Re: goose DHCP clients to new address Was: DHCP Problem

2023-12-03 Thread Charles Curley
On Sun, 3 Dec 2023 22:14:51 +0100 Geert Stappers wrote: > I assume that the previous router is disconnected from the LAN. No. Until I solve this problem (and a few others), I will have clients using the old router. > The DHCProtocol has "release" for such goosing. > At DHCPclient do "stop DHCP"

Re: DHCP Problem, but where

2023-12-03 Thread Charles Curley
On Sun, 3 Dec 2023 22:18:22 +0100 Geert Stappers wrote: > Has the DHCP server been restarted? Yes. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/

Re: DHCP Problem, but where

2023-12-03 Thread jeremy ardley
On 4/12/23 05:18, Geert Stappers wrote: That triggered me to ask "Has the DHCP server been restarted?" The default behaviour of most dhcp clients when they can't connect to a dhcp server is to maintain the settings from any previous lease. A second default behaviour is for clients to not

Re: DHCP Problem

2023-12-03 Thread Charles Curley
On Sun, 3 Dec 2023 20:56:20 +0100 Marco Moock wrote: > Did you check with a sniffer that the answer from the DHCP includes > the new router address? Not with a sniffer, but I did check the lease file. Neither the router address nor the various lease times changed. -- Does anybody read signat

Re: DHCP Problem, but where

2023-12-03 Thread Geert Stappers
On Sun, Dec 03, 2023 at 04:03:39PM -0500, Henning Follmann wrote: > > On Dec 3, 2023, at 14:31, Charles Curley wrote: > > > > I am installing a new router which seems to work well so far. > > > > I have changed the DHCP server to use the new router's address, and shut > > the server down and rest

goose DHCP clients to new address Was: DHCP Problem

2023-12-03 Thread Geert Stappers
On Sun, Dec 03, 2023 at 12:30:53PM -0700, Charles Curley wrote: > I am installing a new router which seems to work well so far. I assume that the previous router is disconnected from the LAN. > I have changed the DHCP server to use the new router's address, and shut > the server down and restar

Re: DHCP Problem

2023-12-03 Thread Henning Follmann
> On Dec 3, 2023, at 14:31, Charles Curley > wrote: > > I am installing a new router which seems to work well so far. > > I have changed the DHCP server to use the new router's address, and shut > the server down and restarted it. Existing clients insist on using the > old router anyway. Is

Re: DHCP Problem

2023-12-03 Thread Marco Moock
Am 03.12.2023 um 12:30:53 Uhr schrieb Charles Curley: > I have changed the DHCP server to use the new router's address, and > shut the server down and restarted it. Existing clients insist on > using the old router anyway. Is there any way to goose clients into > using the new one short of manuall

DHCP Problem

2023-12-03 Thread Charles Curley
I am installing a new router which seems to work well so far. I have changed the DHCP server to use the new router's address, and shut the server down and restarted it. Existing clients insist on using the old router anyway. Is there any way to goose clients into using the new one short of manuall

Re: Dhcp problem...what is the msitake?

2008-11-26 Thread Adrian Levi
2008/11/27 Jesus arteche <[EMAIL PROTECTED]>: > hey, > > I've implemented a dhcp server, I want to cretae several subnets inside the > same subnet using net mask, at teh same time i want to give the ip by mac. > The problem is that when the server get the mac dont give the correct ip to > the cli

Re: Dhcp problem...what is the msitake?

2008-11-26 Thread lee
On Wed, Nov 26, 2008 at 11:16:50PM +0100, Jesus arteche wrote: > hardware ethernet xx:xx:xx:xx:xx:50; > hardware ethernet xx:xx:xx:xx:xx:51; > hardware ethernet xx:xx:xx:xx:xx:54; > hardware ethernet xx:xx:xx:xx:xx:55; You actually have addresses ending with 50-

Dhcp problem...what is the msitake?

2008-11-26 Thread Jesus arteche
hey, I've implemented a dhcp server, I want to cretae several subnets inside the same subnet using net mask, at teh same time i want to give the ip by mac. The problem is that when the server get the mac dont give the correct ip to the client, its like i didnt define it in conf file. The syslog

Re: dhcp problem

2007-04-04 Thread S. M. Ibrahim (Lavlu)
I had a similar problem. The file /etc/dhcp3/dhclient.conf is the file that controls resolv.conf (at least on this system). You can specify which DNS is used first by using prepend domain-name-servers xxx.xxx.xxx.xxx; replacing of course the x's with the ip address of the DNS. This line is a

Re: dhcp problem

2007-03-29 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Celejar wrote: > On Thu, 29 Mar 2007 20:54:34 +0600 > "S. M. Ibrahim (Lavlu)" <[EMAIL PROTECTED]> wrote: > >> My isp is providing me the ip using DHCP. everything fine. But they are >> sending 3 nameserver. And first DNS server is not responding. SO i

Re: dhcp problem

2007-03-29 Thread Celejar
On Thu, 29 Mar 2007 20:54:34 +0600 "S. M. Ibrahim (Lavlu)" <[EMAIL PROTECTED]> wrote: > My isp is providing me the ip using DHCP. everything fine. But they are > sending 3 nameserver. And first DNS server is not responding. SO it take > time to switch to the secound dns. So, it's making problem (s

dhcp problem

2007-03-29 Thread S. M. Ibrahim (Lavlu)
My isp is providing me the ip using DHCP. everything fine. But they are sending 3 nameserver. And first DNS server is not responding. SO it take time to switch to the secound dns. So, it's making problem (slow down). I want to keep fix (will not updated or replace by dhcp) the /etc/resolv.conf wit

Re: DHCP problem following Etch upgrade

2006-02-21 Thread John Halton
On 2/21/06, Shawn Lamson <[EMAIL PROTECTED]> wrote: > On Sat, 18 Feb 2006 23:43:06 + > have you tried the dhcpcd package? I've had an off-list email suggesting that the problem is due to a bug in zeroconf, and that purging zeroconf will solve it. (See http://bugs.debian.org/cgi-bin/bugreport.c

Re: DHCP problem following Etch upgrade

2006-02-21 Thread Shawn Lamson
On Sat, 18 Feb 2006 23:43:06 + John Halton <[EMAIL PROTECTED]> wrote: > John Halton wrote: > > This is the same problem as in my previous thread ("Hanging during > > boot-up following dbus upgrade") but a response on that thread has > > enabled me to narrow it down a bit. > > > > dhcp-clien

Re: DHCP problem following Etch upgrade

2006-02-18 Thread John Halton
John Halton wrote: This is the same problem as in my previous thread ("Hanging during boot-up following dbus upgrade") but a response on that thread has enabled me to narrow it down a bit. dhcp-client (I assume) is pausing indefinitely at the "bound to 80.x.xxx.x -- renewal in 56953 seconds"

DHCP problem following Etch upgrade

2006-02-18 Thread John Halton
This is the same problem as in my previous thread ("Hanging during boot-up following dbus upgrade") but a response on that thread has enabled me to narrow it down a bit. dhcp-client (I assume) is pausing indefinitely at the "bound to 80.x.xxx.x -- renewal in 56953 seconds" message. This appli

Re: dhcp problem

2005-07-18 Thread Anders Breindahl
On Monday 18 July 2005 05:26, [EMAIL PROTECTED] wrote: > I got my broadband setup and my provider uses DHCP and I have a > intelligent router (modem). > > I installed dhcpcd as dhcp client and it works fine except that it couldnt > get right nameservers and > hence resolving host name takes l

dhcp problem

2005-07-17 Thread ankur . kumar
I got my broadband setup and my provider uses DHCP and I have a intelligent router (modem). I installed dhcpcd as dhcp client and it works fine except that it couldnt get right nameservers and hence resolving host name takes lot of time. If I put nameservers (I got it from my provider) in /etc/r

dhcp problem

2005-07-17 Thread ankur . kumar
I got my broadband setup and my provider uses DHCP and I have a intelligent router (modem). I installed dhcpcd as dhcp client and it works fine except that it couldnt get right nameservers and hence resolving host name takes lot of time. If I put nameservers (I got it from my provider) in /etc/r

Re: DHCP problem where ip address is assigned to wrong NIC on reboot

2005-06-24 Thread Chris Bannister
On Tue, Jun 21, 2005 at 10:44:05PM -0400, Derrick Hudson wrote: > On Tue, Jun 21, 2005 at 05:32:01PM -0700, Xeno Campanoli wrote: > | I got a real whacky one. This old machine I've got has two NICs, and during > | install I assign eth1 to be the one used, and it gets the ip address from > | DHCP.

Re: DHCP problem where ip address is assigned to wrong NIC on reboot

2005-06-21 Thread Derrick Hudson
On Tue, Jun 21, 2005 at 05:32:01PM -0700, Xeno Campanoli wrote: | I got a real whacky one. This old machine I've got has two NICs, and during | install I assign eth1 to be the one used, and it gets the ip address from | DHCP. Well, after the reboot, that same IP address is assigned to eth0, and |

Re: DHCP problem where ip address is assigned to wrong NIC on reboot

2005-06-21 Thread Marty
Xeno Campanoli wrote: I got a real whacky one. This old machine I've got has two NICs, and during install I assign eth1 to be the one used, and it gets the ip address from DHCP. Well, after the reboot, that same IP address is assigned to eth0, and I get no network. I've solved this by switchin

Re: DHCP problem where ip address is assigned to wrong NIC on reboot

2005-06-21 Thread Robert Wolfe
On Tue, 21 Jun 2005, Xeno Campanoli wrote: I got a real whacky one. This old machine I've got has two NICs, and during install I assign eth1 to be the one used, and it gets the ip address from DHCP. Well, after the reboot, that same IP address is assigned to eth0, and I get no network. I've s

DHCP problem where ip address is assigned to wrong NIC on reboot

2005-06-21 Thread Xeno Campanoli
I got a real whacky one. This old machine I've got has two NICs, and during install I assign eth1 to be the one used, and it gets the ip address from DHCP. Well, after the reboot, that same IP address is assigned to eth0, and I get no network. I've solved this by switching the cable over and reb

Re: DHCP problem

2004-08-13 Thread Karl E. Jorgensen
On Sat, Aug 07, 2004 at 09:59:30AM -0400, [EMAIL PROTECTED] wrote: > Hello. > > I am a relatively new user of Debian and I couldn't figure this one out. > I have 2 machines running Sarge, both configured to use DHCP. At boot time > both for some reason acquire the same address (192.168.102.100) fr

Re: DHCP problem

2004-08-07 Thread Alan Chandler
On Saturday 07 August 2004 14:59, [EMAIL PROTECTED] wrote: > Hello. > > I am a relatively new user of Debian and I couldn't figure this one out. > I have 2 machines running Sarge, both configured to use DHCP. At boot time > both for some reason acquire the same address (192.168.102.100) from my > r

Re: DHCP problem

2004-08-07 Thread matt zagrabelny
On Sat, 2004-08-07 at 08:59, [EMAIL PROTECTED] wrote: > Hello. > > I am a relatively new user of Debian and I couldn't figure this one out. > I have 2 machines running Sarge, both configured to use DHCP. At boot time > both for some reason acquire the same address (192.168.102.100) from my > route

DHCP problem

2004-08-07 Thread michael . sherman
Hello. I am a relatively new user of Debian and I couldn't figure this one out. I have 2 machines running Sarge, both configured to use DHCP. At boot time both for some reason acquire the same address (192.168.102.100) from my router. Is there a way to force at least one of them to get a different

Re: dhcp problem [SOLVED]

2004-06-09 Thread Cristi Banciu
On Wed, 2004-06-09 at 12:21, Cristi Banciu wrote: > Hi, > > I have a network with computers with dual boot (linux and windows). They > get ip from a debian dhcp3 server. When a client boot the machine in > windows he gets ip A, and when the same client boots the machine in > linux gets ip A+1. How

Re: dhcp problem

2004-06-09 Thread Diego Martínez Castañeda
Cristi Banciu dijo: > On Wed, 2004-06-09 at 12:37, Diego Martínez Castañeda wrote: >> you'll always get differents ip's if you don't assign a determinate ip >> address to an MAC address. The rest of your pool of ip addresses will be >> assigned dinamicaly. > so , you wanna tell me that I have no

Re: dhcp problem

2004-06-09 Thread Cristi Banciu
On Wed, 2004-06-09 at 12:37, Diego MartÃnez CastaÃeda wrote: > you'll always get differents ip's if you don't assign a determinate ip > address to an MAC address. The rest of your pool of ip addresses will be > assigned dinamicaly. so , you wanna tell me that I have no choice but to assign ip stat

Re: dhcp problem

2004-06-09 Thread Diego Martínez Castañeda
Cristi Banciu dijo: > I know I could simply solve the problem by bonding ip with mac, but I > don't want to do that. I need dinamicaly assigned address, not static. you'll always get differents ip's if you don't assign a determinate ip address to an MAC address. The rest of your pool of ip address

dhcp problem

2004-06-09 Thread Cristi Banciu
Hi, I have a network with computers with dual boot (linux and windows). They get ip from a debian dhcp3 server. When a client boot the machine in windows he gets ip A, and when the same client boots the machine in linux gets ip A+1. How could I make it receive the same ip, no matter what OS the ma

Re: A dhcp problem (I think)

2003-09-07 Thread Todd Pytel
On Mon, 08 Sep 2003 15:35:17 +1000 CB <[EMAIL PROTECTED]> wrote: > When I run dhclient, it gives > me an error message : "socket: Protocol not available. Make sure > CONFIG_PACKET and CONFIG_FILTER are defined in the kernel config" (or > words to that effect). Like it says, you need those two k

A dhcp problem (I think)

2003-09-07 Thread CB
On a new install of Debian (Testing) on my laptop (Compaq evo n600c), my network adapter is not getting an IP. When I run dhclient, it gives me an error message : "socket: Protocol not available. Make sure CONFIG_PACKET and CONFIG_FILTER are defined in the kernel config" (or words to that effec

Re: dhcp problem after recompiling kernel

2002-10-28 Thread Auke Jilderda
Ok, tried it again (recompiling the kernel with both variables set) and now dhclient works. Hence, you were right, thanks for your help. :-) I must have overlooked something earlier. Auke On Sun, 2002-10-27 at 13:48, Colin Watson wrote: > On Sun, Oct 27, 2002 at 01:26:31PM +0100, Auke Jilderda

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Auke Jilderda
Hi fellow Eindhovenaar, (judging from the emailadress :-)), I also posted my question on the debian-laptop list (because it seemed to fit their better on second thought) and here's a clue to the issue at hand: | > "Auke" == Auke Jilderda <[EMAIL PROTECTED]> writes: | | Auke> Why do I need th

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Q. Gong
For most users dhclient works perfectly with kernel 2.4, IMHO. There seems to be something interesting in Auke's case. Qian On 27 Oct 2002, Shyamal Prasad wrote: > "Auke" == Auke Jilderda <[EMAIL PROTECTED]> writes: > > Auke> Makes me wonder though: Why the heck does Woody default come >

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Shyamal Prasad
"Auke" == Auke Jilderda <[EMAIL PROTECTED]> writes: Auke> Makes me wonder though: Why the heck does Woody default come Auke> with dhclient if it doesn't even work with kernel 2.4? I'd Auke> suspect this is a problem more people will run into. Uh? It dhclient works great for me wi

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Auke Jilderda
Ofcourse I included CONFIG_PACKET and I tried both with and without CONFIG_FILTER. None worked. Why would CONFIG_FILTER be required? It seems unrelated to DHCP to me. Auke On Sun, 2002-10-27 at 13:48, Colin Watson wrote: > > woody's dhclient does work with 2.4. You did remember to include bo

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Colin Watson
On Sun, Oct 27, 2002 at 01:26:31PM +0100, Auke Jilderda wrote: > Yup, that did the trick! Thanks a lot, I started to get a serious > headache from hitting the wall for hours. ;-) > > Makes me wonder though: Why the heck does Woody default come with > dhclient if it doesn't even work with kernel 2

Re: dhcp problem after recompiling kernel

2002-10-27 Thread Auke Jilderda
Yup, that did the trick! Thanks a lot, I started to get a serious headache from hitting the wall for hours. ;-) Makes me wonder though: Why the heck does Woody default come with dhclient if it doesn't even work with kernel 2.4? I'd suspect this is a problem more people will run into. Anyway, th

dhcp problem after recompiling kernel

2002-10-27 Thread Auke Jilderda
I just installed Woody onto a brand new laptop (Dell Latitude c610). Used a little installation cd and fetched the rest from the Net (including security updates). Everything worked pretty good. Had to get X-windows from unstable and compile the kernel to add a couple of things: - "Dell laptop su

Re: DHCP problem

2002-09-26 Thread Jaye Inabnit ke6sls
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 26 September 2002 04:56 pm, lorac wrote: > I can not seem to get DHCP to work on its own, except with the stock kernel > that came with Debian. It sees the card, but just does not pull an IP. I > can get it to pull an IP if I manually ru

DHCP problem

2002-09-26 Thread lorac
I can not seem to get DHCP to work on its own, except with the stock kernel that came with Debian.  It sees the card, but just does not pull an IP.  I can get it to pull an IP if I manually run pump /sbin/pump -i eth0.  I have no problems using a static ip, or getting an ip in Windows. I have enab

Re: DHCP problem....

1999-10-13 Thread Jens B. Jorgensen
e the > problem if you know what I mean :))). > Jens Jorgensen mentiond about a script updating "hosts" file > automatically... would you have any idea it should look like? :) > > Best regards and thank you for help :) > "Jersey" > > -- > F

Re: DHCP problem....

1999-10-13 Thread aphro
sounds like a DNS issue, run a reverse lookup on the IP and see what comes out. you can also add this line to your /etc/resolv.conf domain yourdomain.com that will cause the system to search the local domain when you ping a hostname. for me if i pinged the host galactica, resolv.conf would automa

RE: DHCP problem....

1999-10-13 Thread J.M. \"Jersey\" Miszczyk
t;Jersey" -- From: Phil Brutsche[SMTP:[EMAIL PROTECTED] Sent: Wednesday, October 13, 1999 12:36 AM To: [EMAIL PROTECTED] Cc: Debian-User Subject:Re: DHCP problem A long time ago, in a galaxy far, far way, someone said... > I just installed DHCP client on Debian sli

Re: DHCP problem....

1999-10-12 Thread Jens B. Jorgensen
I would add: if you want to be able to ping the machine just like you can windows boxes then you'll need the Linux version of the software which makes this mechanism (Lan Manager a.k.a. Windows Networking) work. This package is called samba and is available as a couple different debian packages.

Re: DHCP problem....

1999-10-12 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... > I just installed DHCP client on Debian slink machine. It works almost > fine it just does not pick up the host name :(. It is seen on the > network by its IP address only. If I ping it by the name from the local > console it respo

DHCP problem....

1999-10-12 Thread J.M. \"Jersey\" Miszczyk
Hi there :), I just installed DHCP client on Debian slink machine. It works almost fine it just does not pick up the host name :(. It is seen on the network by its IP address only. If I ping it by the name from the local console it responds that the host name is not known (I removed its sta

Re: dhcp problem

1999-06-21 Thread Jens B. Jorgensen
I don't think the problem is the package. I think the problem is in the configuration. Looking at the trace you can quickly see that dhcpcd is trying to set the interface's IP address *and* broadcast address to 191.255.252.220. I don't think it's legal to set an interface's IP address and broadc

dhcp problem

1999-06-21 Thread sam
Hi, I just can not use DHCP on my Linux box. My kernel is 2.2.9 I get the following error: dhcpcd[1158]: ioctl SIOCSIFBRDADDR (ifConfig): Cannot assign requested address since it was giving me this, I tried option -r, does not work either... As an example, strace dhcpcd -r -d gives me this: