<?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=Veth_einrichten</id>
	<title>Veth einrichten - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Veth_einrichten"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Veth_einrichten&amp;action=history"/>
	<updated>2026-05-15T18:53:09Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Veth_einrichten&amp;diff=4808&amp;oldid=prev</id>
		<title>Jan: Die Seite wurde neu angelegt: „brctl installieren  apt-get install bridge-utils nachschauen, ob das Modul vzethdev geladen ist  lsmod | grep vzeth  vzethdev                8224  0  vzmon    …“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Veth_einrichten&amp;diff=4808&amp;oldid=prev"/>
		<updated>2014-08-06T12:05:57Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „brctl installieren  apt-get install bridge-utils nachschauen, ob das Modul vzethdev geladen ist  lsmod | grep vzeth  vzethdev                8224  0  vzmon    …“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;brctl installieren&lt;br /&gt;
 apt-get install bridge-utils&lt;br /&gt;
nachschauen, ob das Modul vzethdev geladen ist&lt;br /&gt;
 lsmod | grep vzeth&lt;br /&gt;
 vzethdev                8224  0&lt;br /&gt;
 vzmon                  35164  5 vzethdev,vznetdev,vzrst,vzcpt&lt;br /&gt;
 vzdev                   3080  4 vzethdev,vznetdev,vzmon,vzdquota&lt;br /&gt;
und gegebenenfalls laden&lt;br /&gt;
 modprobe vzethdev&lt;br /&gt;
VE starten&lt;br /&gt;
 vzctl start 101&lt;br /&gt;
veth in eine VE hinzufügen&lt;br /&gt;
 vzctl set 101 --netif_add eth0 --save&lt;br /&gt;
Device Konfigurieren&lt;br /&gt;
ifconfig veth101.0 0&lt;br /&gt;
 echo 1 &amp;gt; /proc/sys/net/ipv4/conf/veth101.0/forwarding&lt;br /&gt;
 echo 1 &amp;gt; /proc/sys/net/ipv4/conf/veth101.0/proxy_arp&lt;br /&gt;
 echo 1 &amp;gt; /proc/sys/net/ipv4/conf/eth0/forwarding&lt;br /&gt;
 echo 1 &amp;gt; /proc/sys/net/ipv4/conf/eth0/proxy_arp&lt;br /&gt;
VZ entern ...&lt;br /&gt;
 vzctl enter 101&lt;br /&gt;
... und Device Konfigurieren&lt;br /&gt;
 ifconfig eth0 0&lt;br /&gt;
 ip addr add 192.168.0.101 dev eth0&lt;br /&gt;
 ip route add default dev eth0&lt;br /&gt;
Route im Host-System eintragen&lt;br /&gt;
 ip route add 192.168.0.101 dev veth101.0&lt;br /&gt;
Bridge-Device hinzufügen&lt;br /&gt;
 brctl addbr &amp;lt;BRIDGENAME&amp;gt;&lt;br /&gt;
Bridge und Device verbinden&lt;br /&gt;
 brctl addif &amp;lt;BRIDGENAME&amp;gt; veth101.0&lt;br /&gt;
Bridge-Device konfigurieren&lt;br /&gt;
 ifconfig &amp;lt;BRIDGENAME&amp;gt; 0&lt;br /&gt;
 echo 1 &amp;gt; /proc/sys/net/ipv4/conf/&amp;lt;BRIDGENAME&amp;gt;/forwarding&lt;br /&gt;
 echo 1 &amp;gt; /proc/sys/net/ipv4/conf/&amp;lt;BRIDGENAME&amp;gt;/proxy_arp&lt;br /&gt;
Route eintragen&lt;br /&gt;
 ip route add &amp;lt;VE-IPADRESSE&amp;gt; dev &amp;lt;BRIDGENAME&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jan</name></author>
	</entry>
</feed>