You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
783 B
25 lines
783 B
6 years ago
|
##############################################################################
|
||
|
Adding a new metal server node for Proxmox.
|
||
6 years ago
|
|
||
|
Allocate IP on firewall and set up port forwarding for ssh.
|
||
|
|
||
|
Run bootstrap file such as forksand-sf-005-bootstrap from
|
||
|
../sharkfork-bootstrap/forksand-sf-005-bootstrap
|
||
6 years ago
|
##############################################################################
|
||
|
Log into web interface:
|
||
|
Set up tunnel:
|
||
|
ssh -N -C -L 18025:localhost:8006 sf-005
|
||
|
Then in web browser go to:
|
||
|
https://localhost:18025/
|
||
|
|
||
|
Log in.
|
||
|
Set up Proxmox subscription key.
|
||
|
|
||
|
See:
|
||
|
../sharkfork-bootstrap/forksand-sf-proxmox
|
||
|
|
||
|
##############################################################################
|
||
6 years ago
|
unlock example:
|
||
|
qm unlock 102
|
||
|
##############################################################################
|