Services

From
Revision as of 15:19, 24 May 2007 by Jeschke (talk | contribs)
Jump to navigation Jump to search
  • DHCP: sar.informatik.hu-berlin.de
  1. global options (apply to all hosts)
  2. DNS

option domain-name "sar.informatik.hu-berlin.de"; option domain-name-servers 192.168.2.20 , 141.20.20.50;

  1. NIS

option nis-domain "sar"; option nis-servers 192.168.2.20;

  1. time server

option ntp-servers 192.168.2.20;

    • In case of an non-fixed IP-address, the dhcpd-daemon dynamically registers the host-name, as proposed by the dhcp-client, with the DNS for sar.informatik.hu-berlin.de.
    • If no name is proposed the default name for a dynamicly assignd IP address 192.168.X.Y is set to dhcp-X-Y.
    • For WGTs with MAC-addresses 00:0f:b5:X:Y:Z the name wgt-Y-Z will be assinged . (Note: this is only valid if no static IP is assigned and if no conflicting static dns-entry exists; leading 0 in the MAC-addresses are droped. Example: 00:0f:b5:3c:0a:17 -> wgt-a-17)

--WM 12:54, 13 December 2006 (CET)

  • NTP
    • dc 192.168.2.20
  • DNS
    • dc 192.168.2.20
  • Gforge (project management)
    • gforge 192.168.2.31