[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AWIPS #LRW-832904]: awips-2 question



> 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