|
|
Hi, I've installed openvpn 2.0 server on FC3 and the clients are winxp. Everything works just fine except samba. Could anyone tell me what have I done wrong? When I want to join the domain I get the following error: "A domain controller for the domain vpndomain could not be contacted. Ensure that the domain name is typed correctly. The domain name vpndomain 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 vpndomain: The error was: "DNS name does not exist." (error code 0x0000232B RCODE_NAME_ERROR) The query was for the SRV record for _ldap._tcp.dc._msdcs.vpndomain Common causes of this error include the following: - The DNS SRV record is not registered in DNS. - One or more of the following zones do not include delegation to its child zone: vpndomain . (the root zone)" -------------------------- serv.conf -------------------------- #### port 1194 proto udp dev tun ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn/keys/server.key # This file should be kept secret dh /etc/openvpn/keys/dh1024.pem mode server tls-server duplicate-cn ifconfig 10.6.0.1 10.6.0.2 ifconfig-pool 10.6.0.4 10.6.0.254 ifconfig-pool-persist ipp.txt route 10.6.0.0 255.255.255.0 keepalive 10 120 comp-lzo user nobody group nobody persist-tun client-config-dir /etc/openvpn/ccd log loguri status openvpn-status.log verb 3 ------------------------------------ ccd/client1 ----------------------------------- push-reset push "ping 15" push "ping-restart 60" push "route 10.6.0.0 255.255.255.0" ifconfig-push 10.6.0.22 10.6.0.21 push "dhcp-option DNS 10.6.0.1" push "dhcp-option DOMAIN ***" push "dhcp-option WINS 10.6.0.1" ------------------------------------- client.conf ----------------- client dev tun proto udp remote 84.*.*.* 1194 nobind persist-key persist-tun ca ca.crt cert client1.crt key client1.key comp-lzo verb 4 -- ddaas ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-07/msg00033.html on line 267 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-07/msg00033.html on line 267 |