即使Cisco AnyConnect显示了连接的连接,也无法连接到远程服务器

发布于 2025-02-12 17:48:09 字数 214 浏览 0 评论 0原文

该问题仅发生在WiFi网络上。我正在使用Airtel Xstream路由器。

问题是当我使用Cisco AnyConnect连接时,该连接成功,我可以访问组织服务器。

但是,经过几分钟的不活动(3-5分钟),VPN连接表明它已连接,但我无法访问我的组织服务器和工作。

我必须一次又一次地重新连接,这给我带来了很多问题。

如果我使用移动热点,就没有这样的问题。

The issue occurs only on the WiFi network. I am using Airtel Xstream router.

The issue is when i connect using cisco anyconnect then the connection is successful and I am able to access my organization server.

But after few minutes of inactivity(3-5 minutes), the VPN connection shows that it is connected but I am not able to access my organization server and work.

I have to reconnect again and again and this is causing a lot of problem for me.

There is not such issue if I use mobile hotspot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼趣 2025-02-19 17:48:10

通常,这是症状总是在企业NAT或状态防火墙翻译表上的超时。

根据Airtel Xstream或任何Cisco硬件的精确配置以及您希望解决此问题的方法:

  1. 将防火墙上的超时增加到更合理的时间很容易,但可能不是最好的安全性。
  2. 如果您使用的是SSH,则可以使饲养员保持流量并防止SSH断开连接。
  3. 在VPN中完全避免使用NAT将消除NAT超时。
  4. 通过文件共享,将问题避免到BAY的一种粗略方法是,应用程序在网络共享上不断读取一个小文件。
  5. 对于邮件服务器,您可以增加客户端与服务器联系以获取邮件的频率。

Generally this is symptom is always timeouts on the Enterprise NAT or stateful firewall translation table.

Depending on the precise configuration of the Airtel Xstream or any Cisco hardware and the method you wish to resolve this:

  1. Increasing timeouts on the firewall to more reasonable amount of time is easy, but may not be the best security.
  2. If you are using ssh, enable keepalives to maintain traffic and prevent ssh disconnects.
  3. Avoiding NAT altogether in the VPN will eliminate NAT timeouts.
  4. A crude way to keep the problem at bay with a file share is to have an application continually read a small file over the network share.
  5. For a Mail Server, you can increase the frequency the client contacts the server for mail.
顾铮苏瑾 2025-02-19 17:48:10

我已经启动了2个命令提示,并无限期地ping我的IP地址。

这阻止了连接下降。

CMD1

ping xxx.xx.xx.xxx -t

cmd2

ping xxx.xx.xx.xxx -t

I have launched 2 command prompt sessions and ping my ip address indefinitely.

This has prevented the connection from getting dropped.

cmd1

ping xxx.xx.xx.xxx -t

cmd2

ping xxx.xx.xx.xxx -t

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文