ho preso l'entrylevel da 1GB di Ram ma credo che sia da prendere quello da 4gb
ora lo provo , sono curioso di vedere se scalda come l'altro.

Codice: Seleziona tutto
# A ServerID is required by RFC2131.
require dhcp_server_identifier
# Generate SLAAC address using the Hardware Address of the interface
#slaac hwaddr
# OR generate Stable Private IPv6 Addresses based from the DUID
slaac private
# ******************************************************************************
# Decommentare le seguenti righe per impostare un IP statico sulla rete ETHERNET
# ******************************************************************************
interface eth0
static ip_address=192.168.1.10
static routers=192.168.1.1
static domain_name_servers=192.168.1.1 8.8.8.8
# ******************************************************************************
# Decommentare le seguenti righe per impostare un IP statico sulla rete WIFI
# ******************************************************************************
interface wlan0
static ip_address=192.168.1.9
static routers=192.168.1.254
static domain_name_servers=192.168.1.1 8.8.8.8
Visitano il forum: Nessuno e 2 ospiti