sudo gedit /etc/default/isc-dhcp-server
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/isc-dhcp-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"
sudo gedit /etc/dhcp/dhcpd.conf
# reserva
host pcprofe {
hardware ethernet 08:a3:47:26:c9:f2;
fixed-address 192.168.1.148;
}
sudo cat /var/lib/dhcp/dhcpd.leases
No hay comentarios:
Publicar un comentario