Leider bin ich mit dem Thema Interfaces-Problem bei OpenVZ vom August immer noch nicht weiter, deswegen erlaube ich mir einen eigenen ausführlichen Thread zum Problem.
Ich habe meinen Hostserver nach dem Tutorial Installation von OpenVZ + Verwaltung von VMs mit ISPConfig 3 (Debian 6.0) installiert, dass RAM-Problem hat sich erledigt, alles läuft außer halt die Netzwerkkonfiguration...
/etc/network/interfaces des Hostsystems:
/etc/network/interfaces der VM:
>> URL ZUM BILD <<
Netzwerkkarten im Server:
2 x NetXtreme BCM5721 (logical name: eth0 & eth1). Aber nur eine ist an das Internet angeschlossen, die erste (also eth0).
Dieser Thread konnte mir nicht helfen, habe ich aber schon gelesen.
Hat jemand eine Anregung was da nicht korrekt funktioniert? Ich bin mit meinem Latein am Ende, ich bin nicht vom Tutorial abgewichen.
Vielen Dank
Nedodu
Ich habe meinen Hostserver nach dem Tutorial Installation von OpenVZ + Verwaltung von VMs mit ISPConfig 3 (Debian 6.0) installiert, dass RAM-Problem hat sich erledigt, alles läuft außer halt die Netzwerkkonfiguration...
/etc/network/interfaces des Hostsystems:
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address [B]Korrekte IP-Adresse des Hauptservers[/B]
netmask 255.255.255.128
network 94.228.202.128
broadcast 94.228.202.255
gateway 94.228.202.129
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 94.226.216.12 94.226.217.12
dns-search eine-domain.org
# REMARK REMARK REMARK REMARK REMARK REMARK REMARK REMARK
# REMARK REMARK REMARK REMARK REMARK REMARK REMARK REMARK
# REMARK REMARK REMARK REMARK REMARK REMARK REMARK REMARK
# REMARK REMARK REMARK REMARK REMARK REMARK REMARK REMARK
>> URL ZUM BILD <<
Netzwerkkarten im Server:
2 x NetXtreme BCM5721 (logical name: eth0 & eth1). Aber nur eine ist an das Internet angeschlossen, die erste (also eth0).
Code:
root@pp:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:a5:fc:1b:db
inet addr:[B]HOSTSERVER_IP[/B] Bcast:94.228.202.255 Mask:255.255.255.128
inet6 addr: 2a01:dd1:0:11:285:c1ff:fgfc:3dda/64 Scope:Global
inet6 addr: fd85::205:c5fd:fqfy:3uda/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:347012 errors:0 dropped:0 overruns:0 frame:0
TX packets:3781 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22536759 (21.4 MiB) TX bytes:1103971 (1.0 MiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:89 errors:0 dropped:0 overruns:0 frame:0
TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7048 (6.8 KiB) TX bytes:7048 (6.8 KiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:21 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1323 (1.2 KiB) TX bytes:0 (0.0 B)
Hat jemand eine Anregung was da nicht korrekt funktioniert? Ich bin mit meinem Latein am Ende, ich bin nicht vom Tutorial abgewichen.
Vielen Dank
Nedodu
Zuletzt bearbeitet: