[StarCluster] permit ssh to two ip address ranges

Silverstein herc.silverstein at schrodinger.com
Thu Dec 3 15:27:20 EST 2015


Hugh,

Thanks.  I didn't realize it was as simple as making two entries.

I do not have access to the AWS console in this case.  So it needs to be 
done via starcluster.  Thanks again.

Herc

On 12/3/2015 12:19 PM, MacMullan, Hugh wrote:
> 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