Mainos / Advertisement:
Ero sivun ”Proxmox” versioiden välillä
Siirry navigaatioon
Siirry hakuun
Rivi 24: | Rivi 24: | ||
</pre> | </pre> | ||
+ | 2. Konfiguroi source.list: | ||
+ | |||
+ | nano /etc/apt/source.list | ||
+ | |||
+ | <pre> | ||
+ | deb http://ftp.at.debian.org/debian wheezy main contrib | ||
+ | |||
+ | # PVE repository provided by proxmox.com, only for installation (this repo will stay on 3.1) | ||
+ | deb http://download.proxmox.com/debian wheezy pve | ||
+ | |||
+ | # security updates | ||
+ | deb http://security.debian.org/ wheezy/updates main contrib | ||
+ | </pre> | ||
</translate> | </translate> |
Versio 3. heinäkuuta 2015 kello 15.06
Proxmox on Debianin päällä pyörivä virtualisointiohjelmisto. Tämän käyttö on ilmaista mutta tuki on maksullista.
Proxmoxin voit ladata täältä: https://www.proxmox.com/
Webbi konfigurointi: https:[ip-osoite]:8006. Käyttäjätunnus root ja salasana on se minkä annoit asennuksen yhteydessä.
Proxmoxin asennus Debian Wheezylle
Koska proxmox pyörii Debianin pääällä, voidaan suoraan Debianille asentaa proxmoxin paketit.
1. Tarkista /etc/hosts tiedosto
127.0.0.1 localhost.localdomain localhost 192.168.6.177 proxmox-6-177.proxmox.com proxmox-6-177 pvelocalhost
2. Konfiguroi source.list:
nano /etc/apt/source.list
deb http://ftp.at.debian.org/debian wheezy main contrib # PVE repository provided by proxmox.com, only for installation (this repo will stay on 3.1) deb http://download.proxmox.com/debian wheezy pve # security updates deb http://security.debian.org/ wheezy/updates main contrib
Mainos / Advertisement: