Re: Name resolution for kickstart

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tim wrote:

> Realising you don't really want two configurations to have to do, but
> if it's your intention that *some* things should use 127.0.0.1, and
> other things should not, then I think you're stuck having to *manage*
> that.

I'm on the trail of a possible solution. Further ideas welcome.

In the dhcpd.conf file, I can test the client information from 
Anaconda's DHCP requests. For example,

   if substring ( option vendor-class-identifier, 0, 8 )  = "anaconda" {
     option domain-name-servers { normal addresses };
   } else {
     option domain-name-servers 127.0.0.1;
   }

Indeed, this works -- up to a point. The first request that Anaconda 
sends includes this string and my DHCP server provides the proper 
response. But then Anaconda issues a couple of lease renewal requests 
(why? it has a full-day lease already). Those don't include the string 
so the server sends the 127 address. Then Anaconda fails. The sequence is,

   DHCP DISCOVER - with identifier "anaconda"
   DHCP OFFER - with normal name servers
   DHCP REQUEST- with identifier "anaconda"
   DHCP ACK - with normal name servers
   DHCP REQUEST- without identifier "anaconda"
   DHCP ACK - with 127 name server
   DHCP REQUEST- without identifier "anaconda"
   DHCP ACK - with 127 name server

There doesn't appear to be anything unique in the later requests on 
which I can key. I'm searching for a way to make the DHCP server 
remember the proper response.
-- 
Dave Close
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux