|
发表于 2004-9-13 21:54:57
|
显示全部楼层
你完全可以用SSH进行远端WEB界面的控制。同样是使用PUTTY之类的SSH登录。详细的你可以看着里:http://www.rictec.com.br/claudio/coyote/ssh.htm“Example 2 - 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.”很不错的方法。你刚才提到的“External IP 下的Any是代表所有IP都可以访问?如果是External IP是一个IP,那是不是只允许指定的IP访问?”感觉你理解上有问题。ANY 是指外网的所有IP,看你拥有多少IP了。并不是什么“只允许指定的IP访问”这里的 EXTERNAL IP 是你的外网IP。所谓的端口映射实际上就是端口转发。把对你外网IP的某个端口的访问转为内网某个IP的端口的访问。我在上个帖子中所写的问号,是需要你改成你外网的IP。如果你使用动态分配的IP,你可以使用另外的格式,不需要写入外网IP。 |
|