VnLamp

Go Back   VnLamp > Khu vực Training > LPI

Trả lời
 
LinkBack Ðiều Chỉnh Xếp Bài
XP join domain Samba
Old
  (#1 (permalink))
 
Status: Offline
Posts: 2
Tham gia: Jul 2011
Junior Member
Unhappy XP join domain Samba - 12-07-2011, 18:12 12-07-2011

sau khi mình cài đặt và cấu hình samba+openldap để triển khai DC trên CentOS thì mình dùng máy Xp sử dụng ldapadmin để truy cập dữ liệu và tạo user group bình thương nhưng tới lúc tiến hành join domain thì lại báo lỗi mình về dns mặc dù xp phan giải tốt máy DNS CentOS tích hợp samba+openldap.đây là lỗi của mình.Các bạn có thể giúp mình giải quyết vấn đề này được không?
Trích:
The domain name HMCUONG might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS.

If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration.

The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain HMCUONG:

The error was: "This operation returned because the timeout period expired."
(error code 0x000005B4 ERROR_TIMEOUT)

The query was for the SRV record for _ldap._tcp.dc._msdcs.HMCUONG

The DNS servers used by this computer for name resolution are not responding. This computer is configured to use DNS servers with the following IP addresses:

172.16.1.10

Verify that this computer is connected to the network, that these are the correct DNS server IP addresses, and that at least one of the DNS servers is running.

For more information on how to correct this problem, click Help.
   
Trả Lời Với Trích Dẫn
Old
  (#2 (permalink))
LM
 
Status: Offline
Posts: 195
Tham gia: Dec 2007
BQT VNLAMP
 
LM's Avatar
Default 13-07-2011, 17:13 13-07-2011

Cái zone dns HMCUONG của bạn thế nào?


I'm quit.
   
Trả Lời Với Trích Dẫn
Old
  (#3 (permalink))
 
Status: Offline
Posts: 2
Tham gia: Jul 2011
Junior Member
Default 13-07-2011, 18:13 13-07-2011

đây là file cấu hình DNS của mình
named.conf
Trích:
acl mynet {
172.16.1.0/24;
127.0.0.1;
};

options {
allow-transfer {none;};
directory "/var/named";
query-source port 53;
query-source-v6 port 53;
dump-file "var/named/data/cache_dump.db";
statistics-file "var/named/data/named_stats.txt";
memstatistics-file "var/named/data/named_mem_stats.txt";
notify yes;
};
include "/etc/rndc.key";

zone "." IN {
type hint;
file "named.root";
};

zone "hmcuong.com" IN {
type master;
file "hmcuong.db";
allow-update { any; };
};

zone "DomainDNSZones.hmcuong.com" IN {
type master;
file "DomainDNSZones.hmcuong.db";
allow-update { any; };
};
zone "ForestDNSZones.hmcuong.com" IN {
type master;
file "ForestDNSZones.hmcuong.db";
allow-update { any; };
};
zone "_msdcs.hmcuong.com" IN {
type master;
file "_msdcs.hmcuong.db";
allow-update { any; };
};
zone "_tcp.hmcuong.com" IN {
type master;
file "_tcp.hmcuong.db";
allow-update { any; };
};
zone "_udp.hmcuong.com" IN {
type master;
file "_udp.hmcuong.db";
allow-update { any; };
};
zone "_sites.hmcuong.com" IN {
type master;
file "_sites.hmcuong.db";
allow-update { any; };
};
zone "localhost" IN {
type master;
file "localhost.db";
};

zone "0.0.127.in-addr.arpa" IN {
type master;
file "0.0.127.in-addr.arpa.db";

};

zone "1.16.172.in-addr.arpa" {
type master;
file "1.16.172.in-addr.arpa.db";
};
hmcuong.db
Trích:
$TTL 86400
@ IN SOA serverlinux.hmcuong.com. root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
IN MX 10 serverlinux.hmcuong.com.
1D IN A 172.16.1.10
serverlinux 1D IN A 172.16.1.10
www 1D IN CNAME serverlinux
mail 1D IN CNAME serverlinux
ftp 1D IN CNAME serverlinux
1.16.172.in-addr.arpa.db
Trích:
$TTL 86400
@ IN SOA serverlinux.hmcuong.com. root. (
3 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttk
)

@ IN NS serverlinux.hmcuong.com.
10 IN PTR serverlinux.hmcuong.com.
0.0.127.in-addr.arpa.db
Trích:
$TTL 86400
@ IN SOA localhost. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.

1 IN PTR localhost.
DomainDNSZones.hmcuong.db
Trích:
$TTL 86400
DomainDNSZones.hmcuong.com. IN SOA serverlinux.hmcuong.com. root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
$ORIGIN DomainDNSZones.hmcuong.com.
ForestDNSZones.hmcuong.db
Trích:
$TTL 86400
ForestDNSZones.hmcuong.com. IN SOA serverlinux.hmcuong.com. root.hmcuong.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
$ORIGIN ForestDNSZones.hmcuong.com.
_tcp.hmcuong.db
Trích:
$TTL 86400
_tcp.hmcuong.com. IN SOA serverlinux.hmcuong.com. root.hmcuong.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
$ORIGIN _tcp.hmcuong.com.
_sites.hmcuong.db
Trích:
$TTL 86400
_sites.hmcuong.com. IN SOA serverlinux.hmcuong.com. root.hmcuong.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
$ORIGIN _sites.hmcuong.com.
_msdcs.hmcuong.db
Trích:
$TTL 86400
_msdcs.hmcuong.com. IN SOA serverlinux.hmcuong.com. root.hmcuong.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
$ORIGIN _msdcs.hmcuong.com.
_udp.hmcuong.db
Trích:
$TTL 86400
_udp.hmcuong.com. IN SOA serverlinux.hmcuong.com. root.hmcuong.com. (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS serverlinux.hmcuong.com.
$ORIGIN _udp.hmcuong.com.
   
Trả Lời Với Trích Dẫn
Trả lời


Ðiều Chỉnh
Xếp Bài

Quyền Sử Dụng Ở Diễn Ðàn
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Mở
Smilies đang Mở
[IMG] đang Mở
HTML đang Tắt
Trackbacks are Mở
Pingbacks are Mở
Refbacks are Mở


Múi giờ GMT. Hiện tại là 23:22 22-05-2012.