This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> Thanks. Do you have a comprehensive list of all the ports that awips2 uses > between the CAVE client and the EDEX server? The entries defined in /etc/sysconfig/iptables allow remote CAVE clients to connect to your EDEX server. The three ports used for tcp connections are 5672, 9581, and 9582: -A INPUT -p tcp -m tcp --dport 5672 -j ACCEPT -A INPUT -p tcp -m tcp --dport 9581 -j ACCEPT -A INPUT -p tcp -m tcp --dport 9582 -j ACCEPT from http://unidata.github.io/awips2/docs/install/install-edex.html Ticket Details =================== Ticket ID: LRW-832904 Department: Support AWIPS Priority: High Status: Open