Reformatage doc proxmox rédigé par Govi's avatar Govi
...@@ -42,46 +42,29 @@ Dans tous les cas, il vous faudra un accès SSH vers le bastion Proxmox de Grés ...@@ -42,46 +42,29 @@ Dans tous les cas, il vous faudra un accès SSH vers le bastion Proxmox de Grés
Plusieurs options possibles : Plusieurs options possibles :
### Première méthode (proxy socks) ### Première méthode (proxy socks via SSH)
Utiliser la méthode proxysocks via SSH 1. Créer le proxy socks :
#### Étape 1
Créer le proxy socks :
ssh -ND 10080 <monlogin>@proxmox.gresille.org ssh -ND 10080 <monlogin>@proxmox.gresille.org
#### Étape 2 2. Lancer un navigateur avec le proxy configuré. Exemple :
Lancer un navigateur avec le proxy configuré. Exemple :
chromium --incognito --proxy-server="socks5://127.0.0.1:10080" https://proxmox.gresille.org chromium --incognito --proxy-server="socks5://127.0.0.1:10080" https://proxmox.gresille.org
#### Étape 3 3. Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE).
Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE).
### Deuxième méthode (redirection de port) ### Deuxième méthode (redirection de port)
#### Etape 1 1. Créer un tunnel SSH vers le Proxmox de Grésille :
Créer un tunnel SSH vers le Proxmox de Grésille :
ssh -L 8006:proxmox.gresille.org:443 <monlogin>@proxmox.gresille.org ssh -L 8006:proxmox.gresille.org:443 <monlogin>@proxmox.gresille.org
#### Etape 2 2. Démarrer votre navigateur internet en utilisant l'adresse 127.0.0.1:8006 (il faudra valider l'exception sur le certificat)
Démarrer votre navigateur internet en utilisant l'adresse
https://127.0.0.1:8006
Il faudra valider l'exception sur le certificat
firefox https://127.0.0.1:8006 firefox https://127.0.0.1:8006
#### Étape 3 3. Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE).
Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE).
## Administrer sa machine virtuelle ## Administrer sa machine virtuelle
... ...
......