ispCP - Board - Support
virtual_netcard_add - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: virtual_netcard_add (/thread-10132.html)



virtual_netcard_add - Viktor - 03-24-2010 10:11 PM

Hallo,

ich bekomme jetzt nach dem Update auf 1.0.4 folgende Fehlermeldung.

Quote:A critical error just was encountered while executing function virtual_netcard_add() in /var/www/ispcp/engine/tools/ispcp-net-interfaces-mngr

Error encountered was:

========================================================================
Error while trying to add add IP 78.**.***.*** to network card ''!
========================================================================

Das auf allen IP's die ich habe.Sad

Wie kann ich den Fehler beheben.Rolleyes

Gruß
ViktorWink


RE: virtual_netcard_add - Gos77 - 03-25-2010 01:14 AM

Hallo Viktor,

das Thema wurde in folgendem Thread soweit ich das sehe schon diskutiert und möglicherweise gelöst.

http://www.isp-control.net/forum/thread-9884.html

Greetz Gos77


RE: virtual_netcard_add - Viktor - 03-25-2010 01:55 AM

(03-25-2010 01:14 AM)Gos77 Wrote:  Hallo Viktor,

das Thema wurde in folgendem Thread soweit ich das sehe schon diskutiert und möglicherweise gelöst.

http://www.isp-control.net/forum/thread-9884.html

Greetz Gos77

Hallo,

sorry so ganz blicke ich da nicht durch was ich jetzt machen muss.Sad

Meine Datei "/etc/network/interfaces" sieht so aus.

Quote:auto lo
iface lo inet loopback

# device: eth0
auto eth0
iface eth0 inet static
address 78.**.**.146
broadcast 78.**.**.159
netmask 255.255.255.224
gateway 78.**.**.129

# default route to access subnet
up route add -net 78.**.**.128 netmask 255.255.255.224 gw 78.**.**.129 eth0

# * zusätzliche IP-Adressen
auto eth0:1
iface eth0:1 inet static
address 78.**.***.137
netmask 255.255.255.248

auto eth0:2
iface eth0:2 inet static
address 78.**.***.138
netmask 255.255.255.248

auto eth0:3
iface eth0:3 inet static
address 78.**.***.139
netmask 255.255.255.248

auto eth0:4
iface eth0:4 inet static
address 78.**.***.140
netmask 255.255.255.248

auto eth0:5
iface eth0:5 inet static
address 78.**.***.141
netmask 255.255.255.248

auto eth0:6
iface eth0:6 inet static
address 78.**.***.142
netmask 255.255.255.248

Was muss ich denn jetzt machen.Rolleyes

Gruß
ViktorWink


RE: virtual_netcard_add - joximu - 03-25-2010 07:47 AM

So wie ich das sehe (ich habe bisher diese Probleme nicht, da ich nur eine IP benutze), braucht man das network_card Script von ispcp nicht, wenn man die IPs schon im OS selbst drin hat... (wie du - in den interfaces).

Insofern würde ich entweder da ein exit am Anfang einsetzen oder im ispcp_network-init-Sckript die Funktionen add_interfaces() irgendwie deaktivieren... - da gibt's mehrere Möglichkeiten...

Aber vielleicht liege ich auch falsch...

/J