Services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No 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 |
||
# |
# |
||
# DNS |
|||
option domain-name "sar.informatik.hu-berlin.de"; |
|||
option domain-name-servers 192.168.2.20 , 141.20.20.50; |
option domain-name-servers 192.168.2.20 , 141.20.20.50; |
||
# NIS |
# NIS |
Revision as of 06:47, 10 March 2006
- dhcpd: sar.informatik.hu-berlin.de
- Allgemeine Optionen fuer Domains und Servers
- 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;
- 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
- WebSVN
- DNS
- dc 192.168.2.20
- Mail (Exchange Server 2003SP2)
- ex 192.168.2.22