Current Time in Cisco/Scientific atlanta modems | docsis.org

You are here

Current Time in Cisco/Scientific atlanta modems

7 posts / 0 new
Last post
paveu
Current Time in Cisco/Scientific atlanta modems

Hello,
I'm looking for a way how to set up time in modems. I haven't figured out how to solve it. I think i should add something to isc dhcpd confg.

now what i have done?
- there is ntp server.
- i added "option time-servers 192.168.1.1"

grosche
Time-of-Day Server

My Motorola CM need a Time-of-Day Server not a NTP Server.
The dhcpd option time-servers ist correct when you have a Time-of-Day Server.
You can use xinetd for Time-of-Day. The Service called "Time" on udp port 37.
For NTP you must set the dhcpd option ntp-servers.

In /etc/xinet.d/time you must set in udp version disabled = no

# This is the tcp version.
service time
{
disable = yes
type = INTERNAL
id = time-stream
socket_type = stream
protocol = tcp
user = root
wait = no
}

# This is the udp version.
service time
{
disable = no
type = INTERNAL
id = time-dgram
socket_type = dgram
protocol = udp
user = root
wait = yes
}

paveu
thank you very much. It's now

thank you very much. It's now working. i also had to bind time to ip 'bind 192.168.1.1'.

paveu
changing time

Current time shows 12:43:00 but there is 14:43:00 now. Please tell me how to change time.

Smutje
try the time-offset option

try the time-offset option

paveu
thanks, i added "option time

thanks, i added "option time-offset 7000; " and it's working now ... (i hope ) :-)

grosche
time-offset

set time-offset to 7200 ;-)

Log in or register to post comments