Pagina 2 di 2

Re: accesso tramite myqnapcloud e rete locale

Inviato: 23 gen 2015, 19:38
da ninio
Questo è il tutorial del tuo firmware
http://www.dd-wrt.com/wiki/index.php/DN ... HCP_server

Re: accesso tramite myqnapcloud e rete locale

Inviato: 28 gen 2015, 19:42
da dMajo
Qui una breve wiki sull'argomento .... se hai problemi a capirla conferma di avere le stesse schermate e poi ci risentiamo per la loro compilazione.

Essenzialmente si tratta di compilare le schermate "Network Address Server Settings (DHCP)" e "DHCP Server" come da guida (con i dati pertinenti alla propria lan ovviamente) e poi nella schermata "DNSMasq" oltre alle due righe indicate aggiungere:

Codice: Seleziona tutto

addn-hosts=/tmp/hosts
avendo poi cura di compilare/creare il file "hosts" in "tmp" con i record che verranno serviti dal dns

Codice: Seleziona tutto

# This is a sample HOSTS file
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
#
192.168.0.1	mionas.myqnapclud.com	# il mio nas
Ovviamente tutto quello a destra del "#" è un commento ed è facoltativo.