【问题标题】:How to remove existing ip tunnel如何删除现有的 ip 隧道
【发布时间】:2011-08-16 05:41:20
【问题描述】:

我用这个链接http://www.techonia.com/create-tunnel-interface-linux在centos linux中创建ip隧道。

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

【问题讨论】:

  • 没关系。我想我已经删除了它。但是 1433 端口仍然无法使用...有人知道吗?
  • 这是系统管理员相关的,我的第一个谷歌返回了很好的结果。属于另一个论坛。

标签: linux centos tunnel


【解决方案1】:

请尝试以下命令:

ifconfig $tunnel_id down
iptunnel del $tunnel_id

【讨论】:

    【解决方案2】:

    您可以尝试卸载/删除模块 tun:

    rmmod -a tun
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-09-16
      • 1970-01-01
      • 1970-01-01
      • 2010-11-14
      • 1970-01-01
      • 2021-12-29
      • 2015-10-08
      • 2015-05-18
      相关资源
      最近更新 更多