From 0dd83339ca4c8b00ead5e21c0dbf3df0b6f39145 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 15 Jan 2025 18:16:08 +0000 Subject: [PATCH] docs: Give Proxmox its own page --- src/procedures/proxmox.md | 37 ++++++++++++++++++++++++++++++++ src/procedures/proxmox_access.md | 0 src/procedures/proxmox_reboot.md | 0 src/procedures/server_new.md | 2 +- 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 src/procedures/proxmox.md delete mode 100644 src/procedures/proxmox_access.md delete mode 100644 src/procedures/proxmox_reboot.md diff --git a/src/procedures/proxmox.md b/src/procedures/proxmox.md new file mode 100644 index 0000000..9445cf6 --- /dev/null +++ b/src/procedures/proxmox.md @@ -0,0 +1,37 @@ +# Proxmox +A collection of all things proxmox related. + +## Access +Proxmox can be found at [``193.1.99.73:8006``][webgui] when either on UL network or connected to the [VPN][vpn]. +Login with your Skynet account. +The ``root`` account can be found on [Vaultwarden][vaultwarden]. + +If you are on Firefox you may need to refresh teh page if the ``No Valid Subscription`` popup fails to disappear after clicking ``ok``. + +## Rebooting +### LCX's +For some LXC's (haven't tracked down teh root cause) their MAC address has issues when they reboot. +If you are trying to ssh into a LXC which has rebooted it can display ``No route to host``. +To fix: + +1. [Login to Proxmox](#access) +2. Navigate to the LXC +3. Network tab, then double click on the network row. + * Clicking the row then the ``Edit`` button has teh same function. +4. Clear the MAC (so it reads ``auto``) then ``Save`` + +You will be able to ssh into that server now. + +### Proxmox + + + + + + + + +[webgui]: https://193.1.99.73:8006/ +[vpn]: ./admin_modify.md#vpn +[vaultwarden]: ./vaultwarden.md + diff --git a/src/procedures/proxmox_access.md b/src/procedures/proxmox_access.md deleted file mode 100644 index e69de29..0000000 diff --git a/src/procedures/proxmox_reboot.md b/src/procedures/proxmox_reboot.md deleted file mode 100644 index e69de29..0000000 diff --git a/src/procedures/server_new.md b/src/procedures/server_new.md index 7ec7a89..23c196f 100644 --- a/src/procedures/server_new.md +++ b/src/procedures/server_new.md @@ -61,7 +61,7 @@ This is so that it can be easily sorted. ## Login to Proxmox -Login to Proxmox (TODO: insert link to accessing Proxmox here) +[Login to Proxmox](./proxmox.md#access) ## Create Container Using the Base LXC Image The Proxmox documentation for LXC's is available [here][proxmox_lxc].