diff --git a/dhcpd.conf b/dhcpd.conf index 6afd09e..56371db 100644 --- a/dhcpd.conf +++ b/dhcpd.conf @@ -16,7 +16,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 { # we want the nameserver to appear at a fixed address host ns { - next-server fixed.domain.org; + next-server fixed.mandrakesoft.com; hardware ethernet 12:34:56:78:AB:CD; fixed-address 192.168.0.10; }