|
|
SysAdm /
Install FirewallInstall Trail | Install Firewall For OSG-CEGlobus
export GLOBUS_TCP_PORT_RANGE="63001,65000" export GLOBUS_TCP_SOURCE_RANGE="63001,65000"
setenv GLOBUS_TCP_PORT_RANGE "63001,65000" setenv GLOBUS_TCP_SOURCE_RANGE "63001,65000" CondorWe are only using condor-cron for RSV, so we can keep it closed to the outside. We anyway limit the port range to make sure it does not interefere with the Globus port range. The chosen range overlaps with the standard fixed ports (Condor uses port 9618 for the collector, 9614 for the negotiator)
HIGHPORT = 9700 LOWPORT = 9600 Restart after configure# vdt-control --off; sleep 5; vdt-control --on Other portsTCP 8443 # GUMS/VOMS TCP 9443 # Globus WS |