[Bug 625349] Re: DHCPOFFER assigns an IP address already in use (assigne une ip déjà attribué)

Clint Byrum clint at fewbar.com
Fri Aug 27 21:08:29 BST 2010


@Carlos: thank you for the excellent translation!

Hello Sebastien, thanks so much for taking the time to file this bug
report.

Even though you have a fixed IP assigned, you must still manually remove
this IP from the range of IP's that you make available to dynamic hosts.

So if you have


       subnet 192.168.22.0 netmask 255.255.255.0 {
         subnet-specific parameters...
         range 192.168.22.1 192.168.22.40;
       }


192.168.22.30 will still be handed out.

You would need to change it to something like this:

       subnet 192.168.22.0 netmask 255.255.255.0 {
         subnet-specific parameters...
         range 192.168.22.1 192.168.22.29;
         range 192.168.22.31 192.168.22.40;
       }


Marking status as Invalid, as this is not a bug.

** Changed in: dhcp3 (Ubuntu)
       Status: New => Invalid

-- 
DHCPOFFER assigns an IP address already in use (assigne une ip déjà attribué)
https://bugs.launchpad.net/bugs/625349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.



More information about the Ubuntu-server-bugs mailing list