Re: DHCP

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

 



At 23:16 3/24/2004, you wrote:
This is my file dhcpd.conf:


ddns-update-style interim; ignore client-updates;

# Rete casa
subnet 192.168.0.0 netmask 255.255.255.0 {
  # --- default gateway
  option routers 192.168.0.1;
  option subnet-mask 255.255.255.0;
  range dynamic-bootp 192.168.0.128 192.168.0.254;
  default-lease-time 21600;
  max-lease-time 43200;
  }

If I remove DNS from a WinXP machine and say to get automatically in the TCP/IP window (of course IP assigning is o.k.), surfing stops, i.e. no DNS available.Any hint to a brand new user of DHCP???

Read the man page on dhcpd.conf for more detail and to verify syntax, but I think this should do it:


option          domain-name-servers             192.168.0.1;

Cheers,


-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx http://www.simpaticus.com



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux