原文章在这里:
要点:
1. 在客户端上安装虚拟网卡。
1>. System->Control Panel->Add Hardware
2>. Yes, Hardware is already connected
3>. Add a new hardware device (at bottom of list)
4>. Install the hardware that I manually select
5>. Network adapters
6>. Microsoft , Microsoft Loopback Adapter
配好ip,比如10.0.0.1,网关,DNS写真实网卡的。
2. 在虚拟网卡属性上
Enable Client for Microsoft Networks.
Disable File and Printer Sharing for Microsoft Networks
Enable Interent Protocol (TCP/IP)
Click on properties for TCP/IP.
Enter your chosen IP address (10.0.0.1), subnet mask (255.255.255.0), and gateway and DNS information you got from your real adapter.
Under advanced->WINS, Enable LMHosts Lookup and Disable NetBIOS over TCP/IP
Enter 9999 for the interface metric. (Necessary?)
3. 配置ssh转发
在putty上,connection-->ssh-->tunnels.
Source port: 10.0.0.1:139
Destination: 127.0.0.1:139
然后点Add
再使用putty连接上后,就能正常转发了。
4. 运行里面 就可以正常访问了。
阅读(6685) | 评论(1) | 转发(0) |