(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.
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.
Gruß
Viktor