我的问题是,当我在办公室外,我无法访问我的任何networking驱动器。 我无法通过FQDN或IP地址向他们发送UNC。 例如,domain.local \ folder或172.26.6.2 \ d $。 没有什么远程工作 我也可以ping一切正常,名称和IP地址。 防火墙不显示任何被阻止,我是一个pipe理员有适当的访问来做到这一点。 这不仅影响到我,而且影响到我们networking中的每个人。 我在家里做了一些dcdiags,我得到了以下。
我运行了dcdiag /s:domain.local
Directory Server Diagnosis Performing initial setup: [domain.local] Directory Binding Error 1727: The remote procedure call failed and did not execute. This may limit some of the tests that can be performed. * Identified AD Forest. Done gathering initial info. Doing initial required tests Testing server: Default-First-Site-Name\domain02 Starting test: Connectivity [domain02] DsBindWithSpnEx() failed with error 1727, The remote procedure call failed and did not execute.. Got error while checking LDAP and RPC connectivity. Please check your firewall settings. ......................... domain02 failed test ConnectivityDoing primary tests ds Testing server: Default-First-Site-Name\domain02 Skipping all tests, because server domain02 is not responding to directory service requests. Running partition tests on : ForestDnsZones Starting test: CheckSDRefDom ......................... ForestDnsZones passed test CheckSDRefDom Starting test: CrossRefValidation ......................... ForestDnsZones passed test CrossRefValidation Running partition tests on : DomainDnsZones Starting test: CheckSDRefDom ......................... DomainDnsZones passed test CheckSDRefDom Starting test: CrossRefValidation ......................... DomainDnsZones passed test CrossRefValidation Running partition tests on : Schema Starting test: CheckSDRefDom ......................... Schema passed test CheckSDRefDom Starting test: CrossRefValidation ......................... Schema passed test CrossRefValidation Running partition tests on : Configuration Starting test: CheckSDRefDom ......................... Configuration passed test CheckSDRefDom Starting test: CrossRefValidation ......................... Configuration passed test CrossRefValidation Running partition tests on : domain Starting test: CheckSDRefDom ......................... domain passed test CheckSDRefDom Starting test: CrossRefValidation ......................... domain passed test CrossRefValidation Running enterprise tests on : domain.local Starting test: LocatorCheck Warning: DcGetDcName(GC_SERVER_REQUIRED) call failed, error 1722 A Global Catalog Server could not be located - All GC's are down. Warning: DcGetDcName(PDC_REQUIRED) call failed, error 1722 A Primary Domain Controller could not be located. The server holding the PDC role is down. Warning: DcGetDcName(TIME_SERVER) call failed, error 1722 A Time Server could not be located. The server holding the PDC role is down. Warning: DcGetDcName(GOOD_TIME_SERVER_PREFERRED) call failed, error 1722 A Good Time Server could not be located. Warning: DcGetDcName(KDC_REQUIRED) call failed, error 1722 A KDC could not be located - All the KDCs are down. ......................... domain.local failed test LocatorCheck Starting test: Intersite ......................... domain.local passed test Intersite
有点失落。 它曾经工作,不知道什么时候停止…
UPDATE ….
当我从服务器捕获信息到VPN位置。 这是我得到的。
Wireshark Snippet
在不了解VPN服务器的情况下,很难对原因做出正确的描述。 我怀疑你有什么过滤你的VPN客户端和服务器电脑之间的stream量。
我开始在服务器计算机上安装“networking监视器”(或Wireshark,或者您最喜欢的嗅探器),并在客户端尝试通过“文件和打印共享”访问服务器计算机时捕获stream量。 您应该看到从TCP客户端到服务器的TCP端口445和/或端口139(取决于客户端和服务器版本)的stream量。 如果你不这样做,那么过滤该stream量。
如果您确实看到了stream量,那么您在跟踪中发现的细节应该给你下一个看看(访问被拒绝的错误等)。