KXMD 发表于 2005-2-24 22:31:57

论坛上有些专家谈到了用SSH隧道以web方式管理COYOTE的问题,但是英文的说明看不明白,能否再说的详细些呢,一定有很多朋友想知道,毕竟LINUX的命令太陌生了。以下这些说明是否可以翻译一下给个说明,另外是不是它实现的仍然只是在内网中输入外网IP和端口才可以实现WEB管理呢?还是你即便是人在外网同样也可以用PTTUY的SSH隧道实现WEB管理呢。“通常 Coyote 的 Web 管理只能在内网实现,外网只能通过 SSH 连接 Coyote 路由器,要在外网连接 Coyote 的 Web 管理可以通过 SSH 隧道,原文如下:Using the SSH Tunnel to access the Coyote Web Administrator Imagine you want to access the Coyote Web Administrator from internet and your internal Coyote IP number is 192.168.0.1- Run putty - Go to Connection --> SSH --> Tunnels- At Source Port put 8180, at Destination put 192.168.0.1:8180, click Add.- Make your login at coyote (Follow the instructions above).- While putty is running the tunnel will stay open as port 8180 in your local computer.- Minimize putty.- Open your favorite browser. Type: http://localhost:8180 or http://127.0.0.1:8180.- After finish using the tunnel, logout Coyote and close putty.”

zitoy 发表于 2005-2-24 22:39:44

http://www.routerclub.com/ipb/index.php?showtopic=2243

moran321 发表于 2005-2-24 23:23:01

楼主说的不是SSH管理。是基于远程的WEB管理。用RouterIP:8180的那种。

EMP 发表于 2005-2-25 00:39:38

在putty设置    session栏设置好后。   找connection里面的 SSH里面的tunnels设置端口影射,如图设置后。登陆到路由。 最后在本机输入http://127.0.0.1:8180   完成

DreamCat 发表于 2005-2-25 10:58:38

我还有个问题没解决呢,一旦本机安装了 APACHE (WINDOWS) ,就没法使用这种方式访问了,即使停止了服务也是这样。郁闷。。。。

KXMD 发表于 2005-2-25 18:22:53

按照上面朋友们说的,我已经实现了外网WEB管理了,谢谢大家了!你们很热心,帮我解决了问题,非常感谢!
页: [1]
查看完整版本: 外网web管理问题