Configurando a data e hora no D-Link DSL-500G: Difference between revisions

From Wiki
(New page: Segue aqui uma dica de como configurar a data e hora no DLink DSL 500G generation II. A hora do relógio do seu modem é definida a partir de um servidor de horário. Conecte no seu mode...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:


Depois execute um '''exit''' para sair.
Depois execute um '''exit''' para sair.
Dica: para ver as opções adicione ?
$modify system?
Parameter                        Description
---------                        -----------
[ contact "<name>" ]              Identification of the contact person
[ model "<model-name>" ]          Model of the system
[ location "<name>" ]              The physical location of this node
[ vendor "<name>" ]                Vendor-specific information
[ logthresh <decvalue> ]          The severity level of trap
[ systime "<sys-time>" ]          SysTime in format mon dd hh:mm:ss year
[ dst <on | off> ]                Daylight Saving Time
[ timezone "<timezone>" ]          Time Zone
[ name "<name>" ]                  Host Name
[ dname "<domain>" ]              Domain Name
== Ver também ==
*[[Instalando a placa Encore ENL832-TX-ICNT no Linux]]
*[[Instalando Placas RTL8139D no Linux]]
*[[Configurando a data e hora no D-Link DSL-500G]]
* [[Hardware|  Mais Artigos sobre Hardware]]
[[Category: Hardware]]

Latest revision as of 21:06, 4 February 2013

Segue aqui uma dica de como configurar a data e hora no DLink DSL 500G generation II.

A hora do relógio do seu modem é definida a partir de um servidor de horário.

Conecte no seu modem via Telnet

> telnet 10.1.1.1

e entre com o usuário admin e a senha. Por padrão é admin.

Execute os seguintes comandos

modify sntp cfg disable 
modify system timezone "BRST" 
create sntp servaddr dname ntp.usp.br 
modify sntp cfg enable 
commit

Depois execute um exit para sair.

Dica: para ver as opções adicione ?

$modify system?
Parameter                         Description
---------                         -----------
[ contact "<name>" ]               Identification of the contact person
[ model "<model-name>" ]           Model of the system
[ location "<name>" ]              The physical location of this node
[ vendor "<name>" ]                Vendor-specific information
[ logthresh <decvalue> ]           The severity level of trap
[ systime "<sys-time>" ]           SysTime in format mon dd hh:mm:ss year
[ dst <on | off> ]                 Daylight Saving Time
[ timezone "<timezone>" ]          Time Zone
[ name "<name>" ]                  Host Name
[ dname "<domain>" ]               Domain Name


Ver também