Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Configuring daytime services

807557Oct 24 2006 — edited Oct 26 2006
Hello,

I'm trying to create a web view to look at the daytime synchronization of over 20 servers. This is released by a cgi script using daytime services.

A - Server configuration (solaris 8):
-------------------------------------------------------------------------------------------------------
Nothing to do

B - Client configuration (solaris 10):
--------------------------------------------------------------------------------------------------------
01 - add in /etc/inetd.conf:
daytime stream tcp6 nowait root internal
daytime dgram udp6 wait root internal

02 - add in /etc/services:[/b
daytime 13/tcp # Daytime (RFC 867)
daytime 13/udp # Daytime (RFC 867)]

[b]03 - Starting daytime services with SMF:

svcadm enable svc:/network/daytime:dgram
svcadm enable svc:/network/daytime:stream

B - Testing from server to client:
--------------------------------------------------------------------------------------------------------
01 - Request:
telnet [SERVER_IP] 13

02 - Actual responding:
Trying [SERVER_IP]...
Connected to [SERVER_IP].
Escape character is '^]'.
Connection closed by foreign host.

03 - Expected responding:
Trying [SERVER_IP]...
Connected to [SERVER_IP].
Escape character is '^]'.
Tue Oct 24 18:08:43 2006
Connection closed by foreign host.

Could someone help me please ?
Do you need more to help me ?

Thank you very much.
bye bye
Guillaume
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2006
Added on Oct 24 2006
4 comments
420 views