Outils pour utilisateurs

Outils du site


welcome:proxmox:installation_and_basic_config

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
welcome:proxmox:installation_and_basic_config [2019/01/14 20:58]
127.0.0.1 modification externe
— (Version actuelle)
Ligne 1: Ligne 1:
- <color #22b14c>**Installation and configuration of a proxmox virtual machine based on a Debian distribution**</color> 
  
-===== Installation (Proxmox 4) ===== 
-Réaliser l'installation et faire les mises à jour: [[https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie]] 
- 
-===== Configuration de Debian ===== 
-==== for SSH connexions ==== 
-  *To enable SSH login for a root user on Debian Linux system you need to first configure SSH server. Open  <code>/etc/ssh/sshd_config</code> and change the following lines:<code> 
--->LINE: 
-PermitRootLogin without-password 
--->INTO: 
-PermitRootLogin yes 
- 
-AND 
-PasswordAuthentication yes </code> 
- 
-  *Restart server ssh: <code> 
-invoke-rc.d ssh restart </code> 
- 
-==== Activate the wake on LAN ==== 
-  * Install "ethtool" <code>apt-get install ethtool</code>  
- 
-  * <nowiki>ethtool eth0</nowiki> <code> 
-Settings for eth0: 
- Supported ports: [ TP MII ] 
- Supported link modes:   10baseT/Half 10baseT/Full  
-                         100baseT/Half 100baseT/Full  
-                         1000baseT/Half 1000baseT/Full  
- Supported pause frame use: No 
- Supports auto-negotiation: Yes 
- Advertised link modes:  10baseT/Half 10baseT/Full  
-                         100baseT/Half 100baseT/Full  
-                         1000baseT/Half 1000baseT/Full  
- Advertised pause frame use: Symmetric Receive-only 
- Advertised auto-negotiation: Yes 
- Link partner advertised link modes:  10baseT/Half 10baseT/Full  
-                                      100baseT/Half 100baseT/Full  
-                                      1000baseT/Full  
- Link partner advertised pause frame use: Symmetric Receive-only 
- Link partner advertised auto-negotiation: Yes 
- Speed: 1000Mb/s 
- Duplex: Full 
- Port: MII 
- PHYAD: 0 
- Transceiver: internal 
- Auto-negotiation: on 
- Supports Wake-on: pumbg 
- Wake-on: d 
- Current message level: 0x00000033 (51) 
-        drv probe ifdown ifup 
- Link detected: yes </code> --> il faut passer "Supports Wake-on:" de "d" à "g" (source: [[https://wiki.debian.org/fr/WakeOnLan]]) 
-      *<code>ethtool -s eth0 wol g </code> 
-      *<code>nano /etc/network/interfaces</code> Ajout dans la rubrique eth0: <code> 
-post-up /sbin/ethtool -s $IFACE wol g 
-post-down /sbin/ethtool -s $IFACE wol g 
-</code> 
- 
-===== Installation ===== 
-Selon le wiki officiel: [[https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie]] 
- 
-===== Configuration de proxmox ===== 
-  *Config' de Postfix: "site internet" ---> "debian-proxmox.guedel.eu" 
-  *eth0: actif: non, démarrage auto: non, Ports/Esclaves:-, IP: 192.168.2.150, masque: 255.255.255.0 
-  *eth1: actif: non, démarrage auto: non, Ports/Esclaves:-, IP:-, masque:- 
-  *vmbr0: actif: oui, démarrage auito: oui, Ports/Esclaves: eth0 (très important pour pouvoir continuer à se connecter à proxmox et à débian!!), IP: 192.168.2.151, Masque:255.255.255.0, Passerelle: 192.168.2.5  
-  \\ 
-  *vmbr1: IP: 192.168.10.1, 255.255.255.0   Ports: aucun, démarrage auto, actif 
-  *vmbr2: IP: 192.168.11.1, 255.255.255.0   Ports: aucun, démarrage auto, actif 
- 
-===== Resolving poor network throughput performance of pfSense running on Proxmox ===== 
-[[http://phil.lavin.me.uk/2016/08/resolving-poor-network-throughput-performance-on-pfsense-running-on-proxmox/|Source]] \\ 
-After a fresh installation of pfSense as a VM on Proxmox, the maximum network speed of pfSense for gateway job is only ~170kB/s. \\ 
- 
-There exists a bug in the FreeBSD VirtIO network drivers that massively degrades network throughput on a pfSense server. VirtIO is the interface of choice for Proxmox users and this problem can become troublesome.\\ 
- 
-The solution is to disable Hardware Checksum Offloading in pfSense. This is in ''System -> Advanced -> Networking tab. Tick the Disable hardware checksum offload box''. You now need to reboot pfSense for this to take effect. 
welcome/proxmox/installation_and_basic_config.1547499535.txt.gz · Dernière modification: 2019/01/14 20:58 de 127.0.0.1

DokuWiki Appliance - Powered by TurnKey Linux