docs: Give Proxmox its own page
This commit is contained in:
parent
92cab6cd2f
commit
0dd83339ca
4 changed files with 38 additions and 1 deletions
37
src/procedures/proxmox.md
Normal file
37
src/procedures/proxmox.md
Normal file
|
@ -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
|
||||||
|
|
|
@ -61,7 +61,7 @@ This is so that it can be easily sorted.
|
||||||
|
|
||||||
## Login to Proxmox
|
## 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
|
## Create Container Using the Base LXC Image
|
||||||
The Proxmox documentation for LXC's is available [here][proxmox_lxc].
|
The Proxmox documentation for LXC's is available [here][proxmox_lxc].
|
||||||
|
|
Loading…
Reference in a new issue