Reformatage doc proxmox rédigé par Govi's avatar Govi
...@@ -46,11 +46,15 @@ Plusieurs options possibles : ...@@ -46,11 +46,15 @@ Plusieurs options possibles :
1. Créer le proxy socks : 1. Créer le proxy socks :
```
ssh -ND 10080 <monlogin>@proxmox.gresille.org ssh -ND 10080 <monlogin>@proxmox.gresille.org
```
2. Lancer un navigateur avec le proxy configuré. Exemple : 2. 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
```
3. Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE). 3. Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE).
...@@ -58,11 +62,15 @@ Plusieurs options possibles : ...@@ -58,11 +62,15 @@ Plusieurs options possibles :
1. Créer un tunnel SSH vers le Proxmox de Grésille : 1. 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
```
2. Démarrer votre navigateur internet en utilisant l'adresse 127.0.0.1:8006 (il faudra valider l'exception sur le certificat) 2. Démarrer votre navigateur internet en utilisant l'adresse 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
```
3. Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE). 3. Se connecter à l'interface web avec vos identifiants habituels (utiliser la méthode de connexion Proxmox VE).
...@@ -92,4 +100,4 @@ sudo resize2fs /dev/sda1 ...@@ -92,4 +100,4 @@ sudo resize2fs /dev/sda1
Il faut pour cela : Il faut pour cela :
- demander à un administrateur Grésille d'effectuer les changements (RAM, CPU) - demander à un administrateur Grésille d'effectuer les changements (RAM, CPU)
- rebooter la VM depuis l'interface web de Proxmox : peut être fait directement par l'utilisateur. Attention, un simple reboot depuis la VM ne suffira pas pour prendre en compte les changements. - rebooter la VM depuis l'interface web de Proxmox : peut être fait directement par l'utilisateur. Attention, un simple reboot depuis la VM ne suffira pas pour prendre en compte les changements
\ No newline at end of file \ No newline at end of file