<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Virtuelle_Maschine_einrichten_UNIX-%2FLinux_Netz_%28Squid%29</id>
	<title>Virtuelle Maschine einrichten UNIX-/Linux Netz (Squid) - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Virtuelle_Maschine_einrichten_UNIX-%2FLinux_Netz_%28Squid%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Virtuelle_Maschine_einrichten_UNIX-/Linux_Netz_(Squid)&amp;action=history"/>
	<updated>2026-05-16T07:38:43Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Virtuelle_Maschine_einrichten_UNIX-/Linux_Netz_(Squid)&amp;diff=62981&amp;oldid=prev</id>
		<title>Maximilian.pottgiesser: Die Seite wurde neu angelegt: „=Hostname= *hostnamectl set-hostname squid.lab1XX.nux  =Netzwerk= *cat /etc/network/interfaces &lt;pre&gt; # This file describes the network interfaces available on…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Virtuelle_Maschine_einrichten_UNIX-/Linux_Netz_(Squid)&amp;diff=62981&amp;oldid=prev"/>
		<updated>2025-05-15T14:05:34Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Hostname= *hostnamectl set-hostname squid.lab1XX.nux  =Netzwerk= *cat /etc/network/interfaces &amp;lt;pre&amp;gt; # This file describes the network interfaces available on…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Hostname=&lt;br /&gt;
*hostnamectl set-hostname squid.lab1XX.nux&lt;br /&gt;
&lt;br /&gt;
=Netzwerk=&lt;br /&gt;
*cat /etc/network/interfaces&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# This file describes the network interfaces available on your system&lt;br /&gt;
# and how to activate them. For more information, see interfaces(5).&lt;br /&gt;
&lt;br /&gt;
source /etc/network/interfaces.d/*&lt;br /&gt;
&lt;br /&gt;
# The loopback network interface&lt;br /&gt;
auto lo&lt;br /&gt;
iface lo inet loopback&lt;br /&gt;
&lt;br /&gt;
# The primary network interface&lt;br /&gt;
auto enp0s3&lt;br /&gt;
iface enp0s3 inet static &lt;br /&gt;
 address 10.0.1XX.7/24&lt;br /&gt;
 gateway 10.0.1XX.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=Namerserver=&lt;br /&gt;
*cat /etc/resolv.conf &lt;br /&gt;
 nameserver 10.0.1XX.2&lt;br /&gt;
 search labXX.nux&lt;br /&gt;
&lt;br /&gt;
=Hosts=&lt;br /&gt;
*cat /etc/hosts&lt;br /&gt;
 127.0.0.1	localhost&lt;br /&gt;
 127.0.1.1	squid.lab1XX.nux&lt;br /&gt;
 &lt;br /&gt;
 # The following lines are desirable for IPv6 capable hosts&lt;br /&gt;
 ::1     localhost ip6-localhost ip6-loopback&lt;br /&gt;
 ff02::1 ip6-allnodes&lt;br /&gt;
 ff02::2 ip6-allrouters&lt;br /&gt;
=Reboot=&lt;br /&gt;
*systemctl reboot&lt;br /&gt;
=AdminPC=&lt;br /&gt;
;Auf dem KIT Host anfügen&lt;br /&gt;
*vi ~/.ssh/config&lt;br /&gt;
 Host squid&lt;br /&gt;
  Hostname 10.0.1XX.7&lt;br /&gt;
  Username&lt;br /&gt;
;PubKey Übertragung&lt;br /&gt;
*ssh-copy-id squid&lt;br /&gt;
Danach könnt ihr euch mit '''ssh servername''' passswortlos einlogen&lt;br /&gt;
&lt;br /&gt;
=DNS=&lt;br /&gt;
Eintrag A Record in /var/cache/bind/lab1XX.nux&lt;br /&gt;
 squid A 10.0.1XX.7&lt;br /&gt;
Eintrag PTR in /var/cache/bind/1XX.0.10.in-addr.arpa&lt;br /&gt;
 7 PTR squid&lt;br /&gt;
&lt;br /&gt;
=Software=&lt;br /&gt;
squid&lt;br /&gt;
 apt install squid&lt;/div&gt;</summary>
		<author><name>Maximilian.pottgiesser</name></author>
	</entry>
</feed>