Difference between revisions of "RMU build Gen-1.5: II. Teleport - A. Create Teleport CT"

From Internet Computer Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
== A. Create Teleport CT ==
 
== A. Create Teleport CT ==
  
# From the main Proxmox page, select <code>Create CT</code> (the top right) to launch the <code>Create: LXC Container</code> dialog window.[[File:Proxmox Main Screen - Summary.png|800x800px]]
+
# From the main Proxmox page, select <code>Create CT</code> (the top right) to launch the <code>Create: LXC Container</code> dialog window.
# Tick the <code>Advanced</code> box and then enter CT ID of <code>122</code>, set Hostname to <code><dc>-teleport</code>, create a non-trivial password for user <code>root</code>and save in your password manager under <code><dc> Teleport</code> and optionally add your ssh public key.  Select <code>Next</code>. [[File:Teleport - 01 - CT Create - General.png]]
+
#*[[File:Proxmox Main Screen - Summary.png|800x800px]]
# Select the <code>ubuntu-22.04-standard</code> template.  Select <code>Next</code>.[[File:Teleport - 02 - CT Create - Template.png]]
+
#Tick the <code>Advanced</code> box and then enter CT ID of <code>122</code>, set Hostname to <code><dc>-teleport</code>, create a non-trivial password for user <code>root</code>and save in your password manager under <code><dc> Teleport</code> and optionally add your ssh public key.  Select <code>Next</code>.  
# Accept the default disk size.  Select <code>Next</code>.[[File:Teleport - CT Create - 03 - Disk.png]]
+
#*[[File:Teleport - 01 - CT Create - General.png]]
# Set cores to 4.  Select Next.[[File:Teleport - CT Create - 04 - CPU.png]]
+
#Select the <code>ubuntu-22.04-standard</code> template.  Select <code>Next</code>.
# Set the Memory and Swap to <code>2048</code>.  Select <code>Next</code>.[[File:Teleport - CT Create - RAM.png]]
+
#*[[File:Teleport - 02 - CT Create - Template.png]]
# Set the Bridge to <code>vmbr1</code> (<code>LAN</code>)
+
#Accept the default disk size.  Select <code>Next</code>.
 +
#*[[File:Teleport - CT Create - 03 - Disk.png]]
 +
#Set cores to 4.  Select Next.
 +
#*[[File:Teleport - CT Create - 04 - CPU.png]]
 +
#Set the Memory and Swap to <code>2048</code>.  Select <code>Next</code>.
 +
#*[[File:Teleport - CT Create - RAM.png]]
 +
#Set the Bridge to <code>vmbr1</code> (<code>LAN</code>)
 
#* uncheck the <code>Firewall</code> option
 
#* uncheck the <code>Firewall</code> option
#* set the IPv4 to <code>Static</code> with an IP of <code>10.10.100.22/24</code> (CIDR is required)
+
#*set the IPv4 to <code>Static</code> with an IP of <code>10.10.100.22/24</code> (CIDR is required)
 
#* Set Gateway to <code>10.10.100.1</code>
 
#* Set Gateway to <code>10.10.100.1</code>
#* set the IPv6 to <code>SLAAC</code>.  Select <code>Next</code>.[[File:Teleport - CT Create - Network.png]]
+
#*set the IPv6 to <code>SLAAC</code>.  Select <code>Next</code>.
# No changes are required for the <code>DNS</code>tab. Select <code>Next</code>.[[File:Teleport - CT Create - 07 - DNS.png]]
+
#*[[File:Teleport - CT Create - Network.png]]
#  
+
# No changes are required for the <code>DNS</code>tab. Select <code>Next</code>.
#  
+
#* [[File:Teleport - CT Create - 07 - DNS.png]]
#  
+
#Tick the <code>Start after created</code> option.  Select <code>Finish</code>.
#
+
#*[[File:Teleport - CT Create - 08 - Confirm.png]]
 +
#When complete, close the dialog window.
 +
#*[[File:Teleport - CT Create - 09 - Complete.png]]
 +
#After the VM has started ensure that Proxmox has it set to “Start at boot.”
 +
#Select the VM on the left navigation menu and then select <code>options</code>. Double click <code>Start at Boot</code>, and tick the box, and select <code>ok</code> . 
 +
#*[[File:Screenshot 2023-12-18 at 3.33.58 PM.png]]
 +
#Select Network from the left navigation menu and then <code>Add</code>: 
 +
#*[[File:Screenshot 2024-01-05 at 12.30.52 PM.png]]
 +
#Name the interface <code>eth1</code>, select Bridge <code>vmbr2</code>, untick the <code>Firewall</code>, Leave IPv4 to <code>Static</code> and the IP information blank, and select <code>SLAAC</code> for the IPv6 configuration. Select the <code>Add</code> button.
 +
#*[[File:Screenshot 2024-01-05 at 12.31.24 PM.png]]
 +
#Open the <code>Console</code> tab from the left navigation menu and enter <code>ip address show eth1</code> in the shell. (You may have to login into teleport again.) Capture the IPv6 address:
 +
#*[[File:Screenshot 2024-01-05 at 12.32.57 PM.png]]
 +
 
  
 
==Continue to next section: [[RMU build Gen-1.5: II. Teleport - B. Install Teleport Software|B. Install Teleport Software]]==
 
==Continue to next section: [[RMU build Gen-1.5: II. Teleport - B. Install Teleport Software|B. Install Teleport Software]]==
 
Go to the index of the [[RMU build Gen-1.5|Gen-1.5 RMU build runbook]].
 
Go to the index of the [[RMU build Gen-1.5|Gen-1.5 RMU build runbook]].

Latest revision as of 18:45, 23 February 2024

This page is part of the Gen-1.5 RMU build runbook.

Go back to the previous section: II. Proxmox - E. Add LAN Network Device

A. Create Teleport CT

  1. From the main Proxmox page, select Create CT (the top right) to launch the Create: LXC Container dialog window.
    • Proxmox Main Screen - Summary.png
  2. Tick the Advanced box and then enter CT ID of 122, set Hostname to <dc>-teleport, create a non-trivial password for user rootand save in your password manager under <dc> Teleport and optionally add your ssh public key. Select Next.
    • Teleport - 01 - CT Create - General.png
  3. Select the ubuntu-22.04-standard template. Select Next.
    • Teleport - 02 - CT Create - Template.png
  4. Accept the default disk size. Select Next.
    • Teleport - CT Create - 03 - Disk.png
  5. Set cores to 4. Select Next.
    • Teleport - CT Create - 04 - CPU.png
  6. Set the Memory and Swap to 2048. Select Next.
    • Teleport - CT Create - RAM.png
  7. Set the Bridge to vmbr1 (LAN)
    • uncheck the Firewall option
    • set the IPv4 to Static with an IP of 10.10.100.22/24 (CIDR is required)
    • Set Gateway to 10.10.100.1
    • set the IPv6 to SLAAC. Select Next.
    • Teleport - CT Create - Network.png
  8. No changes are required for the DNStab. Select Next.
    • Teleport - CT Create - 07 - DNS.png
  9. Tick the Start after created option. Select Finish.
    • Teleport - CT Create - 08 - Confirm.png
  10. When complete, close the dialog window.
    • Teleport - CT Create - 09 - Complete.png
  11. After the VM has started ensure that Proxmox has it set to “Start at boot.”
  12. Select the VM on the left navigation menu and then select options. Double click Start at Boot, and tick the box, and select ok .
    • Screenshot 2023-12-18 at 3.33.58 PM.png
  13. Select Network from the left navigation menu and then Add:
    • Screenshot 2024-01-05 at 12.30.52 PM.png
  14. Name the interface eth1, select Bridge vmbr2, untick the Firewall, Leave IPv4 to Static and the IP information blank, and select SLAAC for the IPv6 configuration. Select the Add button.
    • Screenshot 2024-01-05 at 12.31.24 PM.png
  15. Open the Console tab from the left navigation menu and enter ip address show eth1 in the shell. (You may have to login into teleport again.) Capture the IPv6 address:
    • Screenshot 2024-01-05 at 12.32.57 PM.png


Continue to next section: B. Install Teleport Software

Go to the index of the Gen-1.5 RMU build runbook.