首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >思科AnyConnect VPN -本地打印机

思科AnyConnect VPN -本地打印机
EN

Stack Overflow用户
提问于 2014-03-17 08:52:38
回答 4查看 14.4K关注 0票数 1

我的需要:,我想让本地网络打印机工作,当我使用我的虚拟专用网与思科AnyConnect确信移动客户端VPN

当我没有连接到虚拟专用网时,我可以平平打印机并使用它,但是当VPN打开时,路由表会被更改,我不能再平和使用打印机了。

我们的系统:

  • 所有的PC机和打印机都是通过以太网连接到同一个集线器上的,我们使用的是静态IP。
  • 打印机IP : 192.168.1.49
  • 默认网关: 192.168.1.1

Cisco客户端配置文件(我不能将整个文件提供给您,因为其中包含机密信息):

代码语言:javascript
运行
复制
    <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>

我试过的是:

  • 启用preferences选项卡中的“启用本地局域网访问”。->不起作用
  • 将配置xml文件中的LocalLanAccess参数设置为true,但当我连接到虚拟专用网时,此参数将自动重置为false。
  • 路由添加192.168.1.49掩码255.255.255.255 192.168.1.1 ->无效

我的网络知识有限,我希望找到解决问题的方法。

EN

Stack Overflow用户

发布于 2015-10-22 17:45:53

您需要启用本地局域网访问。编辑配置XML并不是正确的方法。

在AnyConnect术语中,我们将configuration称为客户端配置文件。每次连接VPN前端时,AnyConnects都会检查AnyConnect软件或客户端配置文件的更新版本。如果服务器(ASA)上有不同版本的客户端配置文件,AnyConnect将用服务器上可用的版本替换本地版本。

这就解释了为什么会发生这种事。

将配置XML文件中的LocalLanAccess参数设置为true,但>当我连接到虚拟专用网时,此参数将自动重置为>false。

您需要联系网络管理员和本地局域网访问请求。如果您是网络管理员,请更新ASA上的配置文件。这可以通过ASDM轻松地完成。

http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/70847-local-lan-pix-asa.html

票数 1
EN
查看全部 4 条回答
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/22450045

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档