bengbeng 发表于 2005-7-1 12:13:55

内网10.140.154.188,用serv-u搭建了FTP服务器,安装了IIS5.0。

CC-Home Edition 3.1,在“port forwarding”中端口映射如下:

jams
HTTP
TCP
80

80
10.140.154.188
   

myftp
FTP
TCP
20

20
10.140.154.188
   

myftp
FTP
TCP
21

21
10.140.154.188
   



ftp通过外网的IP可以访问,但是无法访问在10.140.154.188机器上的网站。

通过内网IP:10.140.154.188:80可以访问网站

CC官方“http://www.clarkconnect.com/wiki/index.php?title=Firewall_-_Port_Forwarding”介绍:


Unlike some other firewalls you do NOT need to open a port on the incoming page if you're forwarding the the port to an internal server on your LAN or on your DMZ.



意思是不需要在“firewall->incoming”打开端口。

在“port forwarding”中添加:
jams2 Web Services TCP 18751875 10.140.154.188


10.140.154.188上的web服务端口也改为1875,外网就可以访问了。

请各位指点!
页: [1]
查看完整版本: clarkconnect home 3.1映射ftp成功,映射http80失败