RMU build Gen-1.5: II. Teleport - A. Create Teleport CT

From Internet Computer Wiki
Revision as of 18:45, 23 February 2024 by Katie.peters (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.