[opensuse-kde] stubborn dhcpd on 12.1
I am setting up a new openSUSE 12.1 system, and have configured dhcpd as I always do. For some reason, I am getting the 'no more leases' error: dhcpd: DHCPDISCOVER from 00:0f:31:02:08:59 via eth2: network 10.1.1.0/24: no free leases So, I stopped the daemon, deleted /var/lib/dhcpd/dhcpd.leases, and restarted the daemon. The error persists. I am using the daemon to give out fixed addresses to various devices (e.g., GigE Vision cameras). In this case, the devices have the interface to themselves. So, aside from the interface address itself, only the single fixed address. This is the relevant part of my dhcpd.conf file: option domain-name "rst"; default-lease-time 345600; ddns-update-style none; ignore unknown-clients; subnet 10.1.1.0 netmask 255.255.255.0 { default-lease-time 345600; } subnet 10.1.2.0 netmask 255.255.255.0 { default-lease-time 345600; } # Change next-server to name of this computer. # Since SUSE 10.3, it seems next-server must be set to the IP address... next-server 10.1.6.29; group { # GigE PAVUE cameras host cameraA { option host-name "cameraA"; fixed-address 10.1.1.10; hardware ethernet 00:0F:31:01:F7:8B; } host cameraB { option host-name "cameraB"; fixed-address 10.1.2.10; hardware ethernet 00:0F:31:02:08:59; } } If either cameraA or cameraB request an address, they get the error message. I can't see what is different from other systems where I have set up the same thing... Yours sincerely, Roger Oberholtzer Ramböll RST / Systems Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 roger.oberholtzer@ramboll.se ________________________________________ Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden www.rambollrst.se -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Hi Roger, this does not sound like an KDE error, please report to the according mailing list - see http://en.opensuse.org/openSUSE:Mailing_lists Nico On Tuesday 15 Jan 2013 10:46:57 Roger Oberholtzer wrote:
I am setting up a new openSUSE 12.1 system, and have configured dhcpd as I always do. For some reason, I am getting the 'no more leases' error:
dhcpd: DHCPDISCOVER from 00:0f:31:02:08:59 via eth2: network 10.1.1.0/24: no free leases
So, I stopped the daemon, deleted /var/lib/dhcpd/dhcpd.leases, and restarted the daemon. The error persists.
I am using the daemon to give out fixed addresses to various devices (e.g., GigE Vision cameras). In this case, the devices have the interface to themselves. So, aside from the interface address itself, only the single fixed address.
This is the relevant part of my dhcpd.conf file:
option domain-name "rst"; default-lease-time 345600; ddns-update-style none; ignore unknown-clients;
subnet 10.1.1.0 netmask 255.255.255.0 { default-lease-time 345600; } subnet 10.1.2.0 netmask 255.255.255.0 { default-lease-time 345600; }
# Change next-server to name of this computer. # Since SUSE 10.3, it seems next-server must be set to the IP address...
next-server 10.1.6.29;
group { # GigE PAVUE cameras
host cameraA { option host-name "cameraA"; fixed-address 10.1.1.10; hardware ethernet 00:0F:31:01:F7:8B; }
host cameraB { option host-name "cameraB"; fixed-address 10.1.2.10; hardware ethernet 00:0F:31:02:08:59; } }
If either cameraA or cameraB request an address, they get the error message. I can't see what is different from other systems where I have set up the same thing...
Yours sincerely,
Roger Oberholtzer
Ramböll RST / Systems
Office: Int +46 10-615 60 20 Mobile: Int +46 70-815 1696 roger.oberholtzer@ramboll.se ________________________________________
Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden www.rambollrst.se -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (2)
-
Nico Kruber
-
Roger Oberholtzer