差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
vulkano:faq:what_ports_to_be_opened [2016/05/18 15:52]
support 削除
— (現在)
ライン 1: ライン 1:
-====== Q: 自宅の Vulkano に会社からアクセスするためには、どのポートを開ければ良いのでしょうか? ====== 
- 
-/* 
-Q: What ports need to be opened on my corporate firewall in order to access the Vulkano at home? 
- 
-A: Both VULKANO and Client sides should be able to send and receive from remote UDP 56123, TCP 56123 & TCP 49177 ports - if this is needed for firewall configuration;​ with the exact destination addresses. If this is impossible due to corporative firewall policy, there is no way to connect VULKANO remotely, as all the connectivity is being achieved via the P2P servers on these ports. 
- 
-If you have a firewall on client or VULKANO sides, the firewall should open UDP activity on both directions to and from remote and local for the above mentioned ports. 
- 
-Kindly note regarding these ports: If Vulkano or Client stays behind a NAT, these ports should be mapped on the NAT, otherwise firewall doesn'​t allow traffic on required ports even if they are opened (if it sees external port as another than these ports). 
- 
-Conclusion If a client is behind NAT and firewall, then the complete client configuration needed is: firewall to open UDP 56123, TCP 56123 & TCP 49177 ports for incoming and outgoing traffic, NAT to forward UDP 56123, TCP 56123 & TCP 49177 ports to the PC's UDP 56123, TCP 56123 & TCP 49177 ports. This should work. 
-*/ 
-Q: 自宅の Vulkano に会社からアクセスするためには、ファイアウォールでどのポートを開ければ良いのでしょうか? 
- 
-A: Vulkano 本体およびクライアントは共に UDP 56123 と、TCP 56123、TCP 49177 を送受信に使用します。会社のポリシーとして、これらのポートを開けることができないのであれば、会社から自宅の Vulkano を見ることは不可能です。 
- 
-ファイアウォールがクライアント側や Vulkano にあるのであれば、上記のポートを双方向(インバウンドとアウトバウンド)に開けてください。 
-<note important>​Vulkano およびクライアントが NAT に隠されている場合は、これらのポートは NAT にマップしてください。そうでないとポートが空いていてもファイアウォールはそれをブロックしてしまいます。</​note>​ 
- 
-クライアントが NAT の中にあり、ファイアウォールがある場合は、クライアントを次のように設定する必要があります。 
- 
-  * UDP 56123、TCP 56123、TCP 49177 のインバウンド、アウトバウンドをファイアウォールに開ける 
-  * NAT を、UDP / TCP 56123、TCP 49177 が PC のそれぞれのポートにフォワードさせる