configurazione dhcp
Inviato: giovedì 30 dicembre 2010, 21:08
sto mettendo su un server per casa con ubuntu server e iniziando con il dhcp inizio già ad avere problemi. questo è il mio /etc/dhcp3/dhcp.conf
questo invece è /etc/default/dhcp3-srerver:
non riesce ad avviarsi il server!
Codice: Seleziona tutto
authoritative;
pool {
range 192.168.100.3 192.168.100.254;
server-name "fam-preciso.local";
option domain-name "fam-preciso.local";
#option domain-name-servers 192.168.100.1;
default-lease-time 86400;
max-lease-time 31536000;
host fam-preciso.local {
hardware ethernet 00:48:54:6B:B3:D7;
fixed-address 192.168.100.1;
}
}
}
Codice: Seleziona tutto
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp3-server by the maintainer scripts
#
# This is a POSIX shell fragment
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="eth0 eth1"