DNS: Difference between revisions

From CSCWiki
Jump to navigation Jump to search
(SSHFP records)
No edit summary
Line 14: Line 14:


We should look into [http://tools.ietf.org/html/rfc4255 SSHFP] records. Apparently OpenSSH supports these.
We should look into [http://tools.ietf.org/html/rfc4255 SSHFP] records. Apparently OpenSSH supports these.

== SRV Records ==

There is currently no way to create or modify SRV records in Maintain. Hence we need to email hostmaster@ist.uwaterloo.ca to get SRV records in UW's DNS servers. The following are a list of SRV records that the CSC plans to create or has created.

'''Kerberos'''
* _kerberos._udp.csclub.uwaterloo.ca 600 IN SRV 0 0 88 caffeine.csclub.uwaterloo.ca.
* _kerberos._udp.csclub.uwaterloo.ca 600 IN SRV 10 0 88 perpugilliam.csclub.uwaterloo.ca.
* _kerberos-master._udp.csclub.uwaterloo.ca 600 IN SRV 0 0 88 caffeine.csclub.uwaterloo.ca.
* _kerberos-adm._tcp.csclub.uwaterloo.ca 600 IN SRV 0 0 749 caffeine.csclub.uwaterloo.ca.
* _kpasswd._udp.csclub.uwaterloo.ca 600 IN SRV 0 0 464 caffeine.csclub.uwaterloo.ca.

'''LDAP'''
* _ldap._tcp.csclub.uwaterloo.ca 600 IN SRV 0 0 389 caffeine.csclub.uwaterloo.ca.
* _ldap._tcp.csclub.uwaterloo.ca 600 IN SRV 10 0 389 perpugilliam.csclub.uwaterloo.ca.
* _ldaps._tcp.csclub.uwaterloo.ca 600 IN SRV 0 0 636 caffeine.csclub.uwaterloo.ca.
* _ldaps._tcp.csclub.uwaterloo.ca 600 IN SRV 10 0 636 perpugilliam.csclub.uwaterloo.ca.

'''Jabber''' (already present, but should get updated as they point to peri)
* _xmpp-server._tcp.csclub.uwaterloo.ca 600 IN SRV 0 0 5269 caffeine.csclub.uwaterloo.ca.
* _xmpp-client._tcp.csclub.uwaterloo.ca 600 IN SRV 0 0 5222 caffeine.csclub.uwaterloo.ca.
* _jabber._tcp.csclub.uwaterloo.ca 600 IN SRV 0 0 5269 caffeine.csclub.uwaterloo.ca.

Revision as of 17:35, 18 June 2008

The University of Waterloo's DNS is managed through Maintain.

People who have access to Maintain:

  • daltenty
  • dtbartle
  • hkarau
  • mspang

LOC Recrds

If we really cared, we might add a LOC record for csclub.uwaterloo.ca.

SSHFP

We should look into SSHFP records. Apparently OpenSSH supports these.