分享器內架設 Win2003 VPN 虛擬伺服器開多少 Port 號 才能透通
-
2007年6月5日 下午 02:54
於分享器內架設 Win2003 VPN 虛擬伺服器開多少 Port 號 才能透通
因想讓出國的老闆與業務也能連進公司查詢檔案之用
尚請不吝賜教,感激 ^^
解答
-
2007年6月5日 下午 03:48
於防火牆之後的 Windows Server 2003 根據所使用的協定而有不同的設定- PPTP 要開:TCP 1723,並允許 IP protocol 47 (Generic Routing Encapsulation, GRE)
- L2TP/IPSec 要開:UDP 500、UDP 1701、UDP 4500,並允許 IP Protocol 50 (Encapsulating Security Payload, ESP)
請注意:IP protocol 的數字,是代表通訊協定的號碼,而非 Port 的號碼!
參考資料:- Remote access/VPN server role: Configuring a remote access/VPN server
- VPN servers and firewall configuration
所有回覆
-
2007年6月5日 下午 03:48
於防火牆之後的 Windows Server 2003 根據所使用的協定而有不同的設定- PPTP 要開:TCP 1723,並允許 IP protocol 47 (Generic Routing Encapsulation, GRE)
- L2TP/IPSec 要開:UDP 500、UDP 1701、UDP 4500,並允許 IP Protocol 50 (Encapsulating Security Payload, ESP)
請注意:IP protocol 的數字,是代表通訊協定的號碼,而非 Port 的號碼!
參考資料:- Remote access/VPN server role: Configuring a remote access/VPN server
- VPN servers and firewall configuration
-
2007年6月5日 下午 03:53有興趣的話,可以去翻閱 IANA 所提供的 PORT NUMBERS 列表
-
2007年6月5日 下午 05:38承蒙賜教,感謝解答!