Services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* '''DHCP''': sar.informatik.hu-berlin.de |
* '''DHCP''': sar.informatik.hu-berlin.de |
||
** <pre><nowiki> |
** <pre><nowiki> |
||
# global options (apply to all hosts) |
|||
# Allgemeine Optionen fuer Domains und Servers |
|||
# |
|||
# DNS |
# DNS |
||
option domain-name "sar.informatik.hu-berlin.de"; |
option domain-name "sar.informatik.hu-berlin.de"; |
||
Line 9: | Line 8: | ||
option nis-domain "sar"; |
option nis-domain "sar"; |
||
option nis-servers 192.168.2.20; |
option nis-servers 192.168.2.20; |
||
# time server |
|||
# Zeitserver |
|||
option ntp-servers 192.168.2.20; |
option ntp-servers 192.168.2.20; |
||
</nowiki></pre> |
</nowiki></pre> |
||
** |
** 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 |
** 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 |
** 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) |
||
* '''NTP''' |
* '''NTP''' |
Revision as of 07:54, 10 March 2006
- DHCP: sar.informatik.hu-berlin.de
- global options (apply to all hosts)
- DNS
option domain-name "sar.informatik.hu-berlin.de"; option domain-name-servers 192.168.2.20 , 141.20.20.50;
- NIS
option nis-domain "sar"; option nis-servers 192.168.2.20;
- 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)
- NTP
- dc 192.168.2.20
- WebSVN
- DNS
- dc 192.168.2.20
- Mail (Exchange Server 2003SP2)
- ex 192.168.2.22