rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 93: | Line 93: | ||
#*Click on the ''Associate'' button. | #*Click on the ''Associate'' button. | ||
#*You should now have two IP address in your IP address column. One will be of the form <code>192.168.X.Y</code>, the other one is your public IP. You can also find a list of your public IP addresses and their associated projects by going to ''Network->Floating IPs''. You will need your public IP when you are trying to connect to your VM. | #*You should now have two IP address in your IP address column. One will be of the form <code>192.168.X.Y</code>, the other one is your public IP. You can also find a list of your public IP addresses and their associated projects by going to ''Network->Floating IPs''. You will need your public IP when you are trying to connect to your VM. | ||
#''Configure | #''Configure the firewall'' | ||
#* | #*On the OpenStack left menu, select ''Network->Security Groups''. | ||
#*On the group row named | #*On the group row named ''default'', click the ''Manage Rules'' button on the far right. | ||
#*On the next screen, click | #*On the next screen, click on the ''+Add Rule'' button near the top right corner. | ||
#*In the '' | #*In the ''Rule'' drop-down menu select '''SSH''' | ||
#* The ''Remote'' Text box should automatically have ''CIDR'' in it, '''Do not change this.''' | #* The ''Remote'' Text box should automatically have ''CIDR'' in it, '''Do not change this.''' | ||
#*In the ''CIDR'' dialogue box replace the <code>0.0.0.0/0</code> in the CIDR text box with <code>your-ip/32</code>. Note that this is the IP address of the physical computer you are wanting to use to connect to your VM. If you don't know your current IP address you can see it by going to [http://ipv4.icanhazip.com ipv4.icanhazip.com] in your browser. If you want to access your VM from other IPs you can add more rules with different IP addresses. If you want to specify a range of IP addresses use [https://www.ipaddressguide.com/cidr this tool] to calculate your CIDR rule for a range of IP addresses. | #*In the ''CIDR'' dialogue box replace the <code>0.0.0.0/0</code> in the CIDR text box with <code>your-ip/32</code>. Note that this is the IP address of the physical computer you are wanting to use to connect to your VM. If you don't know your current IP address you can see it by going to [http://ipv4.icanhazip.com ipv4.icanhazip.com] in your browser. If you want to access your VM from other IPs you can add more rules with different IP addresses. If you want to specify a range of IP addresses use [https://www.ipaddressguide.com/cidr this tool] to calculate your CIDR rule for a range of IP addresses. |