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

[AWIPS #HZH-805091]: CAVE Port Numbers



5672, 9581, and 9582 should be allowed in iptables:

*filter
 :INPUT ACCEPT [0:0]
 :FORWARD ACCEPT [0:0]
 :OUTPUT ACCEPT [0:0]
 -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 -A INPUT -p icmp -j ACCEPT
 -A INPUT -i lo -j ACCEPT
 -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
 -A INPUT -m state --state NEW -m tcp -p tcp --dport 5672 -j ACCEPT
 -A INPUT -m state --state NEW -m tcp -p tcp --dport 9581 -j ACCEPT
 -A INPUT -m state --state NEW -m tcp -p tcp --dport 9582 -j ACCEPT
 -A INPUT -j REJECT --reject-with icmp-host-prohibited
 -A FORWARD -j REJECT --reject-with icmp-host-prohibited
 COMMIT

from
http://unidata.github.io/awips2/docs/install/install-edex.html


-mj

> Hello,
> 
> What ports need to be open for a CAVE client to communicate with the
> Unidata cloud EDEX server?
> 
> Thanks,
> 
> Warren
> 
> *Warren Pettee*
> *Graduate Student - Earth Science (Atmospheric)*
> Department of Geography and Earth Sciences
> University of North Carolina at Charlotte
> 9201 University City Blvd, Charlotte, NC 28223
> address@hidden | 336.257.9239
> 
> 

Ticket Details
===================
Ticket ID: HZH-805091
Department: Support AWIPS
Priority: Normal
Status: Open
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.