<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stretch &#8211; matthias.guru</title>
	<atom:link href="https://matthias.guru/tag/stretch/feed/" rel="self" type="application/rss+xml" />
	<link>https://matthias.guru</link>
	<description>Tipps und Tricks rund um Serveradministration, Werbeeinnahmen und allem was mit meiner IT Selbstständigkeit zu tun hat</description>
	<lastBuildDate>Tue, 09 Jan 2018 10:11:31 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Proxmox auf Debian installieren</title>
		<link>https://matthias.guru/2018/01/09/proxmox-auf-debian-installieren/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=proxmox-auf-debian-installieren</link>
					<comments>https://matthias.guru/2018/01/09/proxmox-auf-debian-installieren/#comments</comments>
		
		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Tue, 09 Jan 2018 10:11:31 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[hetze]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[stretch]]></category>
		<guid isPermaLink="false">https://hilfreiche-server.tips/?p=203</guid>

					<description><![CDATA[In dieser Anleitung beschreibe ich wie Proxmox 5.1 auf einem frischen Debian installiert werden kann. Im unteren Teil der Anleitung erkläre ich zudem die Routing Konfiguration bei Hetzner Servern. Zuerst konfigurieren wir die Datei /etc/hosts <a class="mh-excerpt-more" href="https://matthias.guru/2018/01/09/proxmox-auf-debian-installieren/" title="Proxmox auf Debian installieren">[...]</a>]]></description>
										<content:encoded><![CDATA[<p>In dieser Anleitung beschreibe ich wie Proxmox 5.1 auf einem frischen Debian installiert werden kann. Im unteren Teil der Anleitung erkläre ich zudem die Routing Konfiguration bei Hetzner Servern.</p>
<h2>Zuerst konfigurieren wir die Datei /etc/hosts entsprechend unseren Anforderungen.</h2>
<pre>127.0.0.1 localhost.localdomain localhost
<strong>192.168.15.77</strong> <strong>prox4m1.proxmox.com prox4m1</strong> pvelocalhost

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters</pre>
<p>Testen können wir die Einstellungen mit</p>
<pre>hostname --ip-address</pre>
<p>Der Befehl sollte die IP zurückgeben.</p>
<h2>Nun fügen wir das Proxmox Repo unserer Source List hinzu:</h2>
<pre><code>echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" &gt; /etc/apt/sources.list.d/pve-install-repo.list</code></pre>
<p>Und dann noch den Key für das Repo</p>
<p><code>wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg</code></p>
<p>Paketliste aktualisieren und Upgrades einspielen</p>
<pre>apt update &amp;&amp; apt dist-upgrade</pre>
<h2>Proxmox installieren</h2>
<pre>apt install proxmox-ve</pre>
<h2>Proxmox Webinterface aufrufen</h2>
<p>Abschließend können wir das Webinterface mit einem Browser unserer Wahl aufrufen und uns mit dem root Benutzer anmelden:</p>
<p>https://<strong>192.168.15.77</strong>:8006</p>
<p>Die Konfiguration des Netzwerkes erkläre ich <a href="https://matthiasdietel.de/2019/02/04/proxmox-5-netzwerkkonfiguration-bei-hetzner/">hier</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://matthias.guru/2018/01/09/proxmox-auf-debian-installieren/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
