我的需要:,我想让本地网络打印机工作,当我使用我的虚拟专用网与思科AnyConnect确信移动客户端VPN。
当我没有连接到虚拟专用网时,我可以平平打印机并使用它,但是当VPN打开时,路由表会被更改,我不能再平和使用打印机了。
我们的系统:
Cisco客户端配置文件(我不能将整个文件提供给您,因为其中包含机密信息):
<ClientInitialization>
<UseStartBeforeLogon UserControllable="true">false</UseStartBeforeLogon>
<AutomaticCertSelection UserControllable="true">true</AutomaticCertSelection>
<ShowPreConnectMessage>false</ShowPreConnectMessage>
<CertificateStore>All</CertificateStore>
<CertificateStoreOverride>false</CertificateStoreOverride>
<ProxySettings>Native</ProxySettings>
<AllowLocalProxyConnections>true</AllowLocalProxyConnections>
<AuthenticationTimeout>12</AuthenticationTimeout>
<AutoConnectOnStart UserControllable="true">false</AutoConnectOnStart>
<MinimizeOnConnect UserControllable="true">true</MinimizeOnConnect>
<LocalLanAccess UserControllable="true">false</LocalLanAccess>
<ClearSmartcardPin UserControllable="true">true</ClearSmartcardPin>
<AutoReconnect UserControllable="false">true
<AutoReconnectBehavior UserControllable="false">DisconnectOnSuspend</AutoReconnectBehavior>
</AutoReconnect>
<AutoUpdate UserControllable="false">false</AutoUpdate>
<RSASecurIDIntegration UserControllable="false">Automatic</RSASecurIDIntegration>
<WindowsLogonEnforcement>SingleLocalLogon</WindowsLogonEnforcement>
<WindowsVPNEstablishment>LocalUsersOnly</WindowsVPNEstablishment>
<AutomaticVPNPolicy>false</AutomaticVPNPolicy>
<PPPExclusion UserControllable="false">Automatic
<PPPExclusionServerIP UserControllable="false"></PPPExclusionServerIP>
</PPPExclusion>
<EnableScripting UserControllable="false">false</EnableScripting>
<CertificateMatch>
<ExtendedKeyUsage>
<ExtendedMatchKey>ServerAuth</ExtendedMatchKey>
</ExtendedKeyUsage>
</CertificateMatch>
<EnableAutomaticServerSelection UserControllable="true">false
<AutoServerSelectionImprovement>20</AutoServerSelectionImprovement>
<AutoServerSelectionSuspendTime>4</AutoServerSelectionSuspendTime>
</EnableAutomaticServerSelection>
<RetainVpnOnLogoff>false
</RetainVpnOnLogoff>
</ClientInitialization>
我试过的是:
我的网络知识有限,我希望找到解决问题的方法。
发布于 2015-10-22 17:45:53
您需要启用本地局域网访问。编辑配置XML并不是正确的方法。
在AnyConnect术语中,我们将configuration称为客户端配置文件。每次连接VPN前端时,AnyConnects都会检查AnyConnect软件或客户端配置文件的更新版本。如果服务器(ASA)上有不同版本的客户端配置文件,AnyConnect将用服务器上可用的版本替换本地版本。
这就解释了为什么会发生这种事。
将配置XML文件中的LocalLanAccess参数设置为true,但>当我连接到虚拟专用网时,此参数将自动重置为>false。
您需要联系网络管理员和本地局域网访问请求。如果您是网络管理员,请更新ASA上的配置文件。这可以通过ASDM轻松地完成。
https://stackoverflow.com/questions/22450045
复制相似问题