rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
<!--T:16--> | <!--T:16--> | ||
#Assign a | #Assign a public IP address | ||
#*Ensure you are still viewing the instances list where you were redirected as your VM launched. If you need to use the navigation panel, select options | #*Ensure you are still viewing the instances list where you were redirected as your VM launched. If you need to use the navigation panel, select options <i>Compute->Instances</i> on the OpenStack menu. | ||
#*Click on the drop-down arrow menu (indicated by ▼) on the far right of the row for your VM and select | #*Click on the drop-down arrow menu (indicated by ▼) on the far right of the row for your VM and select <i>Associate Floating IP</i>, then in the <i>Allocate Floating IP</i> window, click on the <i>Allocate IP</i> button. If this is your first time associating a floating IP, you need to click on the “+” sign in the <i>Manage Floating IP Associations</i> dialog box. If you need to allocate a public IP address for this VM again in the future, you can select one from the list by clicking the ▼ in the <i>IP Address</i> field. | ||
#*Click on the | #*Click on the <i>Associate</i> button. | ||
#*You should now have two IP addresses in your IP address column. One will be of the form <code>192.168.X.Y</code>, the other is your public IP. You can also find a list of your public IP addresses and their associated projects by going to | #*You should now have two IP addresses in your IP address column. One will be of the form <code>192.168.X.Y</code>, the other is your public IP. You can also find a list of your public IP addresses and their associated projects by going to <i>Network->Floating IPs</i>. You will need your public IP when you are trying to connect to your VM. | ||
#Configure the firewall | #Configure the firewall | ||
#*On the OpenStack left menu, select | #*On the OpenStack left menu, select <i>Network->Security Groups</i>. | ||
#*On the group row named | #*On the group row named <i>default</i>, click on the </i>Manage Rules</i> button on the far right. | ||
#*On the next screen, click on the | #*On the next screen, click on the <i>+Add Rule</i> button near the top right corner. | ||
#*In the | #*In the <i>Rule</i> drop-down menu, select <i>SSH</i>. | ||
#* The | #* The <i>Remote</i> text box should automatically have <i>CIDR</i> in it; do not change this. | ||
#*In the | #*In the <i>CIDR</i> text box, replace <code>0.0.0.0/0</code> 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. | ||
#*Finally, click on the ''Add'' button. Now the rule you just created should show up on the list in security groups. | #*Finally, click on the ''Add'' button. Now the rule you just created should show up on the list in security groups. | ||
#Important notes | #Important notes |