no nie jest dobrze:
root@s1:~# named-checkzone firma.wsinf.edu.pl ppp
dns_rdata_fromtext: ppp:3: near eol: unexpected end of input
dns_master_load: ppp:4: unexpected end of line
dns_master_load: ppp:4: unexpected end of input
dns_master_load: ppp:6: unexpected end of line
dns_master_load: ppp:6: unexpected end of input
dns_master_load: ppp:8: unexpected end of line
dns_master_load: ppp:8: unexpected end of input
dns_master_load: ppp:9: isc_lex_gettoken() failed: unbalanced parentheses
dns_master_load: ppp:9: unbalanced parentheses
zone firma.wsinf.edu.pl/IN: loading from master file ppp failed: unexpected end of input
zone firma.wsinf.edu.pl/IN: not loaded due to errors.
root@s1:~#
A prawidłowy plik strefy powinien wyglądać tak:
$ORIGIN domena.pl.
$TTL 172800
@ IN SOA masterns.pl. root.at.domena.pl. (
2020111500 ;Serial
7200 ;Refresh
1800 ;Retry
2419200 ;Expire
86400 ) ;Negative Cache TTL
@ IN NS masterns.pl.
@ IN NS slavens.pl.
;
@ IN A 127.0.0.1
w twoim przypadku błąd z ---> ()
$TTL 86400
$ORIGIN firma.wsinf.edu.pl.
@ IN SOA ns1.firma.wsinf.edu.pl. root.ns1.firma.wsinf.edu.pl. (
1 ;; serial
86400 ;; refresh
3600 ;; retry
2419200 ;; expire
432000 ) ;; TTL
@ IN NS ns1.firma.wsinf.edu.pl.
@ IN NS ns2.firma.wsinf.edu.pl.
ns1 IN A 100.0.0.1
ns2 IN A 100.0.0.100
www IN A 100.0.0.100
ftp IN CNAME www
co do aliasu ftp to normalnie robi sie wpis IN A (może twoj nauczyciel chciał CNAME) <--- nie wiem
EDITL
twój rekord cname jest ok...
zasada jest taka: jęśli po nazwie brak kropki named dodaje ORIGIN.
czyli:
ftp in cname www = www.firma.wsinf.edu.pl