[StarCluster] permit ssh to two ip address ranges

MacMullan, Hugh hughmac at wharton.upenn.edu
Thu Dec 3 15:19:55 EST 2015


Sure, Herc!

In the config:
----------------
[cluster myCluster]
PERMISSIONS = ssh-subnet1, ssh-subnet2

[permission ssh-subnet1]
protocol = tcp
from_port = 22
to_port = 22
cidr_ip = 111.111.111.0/24

[permission ssh-subnet2]
protocol = tcp
from_port = 22
to_port = 22
cidr_ip = 222.222.222.0/24
----------------

For a running cluster, you can go into the AWS console, find the security group associated with the cluster, and add permissions.

Good luck!
-Hugh

-----Original Message-----
From: starcluster-bounces at mit.edu [mailto:starcluster-bounces at mit.edu] On Behalf Of Silverstein
Sent: Thursday, December 03, 2015 2:18 PM
To: starcluster at mit.edu
Subject: [StarCluster] permit ssh to two ip address ranges


Is it possible to specify two ip address ranges in the starcluster 
config file (or after the cluster is up)?  If so, how would I do that?  
Specifically, I'd like to allow ssh access for two ip address ranges.

Herc

_______________________________________________
StarCluster mailing list
StarCluster at mit.edu
http://mailman.mit.edu/mailman/listinfo/starcluster



More information about the StarCluster mailing list