Services: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
* dhcpd: sar.informatik.hu-berlin.de
* '''dhcpd''': sar.informatik.hu-berlin.de
** <pre><nowiki>
** <pre><nowiki>
# Allgemeine Optionen fuer Domains und Servers
# Allgemeine Optionen fuer Domains und Servers
Line 16: Line 16:
** For wgt's that means HW-adresses 00:0f:b5:X:Y:Z the assinged name is wgt-Y-Z. (Note: this is only valid if no static IP is assigned and if no static dns-entry exists; leading 0 in the HW-adresses are droped. Example: 00:0f:b5:3c:0a:17 -> wgt-a-17)
** For wgt's that means HW-adresses 00:0f:b5:X:Y:Z the assinged name is wgt-Y-Z. (Note: this is only valid if no static IP is assigned and if no static dns-entry exists; leading 0 in the HW-adresses are droped. Example: 00:0f:b5:3c:0a:17 -> wgt-a-17)


* NTP
* '''NTP'''
** dc 192.168.2.20
** dc 192.168.2.20


* WebSVN
* '''WebSVN'''
** http://brn-svn
** http://brn-svn


* DNS
* '''DNS'''
** dc 192.168.2.20
** dc 192.168.2.20


* Mail (Exchange Server 2003SP2)
* '''Mail''' (Exchange Server 2003SP2)
** ex 192.168.2.22
** ex 192.168.2.22

Revision as of 07:02, 10 March 2006

  • dhcpd: sar.informatik.hu-berlin.de
  1. Allgemeine Optionen fuer Domains und Servers
  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. Zeitserver

option ntp-servers 192.168.2.20;

    • The dhcpd-daemon registers dynamically the host-name the dhcp-client proposes on the DNS for sar.informatik.hu-berlin.de in case of an non-fixed IP-address.
    • If no name is proposed the default name for a dynamic assignd IP 192.168.X.Y is dhcp-X.Y.
    • For wgt's that means HW-adresses 00:0f:b5:X:Y:Z the assinged name is wgt-Y-Z. (Note: this is only valid if no static IP is assigned and if no static dns-entry exists; leading 0 in the HW-adresses are droped. Example: 00:0f:b5:3c:0a:17 -> wgt-a-17)
  • NTP
    • dc 192.168.2.20
  • DNS
    • dc 192.168.2.20
  • Mail (Exchange Server 2003SP2)
    • ex 192.168.2.22