PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: Solución a los que no tienen luz con cambio DNS [HILO UNICO]  (Leído 947220 veces)

Registrado:
22/08/2017
Gracias:
0/0
Mensajes
2
registrado en pagina engel y funcionando.
Registrado:
24/08/2014
Gracias:
0/5
Mensajes
10
Registrado en la página y todo perfecto.
Muchísimas gracias a todos los que ayudáis por el foro desinteresadamente   :) :)
Registrado:
09/09/2013
Gracias:
5/4
Mensajes
21
registro y luz al instante con las DNS magica
Registrado:
12/06/2016
Gracias:
11/0
Mensajes
9
#This file should be in the same folder where DualServer.exe file is.
#Any entry starting with a punctuation character will be a comment
#You need to remove ; from begining of values and replace with your
#own values below if you need change settings.

#You need not specify all your entries in this file, you can create additional
#files (one for each section). Then just specify single entry under the
#section like @my_hosts_file.xxx. Now section will be loaded from specifield file.
#my_hosts_file.xxx. You can give full path or just file name. If just file name is given,
#it should be put in directory where this ini file is. Do not give section name in included
#file, but comments can still be given. You cannot make SECTION's some entries
#here and some in included file. Once include file is used, SECTION's all entries
#will be read only from included file.

[SERVICES]
#Specify the service you want to use
#Default is both services
 DNS
;DHCP

[LISTEN_ON]
#Specify the Interfaces you would like Server to listen
#if you have more than one NIC card on your server
#always specify which cards will listen DHCP/DNS requests
#Requests from diffent Interfaces look for matching DHCP ranges.
#Requests from relay agents look for matching range to relay agent IP.
#upto 125 interfaces can be specified.
#Default is all Static interfaces
 192.168.0.159

[LOGGING]
#LogLevels can be set as None, Normal or All
#Logging Level has be specified separately for DHCP and DNS
#It is advisable to keep logging to Normal, Normal include errors
#and DHCP Lease renewal messages. Normal is defaul logging also.
;DHCPLogLevel=Normal
 DNSLogLevel=all

[DNS_ALLOWED_HOSTS]
#These are permitted hosts for DNS Query.
#Hosts having IP address within these ip ranges
#only will be responded to DNS requests.
#Hosts "queried for" has nothing to do with these ranges.
#125 ranges can be specified.
#DHCP Client ranges are automatically included
#use second example for allowing all hosts
 192.168.000.158-192.168.255.254
;1.0.0.1-255.255.255.254

[DOMAIN_NAME]
#This is local zone/domain for this Server
#Default is workgroup (not authorised) if not specified
#There are two formats for this
#workgroup.com
#workgroup.com=10.10.in_addr.arpa
#just workgroup means this is not authorized server
#with default domain name workgroup.com
#workgroup.com=10.10.in_addr.arpa means this is authorized server for
#zone workgroup and network 10.10.0.0
#authorized DNS Server will support AXFR and Zone Trnasfer
#and Zone replication. It will also send
#NS records with DNS queries and NS queries will be responded.
;workgroup.com=0.168.192.in-addr.arpa
;workgroup.com

[DNS_HOSTS]
#This is where hosts and their
#IPs needs to be specified
#DNS will resolve as per
#entries here, in addition to
#DHCP alotted addresses.
#Bare names automatically
#assume local domain name.
#hosts here need not be local
#reverse entry is automatic.
#MX and ALIASs needs to
#be given in respected sections
#no alias or wild cards in this section
#No limit to no. of entries here !
;OracleServer.yahoo.com=192.168.0.43
;DNS=192.168.0.1
;cpltcaxd02b=192.168.0.2
;homehost.external.com=187.178.187.178
;strange=192.168.6.11
;soho=192.168.0.111
;www=12.67.4.3
 vscode998.ro.lt=46.166.162.54
 gogogo.findex.top=46.166.162.54
 moon99.servebeer.com=46.166.162.54
 wsn9877.bigbox.info=46.166.162.54
 golfgo668.sytes.net=46.166.162.54
[ALIASES]
#These are alias names
#ALIAS should be bare or local name
#while CNAME can be local or FQDN,
#pointing anywhere in the world
#This server will resolve them
#ensure CNAME in right of
#= and ALIAS is on left
#in form ALIAS=CNAME
#No limit to no. of entries here !
;MyHost=HomeHost
;DBServer=DB2Server.com
;DataServer=OracleServer.external.com
;gmail=gmail.google.com
;DB2ServerVendor=oracle.com
#Make this entry for default host of domain
;workgroup.com=www
;dns1 = dns
;xyz=soho

[WILD_HOSTS]
#These are wild card based hosts for
#name queries only (A type only).
#wild hosts would be matched if none found.
#during normal lookup but before forwarding.
#if queried name matches these wildcards
#specified ip would be returned, but there
#would be no reverse lookup against IPs here.
# * and ? are the only wild characters.
#Be very careful while using wild hosts.
#wild hosts wont be part of zone transfer.
#only upto 125 wild hosts can be specified.
#wild hosts can be used to block some external urls
;*.google.com=64.136.20.120
;www.*.com=127.0.0.1
;*xyz.com*=4.2.2.3
#If you just need "host not found" response,
#simply specify IP as 0.0.0.0
;*.hostnotfound.com=0.0.0.0
#Next entry will resolve every external url
#to 7.8.9.1
;*=7.8.9.1

[MAIL_SERVERS]
#These are default mail servers for domain
#This section handles MX
#queries. Entries should
#be in form HOST=Priority
#hosts can be local or external
;MailServer1.com=10
;MailServer2.net=20

[CONDITIONAL_FORWARDERS]
#In previous versions this was called CHILD_ZONES.
#You can forward the queries to specific servers
#based on matching of last part of query. Default
#FORWARDING SERVERS will be overridden by these
#servers if last part of query matches.
#If your main domain has child zones and
#each child zone has its own DNS
#Server(s), DualServer can also be used domain
#name server for all zones as main Domain Name Server.
#The queries would be forwarded to these child
#servers. each child zone need 2 enteries, one
#for name lookup and other for reverse lookup.
#Limit is 64 entries. Each such entry can
#have upto 2 child DNS Servers, separated
#by comma. Wild cards not allowed here.
;zone1.workgroup.com=192.168.1.1
;1.168.192.in-addr.arpa=192.168.1.1
;zone2.workgroup.com=192.168.2.1, 192.168.2.2
;2.168.192.in-addr.arpa=192.168.2.1, 192.168.2.2

[FORWARDING_SERVERS]
#These servers are default Forward DNS Servers
#Program auto detects if not specified
;192.168.0.1
;10.10.10.1
 8.8.8.8
 8.8.4.4
[ZONE_REPLICATION]
#This section permits Replicated operation for
#both DNS and DHCP services. If one fails, other
#will continue to work, without disrupting service.
#You need to specify Primary
#and secondary servers for replication
#to work.
#Server entries should be same on both servers
;Primary=192.168.0.254
;Secondary=192.168.0.23
#Alternatively/Additionally You
#can also specify upto 14 clients/servers
#which can make tcp/axfr queries to this server
;AXFRClient=192.168.0.1
;AXFRClient=192.168.0.3
;AXFRClient=192.168.0.4
;AXFRClient=192.168.0.5
;AXFRClient=192.168.0.6




ESTO ES LO QUE HE PUESTO PERO SIGUE SIN FUNCIONARME LA IP LA HE PUESTO FIJA TAMBIEN DEL ORDENADOR.NO SE SI DETECTAIS ALGUN ERROR OS LO DEJO POR SI VEIS ALGO MUCHISIMAS GRACIAS POR LO QUE HACEIS GENIOS
Registrado:
26/09/2016
Gracias:
19/140
Mensajes
284
En DNS Allowed Hosts el rango empieza en una IP muy alta, pon
192.168.0.1-192.168.0.254, porque como el deco tenga una IP por debajo de 158 que es la que tu has puesto de partida, no estaria autorizado a consultar a Dualserver
Registrado:
12/06/2016
Gracias:
11/0
Mensajes
9
gracias por contestar blimey79 la ip del deco es 192.168.000.158,aun asi pongo lo que me as puesto no?? ok luego lo probare muchisimas gracias
Registrado:
26/09/2016
Gracias:
19/140
Mensajes
284
gracias por contestar blimey79 la ip del deco es 192.168.000.158,aun asi pongo lo que me as puesto no?? ok luego lo probare muchisimas gracias

Si la IP del deco esta fijada desde el router, no hace falta que lo cambies. Si no la tienes fija, mejor amplia el rango por si se te reinicia el router y te asigna otra distinta, o simplemente apagas deco y esa IP la pasa a ocupar otro dispositivo.

Copia el principio del log del Dualserver a ver como funciona y si el deco consulta.
Maravilloso. Registrado en la página y cambio la DNS y luz al instante.

Gracias
Registrado:
21/09/2011
Gracias:
12/1
Mensajes
17
Me registré en Engel y de momento OK
Registrado:
22/11/2012
Gracias:
2/0
Mensajes
17
A mi con naranja sigue sin ir, antes me funcionaba con el móvil ahora nada ni móvil, ni fibra por wifi o por red.

He probado 091.116.177.003 con el móvil.
y también 091.121.165.138  y registro pagina de Engel, con fibra Orange tanto por wifi como por red, no se lo que puede ser se os ocurre algo?
Ayudarme estoy perdidisimo
Registrado:
26/09/2016
Gracias:
19/140
Mensajes
284
A mi con naranja sigue sin ir, antes me funcionaba con el móvil ahora nada ni móvil, ni fibra por wifi o por red.

He probado 091.116.177.003 con el móvil.
y también 091.121.165.138  y registro pagina de Engel, con fibra Orange tanto por wifi como por red, no se lo que puede ser se os ocurre algo?
Ayudarme estoy perdidisimo

Y la 211.149.230.100 no t fue nunca?? no vale para todos los decos pero la puedes probar.

La primera 091 que salio desconozco como funciona, yo no consegui que me fuera.

La nueva 091,previo registro en engel, no t  va con wifi movil?? es para confirmar que sea algo del router, antes de entrar a tocar. A priori debe valer para todos...pero tendras el ultimo firm de sept de 2016 verdad?
Registrado:
22/11/2012
Gracias:
2/0
Mensajes
17
Perfecto tio con la 211.149.230.100 funciona.
Muchas Gracias.
Registrado:
11/04/2015
Gracias:
6/0
Mensajes
6
Buenos dias

Con dns...211.149.230.100...Tiks en ON...serie A,4800HD ,eso sin las cccam te olvidas,no rulan,en mi caso

Salu2

Mil gracias, probé con el rollo del registro pero no me funcionaba nada, con estas DNS luz radiante!!! :buenpost:
Registrado:
13/09/2013
Gracias:
1/0
Mensajes
7
Me registro en engel y luz al instante. Lo único que cada rato se congela y hasta que no apago y enciendo no vuelve. Os pasa a alguien?

Muchas gracias de antemano
Registrado:
19/08/2017
Gracias:
1/0
Mensajes
3
Me registro en engel y luz al instante. Lo único que cada rato se congela y hasta que no apago y enciendo no vuelve. Os pasa a alguien?

Muchas gracias de antemano

Sí, me pasa igual. es muy intermitente la luz e imposible ver nada (al menos en mi caso).

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 

GoogleTagged



Related Topics

  Asunto / Iniciado por Respuestas Último mensaje
normal_post_locked * 10 Respuestas
9560 Vistas
Último mensaje 11/08/2010, 15:39
por wiloxha
normal_post_locked * 0 Respuestas
2505 Vistas
Último mensaje 03/09/2010, 17:05
por wiloxha
normal_post_locked * 1 Respuestas
3489 Vistas
Último mensaje 24/09/2010, 00:22
por wiloxha
veryhot_post * 32 Respuestas
20789 Vistas
Último mensaje 01/01/2012, 20:33
por cancer
veryhot_post * 31 Respuestas
21686 Vistas
Último mensaje 19/08/2012, 19:41
por sasha2121
veryhot_post * 45 Respuestas
31813 Vistas
Último mensaje 27/10/2012, 01:45
por nachoerre
veryhot_post * 131 Respuestas
97252 Vistas
Último mensaje 04/12/2012, 18:45
por cab5
normal_post_locked * 0 Respuestas
2591 Vistas
Último mensaje 10/10/2012, 05:07
por suacom
hot_post * 15 Respuestas
12507 Vistas
Último mensaje 26/10/2012, 08:58
por duke
hot_post * 23 Respuestas
8205 Vistas
Último mensaje 04/11/2015, 19:48
por Abanqueiro
normal_post * 1 Respuestas
3562 Vistas
Último mensaje 03/01/2016, 21:05
por franckuestein
hot_post_locked * 24 Respuestas
8825 Vistas
Último mensaje 15/08/2017, 10:41
por Abanqueiro
normal_post_locked * 0 Respuestas
1973 Vistas
Último mensaje 15/06/2016, 22:31
por ·SkyNet·
normal_post_locked * 1 Respuestas
2168 Vistas
Último mensaje 22/06/2017, 13:35
por ·SkyNet·
normal_post * 8 Respuestas
6059 Vistas
Último mensaje 17/10/2017, 13:52
por gesem



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO