如何删除现有的 ip 隧道

发布于 2024-11-29 21:59:00 字数 274 浏览 2 评论 0原文

我使用此链接在 centos linux 中创建 ip 隧道 http://www.techonia.com/create -隧道接口-linux

然后我想删除现有的隧道,我想我已经用命令 iptunnel del“device”删除了。但为什么端口还是无法访问呢?或者也许我什么时候删除错了?我之前用于隧道的端口是1433(sql server)。

I create ip tunnel in centos linux with this link http://www.techonia.com/create-tunnel-interface-linux.

Then I want to delete the existing tunnel, I think I have already delete with command ip tunnel del "device". But why the port is still cannot be accessed? or maybe I am wrong when do the deletion? the port i used for tunneling before is 1433 (sql server).

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

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

发布评论

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

评论(1

抠脚大汉 2024-12-06 21:59:00

请尝试以下命令:

ifconfig $tunnel_id down
iptunnel del $tunnel_id

Please try these commands:

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