Brave Cobra's Hideout

If Linux doesn't have the solution, you have the wrong problem.

News

[ Lead page  | Categories  |  Archive ]
Technology

Windows Vista not accepting IP address from a Linux dhcpd

I had a problem with Windows Vista not accepting an IP address, being offered from a Linux DHCP server. Apart from changing the already known registry entry (DhcpConnEnableBcastFlagToggle), I had to add the following line to my dhcpd.conf 

Codeserver-identifier 192.168.0.3;

Now my config looks like this: 

Codesubnet 192.168.0.0 netmask 255.255.255.0 { allow unknown-clients; ddns-updates on; ddns-domainname "olympus.home"; option domain-name-servers 192.168.0.3; option broadcast-address 192.168.0.255; option subnet-mask 255.255.255.0; option routers 192.168.0.1; range 192.168.0.100 192.168.0.200; server-identifier 192.168.0.3; }

Restarting the dhcpd server, solved my problem. I found the solution at http://www.fedoraforum.org/forum/archive/index.php/t-157188.html


88
 

Rating

No one has rated this item yet - be the first!

  • Currently 0/5 Stars.

Comments

Author: Joshua Montgomery
Aug 19, 2009
This solution worked for me.

http://www.russellconsultants.com/information/how-to-mainmenu-15/21-networking/43-dhcp-and-windows-vista.html

Only logged in users are allowed to comment. register/log in
  • mister-wong icon
  • del.icio.us icon
  • digg icon
  • furl icon
  • netscape.icon
  • yahoo_myweb icon
  • stumbleupon icon
  • google icon
  • technorati icon
  • blinklist icon
  • newsvine icon
  • magnolia icon
  • reddit icon
  • windows icon
  • tailrank icon
  • blogmark icon
  • simpy icon

7 anonymous users and 0 registered users online.

You are an unregistered user or have not logged in. You can register here.