From 9393c6e0d2d76cea1ecfaf4479f787cf8fdd6563 Mon Sep 17 00:00:00 2001
From: Maarten Litmaath <Maarten.Litmaath@cern.ch>
Date: Tue, 18 Jan 2022 21:13:23 +0100
Subject: [PATCH] Network port table improvements.

---
 docs/site/vobox.md | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/docs/site/vobox.md b/docs/site/vobox.md
index 411796f..625199b 100644
--- a/docs/site/vobox.md
+++ b/docs/site/vobox.md
@@ -27,15 +27,24 @@ The following network connectivity is expected for the VO-Box services:
 
 | Port | Access | Service |
 |:----:|:-------|:--------|
-| 8098 | TCP Incoming from your __site WN__ | JAliEn/Java Serialized Object stream |
-| 8097 | TCP Incoming from your __site WN__ | JAliEn/WebSocketS |
-| 8084 | TCP Incoming from __CERN__ and you __site WN__ | ClusterMonitor |
 | 1093 | TCP Incoming from the World | MonALISA FDT server, SE tests |
-| 8884 | UDP Incoming from your __site WN__ and your __site SE nodes__ | Monitoring info |
-| 9930 | UDP Incoming from your __site SE nodes__ | XRootD metrics |
-| _9991_ | TCP Incoming from __CERN__ | PackMan _(Only if not using CVMFS)_ |
+| 8884 | *UDP* Incoming from your __site WN__ and your __site SE nodes__ | Monitoring info |
+| 9930 | *UDP* Incoming from your __site SE nodes__ | XRootD metrics |
 |      | ICMP Incoming and Outgoing | Network topology for file placement and access |
 
+In the future, these extra services __may__ be needed:
+
+| Port | Access | Service |
+|:----:|:-------|:--------|
+| 8098 | TCP Incoming from your __site WN__ | JAliEn/Java Serialized Object stream |
+| 8097 | TCP Incoming from your __site WN__ | JAliEn/WebSocketS |
+
+The following service is only needed for AliEn *legacy* deployments:
+
+| Port | Access | Service |
+|:----:|:-------|:--------|
+| 8084 | TCP Incoming from __CERN__ and your __site WN__ | ClusterMonitor |
+
 !!! note ""
     In general, the assumption is that the __outgoing__ connectivity from the VO-box and the WNs is __unrestricted__.
 
-- 
GitLab