理论/验证程序:

理论/验证程序:

这是该示例的后续问题本地端口转发故障排除示例

尝试复制本地端口转发在 16.04 上使用以下命令:

$ ssh -L 8080:www.slashdot.org:80 localhost

返回:

user@localhost's password: 
Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-173-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage
Linux azimuth 4.4.0-173-generic #203-Ubuntu SMP Wed Jan 15 02:55:01 UTC 2020 x86_64

10 packages can be updated.
0 updates are security updates.

New release '18.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

理论/验证程序:

本质上,您是通过 SSH 连接回客户端计算机,但创建了到目的地的必要 SSH 隧道。成功通过本地帐户进行身份验证后,打开浏览器并将其指向 http://本地主机:8080。您的浏览器将自动将您重定向至 Slashdot。'

错误和问题

Firefox 返回:“无法连接”http://本地主机:8080并且 https 也失败了。我期望返回 slashdot 网站。

  • 开始故障排除时需要进行哪些测试/提出哪些问题?
  • 是否有任何 BASH 测试可以确认隧道已映射到 slashdot?
  • 该示例要按预期工作需要哪些条件?

相关内容